exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 46 discussion

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? (Choose two.)

  • A. Create a primary failover routing policy record. Configure the value to be the ALB.
  • B. Create an AWS Lambda function to switch from the primary website to the secondary website when the health check fails.
  • C. Create a primary failover routing policy record. Configure the value to be the ALB. Associate the record with a Route 53 health check.
  • D. Create a secondary failover routing policy record. Configure the value to be the static website. Associate the record with a Route 53 health check.
  • E. Create a secondary failover routing policy record. Configure the value to be the static website.
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Nono90
Highly Voted 2 years, 5 months ago
Selected Answer: CE
https://aws.amazon.com/pt/premiumsupport/knowledge-center/fail-over-s3-r53/
upvoted 8 times
...
FKZ
Highly Voted 2 years, 2 months ago
Selected Answer: CE
No Health Check to secudary fail over.
upvoted 6 times
...
griggrig
Most Recent 9 months ago
Selected Answer: CE
No needed for configure health check for S3 static website, only for ALB. Image if you have both health check and both of them unhealthy. In this scenarion no meaning of failover routing.
upvoted 2 times
...
mamas_devops
1 year ago
A and E ALB and S3 are both alias record so no need to create and associate additional health checks. Instead you configuring active-passive failover with one primary and one secondary resource. Useful links: https://repost.aws/questions/QUhlXjnA87QwCWeTjlplv13g/route-53-alb-alias-record-health-checks#COLFaTiEnLSbiJABZjCXO7OQ https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-types.html https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-simple-configs.html
upvoted 1 times
...
mamas_devops
1 year ago
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-simple-configs.html
upvoted 1 times
...
Suksay
1 year, 2 months ago
Selected Answer: CE
For Evaluate target health, turn off the option. When the target is an S3 bucket, the option doesn't wor
upvoted 1 times
...
tamng
1 year, 4 months ago
C E are correct answers
upvoted 1 times
...
tamng
1 year, 4 months ago
Why not CD?
upvoted 1 times
...
Bhrino
2 years, 1 month ago
why would you not associate a health check to the secondary fail over? it doesn't say not to
upvoted 1 times
Gomer
1 year, 11 months ago
"for Evaluate target health, turn off the option. When the target is an S3 bucket, the option doesn't work."
upvoted 3 times
...
jipark
1 year, 8 months ago
health check is not clue. in the chain of Route53 - ALB - EC2 - S3, Route53 do not need to directly connect to S3. instead, it associate with ALB.
upvoted 1 times
...
...
MrMLB
2 years, 4 months ago
D E The combination of actions that will meet these requirements is creating a primary failover routing policy record, configuring the value to be the ALB, and creating a secondary failover routing policy record, configuring the value to be the static website. This allows the SysOps administrator to use the static website as a backup to the web application, and automatically fail over to the static website if the health check fails. The administrator can also associate the record with a Route 53 health check to monitor the health of the web application and trigger the failover if necessary. Option A is not appropriate for this situation, as it does not include the secondary failover routing policy record that is necessary for automatic failover. Option B is not appropriate, as it does not involve configuring the routing policy records, which are necessary for directing traffic to the appropriate website. Option C is not appropriate, as it does not include the secondary failover routing policy record that is necessary for automatic failover.
upvoted 1 times
noahsark
2 years, 3 months ago
D is wrong. For Associate with Health Check, choose No. https://aws.amazon.com/pt/premiumsupport/knowledge-center/fail-over-s3-r53/
upvoted 1 times
...
...
michaldavid
2 years, 4 months ago
Selected Answer: C
C and E
upvoted 3 times
...
Liongeek
2 years, 5 months ago
Ans: CD
upvoted 2 times
...
Capy
2 years, 5 months ago
C E read carefully this link. It's mentioned that for the primary routiong policy you must specify Helat Check YES, instead for the secondary routing failover routing policy with don't specify Healt Check
upvoted 2 times
...
andreapg
2 years, 6 months ago
Selected Answer: CD
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-types.html#dns-failover-types-active-passive-one-resource
upvoted 1 times
Gomer
1 year, 11 months ago
"for Evaluate target health, turn off the option. When the target is an S3 bucket, the option doesn't work."
upvoted 1 times
...
...
Surferbolt
2 years, 6 months ago
Selected Answer: CE
CE. No health check for secondary failover.
upvoted 1 times
...
princajen
2 years, 7 months ago
Selected Answer: 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.
upvoted 2 times
...
Bragg
2 years, 7 months ago
Selected Answer: 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/
upvoted 4 times
princajen
2 years, 7 months ago
Good call out!
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago