aws cloudformation describe-stacks

From wikieduonline
Jump to navigation Jump to search

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: