
Explanation:
Option A is the correct answer. VPC endpoints provide a secure and efficient way to access AWS services from within a VPC, without the need to route traffic through the public internet. This approach reduces latency and improves security by keeping traffic within the AWS network. Option B exposes the application to potential security risks by accessing services through public endpoints. Option C and D, while providing internet access, do not specifically address the requirement of secure and efficient access to AWS services.
Ultimate access to all questions.
Your company is using AWS to host a web application that requires access to a variety of AWS services such as S3, DynamoDB, and RDS. How can you ensure that the application has secure and efficient access to these services?
A
Use VPC endpoints to provide private access to AWS services.
B
Allow access to the public endpoints of the services from the application.
C
Create a NAT gateway in each VPC to provide internet access for the application.
D
Use AWS Direct Connect to establish a dedicated network connection to AWS services.
No comments yet.