SAP-C02 · Question #42
A company has multiple AWS accounts as part of an organization created with AWS Organizations. Each account has a VPC in the us-east-2 Region and is used for either production or development…
The correct answer is C. Create separate route tables for production and development traffic. Delete each account's. The production and development route tables and VPC should be disassociated and configured separately using AWS transit gateway then route propagation enabled for the respective VPC https://aws.amazon.com/cn/blogs/architecture/field-notes-working-with-route-tables-in-aws…
Question
A company has multiple AWS accounts as part of an organization created with AWS Organizations. Each account has a VPC in the us-east-2 Region and is used for either production or development workloads. Amazon EC2 instances across production accounts need to communicate with each other, and EC2 instances across development accounts need to communicate with each other, but production and development instances should not be able to communicate with each other. To facilitate connectivity, the company created a common network account. The company used AWS Transit Gateway to create a transit gateway in the us-east-2 Region in the network account and shared the transit gateway with the entire organization by using AWS Resource Access Manager. Network administrators then attached VPCs in each account to the transit gateway, after which the EC2 instances were able to communicate across accounts. However, production and development accounts were also able to communicate with one another. Which set of steps should a solutions architect take to ensure production traffic and development traffic are completely isolated?
Options
- AModify the security groups assigned to development EC2 instances to block traffic from
- BCreate a tag on each VPC attachment with a value of either production or development,
- CCreate separate route tables for production and development traffic. Delete each account's
- DCreate a tag on each VPC attachment with a value of either production or development,
How the community answered
(60 responses)- A22% (13)
- B12% (7)
- C60% (36)
- D7% (4)
Explanation
The production and development route tables and VPC should be disassociated and configured separately using AWS transit gateway then route propagation enabled for the respective VPC https://aws.amazon.com/cn/blogs/architecture/field-notes-working-with-route-tables-in-aws- transit-gateway/
Community Discussion
No community discussion yet for this question.