Which AWS services offer gateway VPC endpoints that can be used to avoid sending traffic over the internet?
(Choose two.)
Amazon Simple Notification Service (Amazon SNS)
Amazon Simple Queue Service (Amazon SQS)
AWS CodeBuild
Amazon S3
Amazon DynamoDB
Explanations:
Amazon SNS does not support VPC gateway endpoints. It can be accessed over the internet, but not via a gateway VPC endpoint.
Amazon SQS supports VPC endpoints, but these are interface endpoints, not gateway endpoints.
AWS CodeBuild does not support VPC gateway endpoints. It requires internet access for most interactions.
Amazon S3 supports gateway VPC endpoints, allowing direct communication within a VPC without using the internet.
Amazon DynamoDB supports gateway VPC endpoints, allowing direct communication within a VPC without using the internet.