Question 63:
Your team has created a cloudformation template. The template consists of a creation of a Virtual private gateway , Customer gateway and a VPN connection based on the created artefacts. The templates sometimes give errors since the routes are not being added because of the missing Virtual private gateway resource. How can you resolve this?
Answer options:
A.Change the order of the creation of the resources in the template. B.Add a "Depends On" attribute to the VGW on the Route table. C.Ensure the route table has a "Depends On" attribute with a value of VGW. D.Add a custom resource to the template for the Route Table entry.