Aws CLI Commands
Aws CLI Commands
html#install-msi-on-windows
https://aws.amazon.com/cli/
aws s3 mb s3://bucket-name
aws s3 rb s3://bucket-name
aws s3 ls
aws ec2 create-security-group --group-name my-sg --description "My security group" --vpc-id vpc-
1a2b3c4d
aws ec2 authorize-security-group-ingress --group-name my-sg --protocol tcp --port 3389 --cidr
203.0.113.0/24
aws ec2 create-snapshot --volume-id vol-656f37bf --description "This is my root volume snapshot."
aws ec2 create-image --instance-id i-873f1723 --name "My server" --description "An AMI for my
server" --no-reboot