Difference between revisions of "Aws cloudformation describe-stacks"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/describe-stacks.html | * https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/describe-stacks.html | ||
[[aws cloudformation]] describe-stacks | [[aws cloudformation]] describe-stacks | ||
+ | |||
+ | aws cloudformation describe-stacks | grep -w [[StackName]] | ||
<pre> | <pre> | ||
Line 36: | Line 38: | ||
* <code>[[UPDATE_IN_PROGRESS]]</code> | * <code>[[UPDATE_IN_PROGRESS]]</code> | ||
* <code>[[UPDATE_COMPLETE]]</code> | * <code>[[UPDATE_COMPLETE]]</code> | ||
+ | * <code>[[aws cloudformation update-stack]]</code> | ||
== See also == | == See also == |
Latest revision as of 07:09, 4 July 2022
aws cloudformation describe-stacks
aws cloudformation describe-stacks | grep -w StackName
aws cloudformation describe-stacks { "Stacks": [ { "StackId": "arn:aws:cloudformation:ap-south-1:788058868567:stack/yourstack/2ff86730-210e-11ec-b22c-024c52aa4d94", "StackName": "kkdeleteme", "Description": "AWS CloudFormation Sample Template RDS_Snapshot_On_Delete: Sample template showing how to create an RDS DBInstance that is snapshotted on stack deletion. **WARNING** This template creates an Amazon RDS database instance. When the stack is deleted a database snapshot will be left in your account. You will be billed for the AWS resources used if you create a stack from this template.", "CreationTime": "2021-09-29T10:29:19.090000+00:00", "DeletionTime": "2021-09-29T10:29:24.454000+00:00", "RollbackConfiguration": {}, "StackStatus": "ROLLBACK_COMPLETE", "DisableRollback": false, "NotificationARNs": [], "Tags": [], "DriftInformation": { "StackDriftStatus": "NOT_CHECKED" } } ] }
Relates terms[edit]
aws rds describe-db-instances
DELETE FAILED
DELETE IN PROGRESS
ROLLBACK_COMPLETE
UPDATE_IN_PROGRESS
UPDATE_COMPLETE
aws cloudformation update-stack
See also[edit]
- AWS CloudFormation: [
aws cloudformation
|create-stack
|list-stacks
|delete-stack
|update-stack
|list-types
|estimate-template-cost
|validate-template
|describe-stacks
|deploy
|drift detection
],aws cloudformation get-template-summary, aws cloudformation describe-stack-events
- AWS CloudFormation,
AWS::CloudFormation
AWS CloudFormation Designer, Drift detection, AWS Cloud Development Kit (CDK),aws cloudformation
,ServicesStack:
, AWS CloudFormation Linter (cfn-lint
), Former2, CloudCraft, Change sets, AWS CloudFormation Public Registry, CloudFormation snippets, CloudFormation templates, StackSets,Outputs:
,Type:
,Fn::Sub
,!Ref
, CloudFormation Parameters, AWS CloudFormation Templates, CloudFormation functions
Advertising: