
Explanation:
Explanation for Answer A: Creating a VPC Endpoint Service that accepts TCP traffic and hosting it behind a Network Load Balancer, while making the service available over AWS Direct Connect (DX), is the most suitable solution for the company's requirements. This approach ensures that the sensitive service data does not traverse the internet, as the connectivity is established directly between the on-premises data center and AWS through DX. The VPC Endpoint Service allows the company to offer its services to other AWS customers securely and privately. A Network Load Balancer is appropriate here because it can handle high volumes of traffic and is optimized for TCP traffic, which is often used for sensitive data transfer.
Explanation for other options:
Ultimate access to all questions.
A company has many services running in its on-premises data center.The data center is connected to AWS using AWS Direct Connect (DX)and an iPSec VPN The service data is sensitive and connectivity cannot traverse the internet.The company wants to expand into a new market segment and begin offering its services to other companies that are using AWS.Which solution will meet these requirements ?
A
Create a VPC Endpoint Service that accepts TCP traffic host it behind a Network Load Balancer and make the service available over DX
B
Create a VPC Endpoint Service that accepts HTTP or HTTPS traffic host It behind an Application Load Balancer and make the service available over DX
C
Attach an internet gateway to the VPC,and ensure that network access control and security group rules allow the relevant inbound and outbound traffic
D
Attach a NAT gateway to the VPC and ensure that network access control and security group rules allow the relevant inbound and outbound traffic
No comments yet.