
Ultimate access to all questions.
A company is implementing AWS Cloud WAN with edge locations in the us-east-1 and ap-southeast-2 Regions. Separate AWS Cloud WAN segments are set up for the development, production, and shared services environments at each edge location. Multiple new VPCs will be deployed for these environments and attached to the AWS Cloud WAN core network.
The network team aims to ensure that VPC attachments are assigned to the correct segment. They plan to tag VPC attachments using the Environment key, with values corresponding to the respective environment segment names. The production environment segment in us-east-1 must mandate acceptance for attachment requests, while all other attachment requests should not require acceptance.
What solution fulfills these requirements?
A
Create a rule with a number of 100 that requires acceptance for attachments to the production segment. In the rule, set the condition logic to the "or" value. Include conditions that require a tag:Environment value of Production or a Region value of us-east-1. Create a rule with a number of 200 that does not require acceptance to map any tag:Environment values to their respective segments.
B
Create a rule with a number of 100 that requires acceptance for attachments to the production segment. In the rule, set the condition logic to the "and" value. Include conditions that require a tag:Environment value of Production and a Region value of us-east-1. Create a rule with a number of 200 that does not require acceptance to map any tag.Environment values to their respective segments.
C
Create a rule with a number of 100 that does not require acceptance to map any tag:Environment values to their respective segments. Create a rule with a number of 200 that requires acceptance for attachments to the production segment. In the rule, set the condition logic to the "and" value. Include conditions that require a tag:Environment value of Production and a Region value of us-east-1.
D
Create a rule with a number of 100 that does not require acceptance to map any tag:Environment values to their respective segments. Create a rule with a number of 200 that requires acceptance for attachments to the production segment. In the rule, set the condition logic to the "or" value. Include conditions that require a tag:Environment value of Production or a Region value of us-east-1.