PrepAway - Latest Free Exam Questions & Answers

What is a circular dependency in AWS CloudFormation?

What is a circular dependency in AWS CloudFormation?

PrepAway - Latest Free Exam Questions & Answers

A.
When a Template references an earlier version of itself.

B.
When Nested Stacks depend on each other.

C.
When Resources form a DependOn loop.

D.
When a Template references a region, which references the original Template.

Explanation:
To resolve a dependency error, add a DependsOn attribute to resources that depend on other resources in your template.
In some cases, you must explicitly declare dependencies so that AWS CloudFormation can create or delete resources in
the correct order. For example, if you create an Elastic IP and a VPC with an Internet gateway in the same stack, the
Elastic IP must depend on the Internet gateway attachment. For additional information, see DependsOn Attribute.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errorsdependence-error

4 Comments on “What is a circular dependency in AWS CloudFormation?


Leave a Reply

Your email address will not be published. Required fields are marked *