Exam: AWS Certified Cloud Practitioner 0 Likes
Which AWS services offer gateway VPC endpoints that can be used to (CLF-C02)
Which AWS services offer gateway VPC endpoints that can be used to avoid sending traffic over the internet?
(Choose two)
A. Amazon Simple Notification Service (Amazon SNS)
B. Amazon Simple Queue Service (Amazon SQS)
C. AWS CodeBuild
D. Amazon S3
E. Amazon DynamoDB
Solution
Correct answer: D. Amazon S3 and E. Amazon DynamoDB.
AWS offers gateway VPC endpoints for certain services, which allow you to establish a private connection between your VPC and the service, avoiding the need to send traffic over the internet.
The two AWS services that offer gateway VPC endpoints are:
D. Amazon S3 - Amazon S3 gateway VPC endpoints allow you to privately connect your VPC to Amazon S3 without using the public internet.
E. Amazon DynamoDB - Amazon DynamoDB gateway VPC endpoints allow you to privately connect your VPC to Amazon DynamoDB without using the public internet.
The other options are not correct:
A. Amazon Simple Notification Service (Amazon SNS) uses interface VPC endpoints, not gateway VPC endpoints.
B. Amazon Simple Queue Service (Amazon SQS) uses interface VPC endpoints, not gateway VPC endpoints.
C. AWS CodeBuild does not offer any type of VPC endpoints.
Category: Basic AWS services