Medium1 markMultiple Choice
AWS SAA-C03 · Question 49 · Domain 3.4: Network Performance
A company has two VPCs (VPC A and VPC B) in the same AWS Region. They need to establish a private, high-bandwidth network connection between the two VPCs. The solution must minimize costs and avoid single points of failure. Which TWO actions should they take? (Select TWO.)
A company has two VPCs (VPC A and VPC B) in the same AWS Region. They need to establish a private, high-bandwidth network connection between the two VPCs. The solution must minimize costs and avoid single points of failure. Which TWO actions should they take? (Select TWO.)
Answer options:
A.
Create a VPC Peering connection between VPC A and VPC B.
B.
Deploy an AWS Transit Gateway.
C.
Update the route tables in both VPCs to route traffic to the peering connection.
D.
Set up a managed VPN connection between the VPCs.
E.
Use AWS PrivateLink.
How to approach this question
Identify the simplest VPC connection method.
Full Answer
VPC Peering is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses. It is highly available and has no bandwidth bottlenecks.
Common mistakes
Choosing Transit Gateway for a simple 1-to-1 connection.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert