DVA-C02 Deployment • Set 19
DVA-C02 Deployment Practice Test 19 — 15 questions with explanations. Free, no signup.
A developer attempted to create a CloudFormation stack. The stack creation failed and rolled back. Based on the exhibit, which resource caused the failure?
Refer to the exhibit. Output from aws cloudformation describe-stacks:
{
"Stacks": [
{
"StackName": "my-stack",
"StackStatus": "ROLLBACK_COMPLETE",
"CreationTime": "2024-01-15T10:00:00Z",
"LastUpdatedTime": "2024-01-15T10:05:00Z",
"StackStatusReason": "The following resource(s) failed to create: [WaitCondition]. The following resource(s) failed to create: [EC2Instance]. . Rollback requested by user."
}
]
}