Topic 1 Question 293
2 つ選択A company is building a web application on AWS. The company is using Amazon CloudFront with a domain name of www.example.com. All traffic to CloudFront must be encrypted in transit. The company already has provisioned an SSL certificate for www.example.com in AWS Certificate Manager (ACM).
Which combination of steps should a SysOps administrator take to encrypt the traffic in transit?
For each cache behavior in the CloudFront distribution, modify the Viewer Protocol Policy setting to redirect HTTP to HTTPS.
For each cache behavior in the CloudFront distribution, modify the Viewer Protocol Policy setting to allow HTTP and HTTPS.
Enter the alternate domain name (CNAME) of www.example.com for the CloudFront distribution. Select the custom SSL certificate.
Configure an AWS WAF web ACL for the CloudFront distribution.
Configure CloudFront Origin Shield for the CloudFront origin.
ユーザの投票
コメント(2)
AC is correct. On the settings when you create a new CF distribution the second parameter is Alternate domain name (CNAME) - optional here you can add the domain name you will use to access to the CF distribution. And in the bahavior config you need to check "Redirect HTTP to HTTPS" option in the viewer protocol policy.
👍 2Zotarix2023/07/23- 正解だと思う選択肢: AC
To encrypt the traffic in transit for a web application using Amazon CloudFront with an SSL certificate from AWS Certificate Manager (ACM), you should take the following steps:
C. Enter the alternate domain name (CNAME) of www.example.com for the CloudFront distribution. Select the custom SSL certificate:
This step ensures that CloudFront is configured to use the custom SSL certificate from ACM for encrypting the traffic between the viewer (client) and CloudFront. A. For each cache behavior in the CloudFront distribution, modify the Viewer Protocol Policy setting to redirect HTTP to HTTPS:
This step enforces the use of HTTPS by redirecting any HTTP requests to HTTPS. This is an important security practice to ensure that all traffic is encrypted in transit.
👍 1AWSdeveloper082023/09/03
シャッフルモード