53
Total Commands
100%
Free Access
⚡
Lightning Fast
Available Commands
Click on any command to copy it instantly
53 commands available
53 of 53
Resources
Master AWS CLI
Become proficient in AWS Command Line Interface
aws configureaws
cli
configure
+1 more
aws s3 lsaws
s3
list
aws s3 mb s3://my-bucketaws
s3
create
+1 more
aws s3 rm s3://my-bucket/file.txtaws
s3
remove
+1 more
aws s3 sync ./local-dir s3://my-bucketaws
s3
sync
+1 more
aws ec2 describe-instancesaws
ec2
list
+1 more
aws ec2 start-instances --instance-ids i-1234567890abcdef0aws
ec2
start
aws ec2 stop-instances --instance-ids i-1234567890abcdef0aws
ec2
stop
aws ec2 reboot-instances --instance-ids i-1234567890abcdef0aws
ec2
reboot
aws ec2 terminate-instances --instance-ids i-1234567890abcdef0aws
ec2
terminate
+1 more
aws ec2 run-instances --image-id ami-12345678 --count 1 --instance-type t2.microaws
ec2
launch
+1 more
aws ec2 describe-security-groupsaws
ec2
security-groups
aws iam list-usersaws
iam
users
aws iam create-user --user-name newuseraws
iam
create
+1 more
aws iam delete-user --user-name newuseraws
iam
delete
+1 more
aws iam list-groupsaws
iam
groups
aws iam list-rolesaws
iam
roles
aws logs describe-log-groupsaws
logs
cloudwatch
aws logs describe-log-streams --log-group-name my-groupaws
logs
streams
aws logs get-log-events --log-group-name my-group --log-stream-name my-streamaws
logs
get
aws lambda list-functionsaws
lambda
functions
aws lambda invoke --function-name my-function out.jsonaws
lambda
invoke
aws dynamodb list-tablesaws
dynamodb
tables
aws dynamodb put-item --table-name mytable --item '{"id":{"S":"1"},"name":{"S":"test"}}'aws
dynamodb
insert
aws dynamodb get-item --table-name mytable --key '{"id":{"S":"1"}}'aws
dynamodb
get
aws cloudformation describe-stacksaws
cloudformation
stacks
aws cloudformation create-stack --stack-name mystack --template-body file://template.jsonaws
cloudformation
create
aws cloudformation delete-stack --stack-name mystackaws
cloudformation
delete
aws ecr describe-repositoriesaws
ecr
repositories
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin <account-id>.dkr.ecr.us-east-1.amazonaws.comaws
ecr
login
+1 more
aws ec2 describe-vpcsaws
ec2
vpc
aws ec2 describe-subnetsaws
ec2
subnets
aws rds describe-db-instancesaws
rds
databases
+1 more
aws rds start-db-instance --db-instance-identifier mydbaws
rds
start
+1 more
aws rds stop-db-instance --db-instance-identifier mydbaws
rds
stop
+1 more
aws cloudfront list-distributionsaws
cloudfront
cdn
+1 more
aws cloudfront create-invalidation --distribution-id DIST_ID --paths "/*"aws
cloudfront
invalidate
+1 more
aws route53 list-hosted-zonesaws
route53
dns
+1 more
aws route53 list-resource-record-sets --hosted-zone-id ZONEIDaws
route53
records
aws eks list-clustersaws
eks
kubernetes
aws eks describe-cluster --name myclusteraws
eks
describe
aws ecs list-clustersaws
ecs
containers
aws ecs list-services --cluster myclusteraws
ecs
services
aws ecs list-tasks --cluster myclusteraws
ecs
tasks
aws secretsmanager list-secretsaws
secrets
secretsmanager
aws secretsmanager get-secret-value --secret-id mysecretaws
secrets
get
aws kms list-keysaws
kms
keys
aws kms describe-key --key-id KEYIDaws
kms
describe
aws sqs list-queuesaws
sqs
queues
aws sqs send-message --queue-url URL --message-body "hello"aws
sqs
send
aws sqs receive-message --queue-url URLaws
sqs
receive
aws sns list-topicsaws
sns
topics
aws sns publish --topic-arn ARN --message "hello"aws
sns
publish
Missing a command?
Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!