Aws Cli Command To Wait For An Ec2 Instance To

[Solved] Aws Cli Command To Wait For An Ec2 Instance To | Shell - Code Explorer | yomemimo.com
Question : aws cli command to wait for an ec2 instance to be running

Answered by : viranson-hounnouvi

{"tags":[{"tag":"textarea","content":"aws ec2 wait instance-status-ok \\\n --region $REGION \\\n --instance-ids $INSTANCE_ID","code_language":"whatever"}]}

Source : https://datawookie.dev/blog/2021/07/creating-an-ami-using-the-aws-cli/ | Last Update : Sat, 29 Apr 23

Answers related to aws cli command to wait for an ec2 instance to be running

Code Explorer Popular Question For Shell