AWS CLI
EC2
aws ec2 describe-instances
aws ec2 start-instances --instance-ids i-12345678c
aws ec2 terminate-instances --instance-ids i-12345678cS3
aws s3 ls s3://mybucket
aws s3 rm s3://mybucket/folder --recursive
aws s3 cp myfolder s3://mybucket/folder --recursive
aws s3 sync myfolder s3://mybucket/folder --exclude *.tmpECS
aws ecs create-cluster
--cluster-name=NAME
--generate-cli-skeleton
aws ecs create-serviceHomebrew
brew install awscli
aws configureConfiguration profiles
Elastic Beanstalk
Configuration
ebextensions
Also see
Last updated