Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created November 21, 2017 18:02
Show Gist options
  • Save pbzona/eeb09f426cfc08a77c19659f954ef058 to your computer and use it in GitHub Desktop.
Save pbzona/eeb09f426cfc08a77c19659f954ef058 to your computer and use it in GitHub Desktop.
CloudFormation - EC2 create confirmation command
$ 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