Topic 1 Question 46
2 つ選択A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The company uses Amazon Route 53 to route traffic. The company also has a static website that is configured in an Amazon S3 bucket. A SysOps administrator must use the static website as a backup to the web application. The failover to the static website must be fully automated. Which combination of actions will meet these requirements?
Create a primary failover routing policy record. Configure the value to be the ALB.
Create an AWS Lambda function to switch from the primary website to the secondary website when the health check fails.
Create a primary failover routing policy record. Configure the value to be the ALB. Associate the record with a Route 53 health check.
Create a secondary failover routing policy record. Configure the value to be the static website. Associate the record with a Route 53 health check.
Create a secondary failover routing policy record. Configure the value to be the static website.
ユーザの投票
コメント(12)
- 正解だと思う選択肢: CD
C and D Here a scenario with step by step https://aws.amazon.com/pt/premiumsupport/knowledge-center/fail-over-s3-r53/
👍 4kati2k22cz2022/09/02 - 正解だと思う選択肢: CE
In the Create the failover endpoint section : For Associate with Health Check, choose No https://aws.amazon.com/pt/premiumsupport/knowledge-center/fail-over-s3-r53/
👍 4Bragg2022/09/07 - 正解だと思う選択肢: CE
Create the failover endpoint Open the Amazon Route 53 console, and then choose Hosted zones. Choose the hosted zone that you want to create the record for. Choose Create record, and input the following: For Record name, use the same value that you entered for the primary record. For Record type, choose A – Routes traffic to an IPV4 address and some AWS resources. For Alias, choose Yes. Note: Aliases automatically use a time to live (TTL) that matches the alias target. For Alias Target, choose the S3 bucket that you created previously. For Routing Policy, choose Failover. For Failover Record Type, choose Secondary. For Set ID, enter a name. Note: The name for the Set ID on your failover endpoint must be different from the name of the Set ID on your primary endpoint. For Associate with Health Check, choose No. Choose Create records.
👍 2princajen2022/09/08
シャッフルモード