~$ aws cloudformation describe-stacks --stack-name mystack
 "Stacks": [
     {
         "StackId": "arn:aws:cloudformation:eu-central-
                     1:130587313947:stack/mystack/06537dd0-2204-
                     11ea-8e29-02f9d8bbd456",
         "StackName": "mystack",
         "Description": "Nginx-Webserver",
         "CreationTime": "2024-12-19T02:05:27.037Z",
         "RollbackConfiguration": {},
         "StackStatus": "CREATE_IN_PROGRESS",
         "DisableRollback": false,
         "NotificationARNs": [],
         "Tags": [],
         "EnableTerminationProtection": false,
         "DriftInformation": {
             "StackDriftStatus": "NOT_CHECKED"
         }
     }
 ]
