AWS different Instance state name:
pending
running
shutting-down
terminated
stopping
stopped
Check Ec2 instance State name
aws ec2 describe-instances --instance-ids i-f7ed6474 --output json | jq -r .Reservations[].Instances[].State.Name
pending
running
shutting-down
terminated
stopping
stopped
Check Ec2 instance State name
aws ec2 describe-instances --instance-ids i-f7ed6474 --output json | jq -r .Reservations[].Instances[].State.Name
0 comments:
Post a Comment