Difference between revisions of "Aws cloudformation describe-stacks"
Jump to navigation
Jump to search
(12 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[aws cloudformation describe-stacks]] | + | {{lowercase}} |
+ | * https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/describe-stacks.html | ||
+ | [[aws cloudformation]] describe-stacks | ||
+ | |||
+ | aws cloudformation describe-stacks | grep -w [[StackName]] | ||
+ | |||
+ | <pre> | ||
+ | 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" | ||
+ | } | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | |||
== Relates terms == | == Relates terms == | ||
* <code>[[aws rds describe-db-instances]]</code> | * <code>[[aws rds describe-db-instances]]</code> | ||
+ | * <code>[[DELETE FAILED]]</code> | ||
+ | * <code>[[DELETE IN PROGRESS]]</code> | ||
+ | * <code>[[ROLLBACK_COMPLETE]]</code> | ||
+ | * <code>[[UPDATE_IN_PROGRESS]]</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: