Topic 1 Question 520
An application that is running on Amazon EC2 instances stores data in an Amazon S3 bucket. All the data must be encrypted in transit.
How can a developer ensure that all traffic to the S3 bucket is encrypted?
Install certificates on the EC2 instances.
Create a private VPC endpoint.
Configure the S3 bucket with server-side encryption with AWS KMS managed encryption keys (SSE-KMS).
Create an S3 bucket policy that denies traffic when the value for the aws:SecureTransport condition key is false.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: D
Configurar una política de bucket que deniegue el tráfico cuando aws:SecureTransport sea falso asegura que solo se permitan conexiones seguras (HTTPS) al bucket
👍 1italiancloud20252025/02/17
シャッフルモード