Register
64:59
Stop
AWS Certified Solutions Architect - AWS CloudTrail
Intermediate
1/65
When defining a new CloudFormation stack that deploys a VPC and subnet resources, which property ensures the subnet is not created before the VPC?
a.
"DependsOn" attribute specifying the VPC resource
b.
"Link" parameter in subnet resource definition pointing to the VPC
c.
"Condition" attribute in the subnet to wait for the VPC's availability
d.
"Sequence" attribute within the VPC resource to manage order
Intermediate