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 configure
aws
configure
credentials
aws s3 ls
aws
s3
list
aws s3 mb s3://my-bucket
aws
s3
bucket
+1 more
aws s3 rm s3://my-bucket/file.txt
aws
s3
remove
+1 more
aws s3 sync ./local-dir s3://my-bucket
aws
s3
sync
aws ec2 describe-instances
aws
ec2
instances
aws ec2 start-instances --instance-ids i-1234567890abcdef0
aws
ec2
start
aws ec2 stop-instances --instance-ids i-1234567890abcdef0
aws
ec2
stop
aws ec2 reboot-instances --instance-ids i-1234567890abcdef0
aws
ec2
reboot
aws ec2 terminate-instances --instance-ids i-1234567890abcdef0
aws
ec2
terminate
+1 more
aws ec2 run-instances --image-id ami-12345678 --count 1 --instance-type t2.micro
aws
ec2
launch
+1 more
aws ec2 describe-security-groups
aws
ec2
security-groups
aws iam list-users
aws
iam
users
aws iam create-user --user-name newuser
aws
iam
create
+1 more
aws iam delete-user --user-name newuser
aws
iam
delete
+1 more
aws iam list-groups
aws
iam
groups
aws iam list-roles
aws
iam
roles
aws logs describe-log-groups
aws
logs
cloudwatch
aws logs describe-log-streams --log-group-name my-group
aws
logs
streams
aws logs get-log-events --log-group-name my-group --log-stream-name my-stream
aws
logs
get
aws lambda list-functions
aws
lambda
functions
aws lambda invoke --function-name my-function out.json
aws
lambda
invoke
aws dynamodb list-tables
aws
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-stacks
aws
cloudformation
stacks
aws cloudformation create-stack --stack-name mystack --template-body file://template.json
aws
cloudformation
create
aws cloudformation delete-stack --stack-name mystack
aws
cloudformation
delete
aws ecr describe-repositories
aws
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.com
aws
ecr
login
+1 more
aws ec2 describe-vpcs
aws
ec2
vpc
aws ec2 describe-subnets
aws
ec2
subnets
aws rds describe-db-instances
aws
rds
databases
aws rds start-db-instance --db-instance-identifier mydb
aws
rds
start
aws rds stop-db-instance --db-instance-identifier mydb
aws
rds
stop
aws cloudfront list-distributions
aws
cloudfront
cdn
aws cloudfront create-invalidation --distribution-id DIST_ID --paths "/*"
aws
cloudfront
invalidate
+1 more
aws route53 list-hosted-zones
aws
route53
dns
aws route53 list-resource-record-sets --hosted-zone-id ZONEID
aws
route53
records
aws eks list-clusters
aws
eks
kubernetes
aws eks describe-cluster --name mycluster
aws
eks
describe
aws ecs list-clusters
aws
ecs
containers
aws ecs list-services --cluster mycluster
aws
ecs
services
aws ecs list-tasks --cluster mycluster
aws
ecs
tasks
aws secretsmanager list-secrets
aws
secrets
secretsmanager
aws secretsmanager get-secret-value --secret-id mysecret
aws
secrets
get
aws kms list-keys
aws
kms
keys
aws kms describe-key --key-id KEYID
aws
kms
describe
aws sqs list-queues
aws
sqs
queues
aws sqs send-message --queue-url URL --message-body "hello"
aws
sqs
send
aws sqs receive-message --queue-url URL
aws
sqs
receive
aws sns list-topics
aws
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!