-
-
Save pbzona/eeb09f426cfc08a77c19659f954ef058 to your computer and use it in GitHub Desktop.
CloudFormation - EC2 create confirmation command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ aws cloudformation describe-stacks --stack-name ec2 | |
{ | |
"Stacks": [ | |
{ | |
"StackId": "arn:aws:cloudformation:us-east-1:160619113767:stack/ec2/fbbfc9f0-c026-11e7-b32e-503aca2616d1", | |
"Tags": [], | |
"CreationTime": "2017-11-02T23:38:52.308Z", | |
"StackName": "ec2", | |
"NotificationARNs": [], | |
"StackStatus": "CREATE_COMPLETE", | |
"DisableRollback": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment