Difference between revisions of "Aws cloudformation describe-stacks"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{lowercase}}
 +
* 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>
 +
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]

See also[edit]

Advertising: