python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AWS: aws ssm describe-available-patches reutruns nothing for RedhatEnterpriseLinux7
I'm trying to define a PatchBaseline for instances running RHEL7. So I run the following command to check available patches.
aws ssm --region eu-central-1 describe-available-patches --filters Key=PROD...

aaronzhaocr
Votes: 0
Answers: 1
AWS S3: Get Server-side encryption settings using CLI
I can use the Amazon S3 web GUI console, click on a file on S3, and see the Server-side encryption settings, including which AWS KMS key is used.
How can I get this same information with the CLI? I've...
clay
Votes: 0
Answers: 1
Why do I keep getting this error from amplify " The AWS Access Key Id you provided does not exist in our records."?
I keep receiving this error "An error occurred during the push operation: The AWS Access Key Id you provided does not exist in our records." even though my keys are valid and they're properl...

tg marcus
Votes: 0
Answers: 0
Migrate Single Amazon EBS volumes from gp2 to gp3 with AWS CLI
How can I modify one of the existing volumes from gp2 to gp3 using AWS CLI?
I'd like to try with the script,
#! /bin/bash
region='us-east-1'
# Find all gp2 volumes within the given region
volume_ids...
samtech 2021
Votes: 0
Answers: 2