Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 381 Bytes

awscli_commands.md

File metadata and controls

11 lines (8 loc) · 381 Bytes

Visit below sites for more content & tutorial

MyBlog

Stop EC2 Instnace

  • aws ec2 stop-instances --instance-id --output json
  • aws ec2 wait instance-stopped --instance-ids

Start EC2 Instnace

  • aws ec2 start-instances --instance-id --output json
  • aws ec2 wait instance-running --instance-ids