Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What steps should the network engineer take to troubleshoot and resolve the error causing the AWS CloudFormation template to roll back while creating a virtual private gateway, customer gateway, VPN connection, and static routes in a route table?
A
Change the order of resource creation in the CloudFormation template.
B
Add the DependsOn attribute to the resource declaration for the virtual private gateway. Specify the route table entry resource.
C
Add a wait condition in the template to wait for the creation of the virtual private gateway.
D
Add the DependsOn attribute to the resource declaration for the route table entry. Specify the virtual private gateway resource.