aws configureaws configure
Keywords: configure, credentials, setup, access, key
aws configure listaws configure list
Keywords: configure, list, settings, profile, current
aws sts get-caller-identityaws sts get-caller-identity
Keywords: identity, user, account, arn, whoami
aws s3 lsaws s3 ls s3://my-bucket/
Keywords: s3, list, buckets, objects, storage
aws s3 cpaws s3 cp file.txt s3://my-bucket/
Keywords: s3, copy, upload, download, files
aws s3 syncaws s3 sync ./local-folder s3://my-bucket/folder/
Keywords: s3, sync, synchronize, directory, backup
aws ec2 describe-instancesaws ec2 describe-instances --filters 'Name=instance-state-name,Values=running'
Keywords: ec2, instances, describe, list, running
aws ec2 start-instancesaws ec2 start-instances --instance-ids i-1234567890abcdef0
Keywords: ec2, start, instances, power, on
aws ec2 stop-instancesaws ec2 stop-instances --instance-ids i-1234567890abcdef0
Keywords: ec2, stop, instances, shutdown, power
aws lambda list-functionsaws lambda list-functions
Keywords: lambda, functions, list, serverless, runtime
aws lambda invokeaws lambda invoke --function-name my-function --payload '{}' response.json
Keywords: lambda, invoke, execute, function, payload
aws logs describe-log-groupsaws logs describe-log-groups --log-group-name-prefix '/aws/lambda/'
Keywords: logs, cloudwatch, groups, describe, list
aws logs tailaws logs tail /aws/lambda/my-function --follow
Keywords: logs, tail, stream, follow, cloudwatch
aws iam list-usersaws iam list-users
Keywords: iam, users, list, identity, access
aws iam create-useraws iam create-user --user-name new-user
Keywords: iam, create, user, identity, new
aws cloudformation list-stacksaws cloudformation list-stacks --stack-status-filter CREATE_COMPLETE
Keywords: cloudformation, stacks, list, infrastructure, status
aws cloudformation deployaws cloudformation deploy --template-file template.yaml --stack-name my-stack
Keywords: cloudformation, deploy, stack, template, infrastructure
aws rds describe-db-instancesaws rds describe-db-instances
Keywords: rds, database, instances, describe, list
aws secretsmanager get-secret-valueaws secretsmanager get-secret-value --secret-id my-secret
Keywords: secrets, manager, get, value, retrieve
aws --profileaws --profile production s3 ls
Keywords: profile, account, switch, credentials, role