
Answer-first summary for fast verification
Answer: Create multiple VPCs, each with its own set of security groups and network ACLs, and use AWS Transit Gateway for inter-VPC connectivity.
Option B is the correct answer. Creating multiple VPCs allows for better isolation and segmentation of resources, which enhances security. Each VPC should have its own set of security groups and network ACLs to control inbound and outbound traffic. Using AWS Transit Gateway for inter-VPC connectivity provides a secure and scalable way to connect multiple VPCs. This approach allows for secure access to resources within the AWS environment while maintaining a secure network design.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is planning to migrate its on-premises data center to AWS. You are tasked with designing a secure network architecture that allows for secure access to resources within the AWS environment. Which of the following steps should you take to ensure a secure network design?
A
Create a single VPC and place all resources within it, using security groups to control access.
B
Create multiple VPCs, each with its own set of security groups and network ACLs, and use AWS Transit Gateway for inter-VPC connectivity.
C
Create a single VPC and use AWS Direct Connect to establish a secure connection to the on-premises data center.
D
Create multiple VPCs, each with its own set of security groups and network ACLs, and use VPC endpoints for secure access to AWS services.
No comments yet.