157k views
2 votes
N an AWS design template, the "depends on" property of a resource is represented by an _________ color dot. Red Orchid Blue Black

1 Answer

3 votes

Answer:

Black

Step-by-step explanation:

Explicit dependencies in Amazon Web Services are used to determine the order in which resources are added or deleted on AWS Cloud Formation. If a user wishes to create explicit dependency, a line from the "dependson" dot located at the route is moved to the gateway-VPC attachment.

The "dependson" dot helps to specify which resource is created before another. It is signified by a black dot (*). It can be used to override parallelisms and also to determine when a wait condition becomes activated.

User Pmorken
by
5.2k points