Skip to content

Instantly share code, notes, and snippets.

@tongueroo
Created June 10, 2014 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tongueroo/cd6a002771cde7db92a9 to your computer and use it in GitHub Desktop.
Save tongueroo/cd6a002771cde7db92a9 to your computer and use it in GitHub Desktop.
eve-2:cfn (master) $ for i in app resque scheduler worker ; do cfn-describe-stack-events prod-api-${i}-s7 | grep AWS::CloudFormation::Stack ; done
STACK_EVENT prod-api-app-s7 prod-api-app-s7 AWS::CloudFormation::Stack 2014-06-10T23:08:05.223Z CREATE_COMPLETE
STACK_EVENT prod-api-app-s7 prod-api-app-s7 AWS::CloudFormation::Stack 2014-06-10T23:04:45.675Z CREATE_IN_PROGRESS User Initiated
STACK_EVENT prod-api-resque-s7 prod-api-resque-s7 AWS::CloudFormation::Stack 2014-06-10T23:08:56.717Z CREATE_COMPLETE
STACK_EVENT prod-api-resque-s7 prod-api-resque-s7 AWS::CloudFormation::Stack 2014-06-10T23:04:53.414Z CREATE_IN_PROGRESS User Initiated
STACK_EVENT prod-api-scheduler-s7 prod-api-scheduler-s7 AWS::CloudFormation::Stack 2014-06-10T23:07:50.668Z CREATE_COMPLETE
STACK_EVENT prod-api-scheduler-s7 prod-api-scheduler-s7 AWS::CloudFormation::Stack 2014-06-10T23:05:01.042Z CREATE_IN_PROGRESS User Initiated
STACK_EVENT prod-api-worker-s7 prod-api-worker-s7 AWS::CloudFormation::Stack 2014-06-10T23:07:21.995Z CREATE_COMPLETE
STACK_EVENT prod-api-worker-s7 prod-api-worker-s7 AWS::CloudFormation::Stack 2014-06-10T23:05:08.852Z CREATE_IN_PROGRESS User Initiated
eve-2:cfn (master) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment