Difference between revisions of "Timestamp"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* <code>[[ts]]</code> command | * <code>[[ts]]</code> command | ||
+ | for STACK_NAME in `aws cloudformation list-stacks | grep StackName | cut -d'"' -f4 | sort | uniq`; do aws cloudformation describe-stack-events --stack-name $STACK_NAME ; done | grep [[Timestamp]] | ||
== See also == | == See also == |
Revision as of 09:19, 6 May 2022
for STACK_NAME in `aws cloudformation list-stacks | grep StackName | cut -d'"' -f4 | sort | uniq`; do aws cloudformation describe-stack-events --stack-name $STACK_NAME ; done | grep Timestamp
See also
Advertising: