Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 235 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 235 Bytes

aws machine connect using aws ssm command

aws ssm start-session --target <instance-id>

start and stop instance

aws ec2 start-instances --instance-ids <instance-id>
aws ec2 stop-instances --instance-ids <instance-id>