exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 599 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 599
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

A company has deployed its publicly accessible application in two different AWS Regions. The company has designated one Region as primary and the other Region as secondary for disaster recovery purposes.

Which AWS service or resource can automatically divert all incoming application requests to the secondary Region?

  • A. Application Load Balancer
  • B. Amazon Route 53
  • C. AWS Direct Connect
  • D. AWS VPN
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
wooyourdaddy
Highly Voted 2 years, 4 months ago
Selected Answer: B
B. Amazon Route 53 100% Route53 can distribute traffic among multiple Regions. In short, ELBs are intended to load balance across EC2 instances in a single region whereas DNS load-balancing (Route53) is intended to help balance traffic across regions. Both Route53 and ELB perform health check and route traffic to only healthy resources.
upvoted 5 times
...
Guru4Cloud
Most Recent 2 years, 1 month ago
Selected Answer: B
Amazon Route 53 is a DNS web service that provides highly available and scalable domain name registration and management. It can be used to route traffic to various AWS services, including EC2 instances, Elastic Load Balancers, and S3 buckets. In this scenario, you can use Route 53 to route traffic to the primary Region by default. If the primary Region becomes unavailable, Route 53 can automatically redirect traffic to the secondary Region, providing high availability and disaster recovery capabilities for the application. Therefore, option B (Amazon Route 53) is the correct answer. Option A (Application Load Balancer) is a service that distributes incoming traffic to multiple targets, such as EC2 instances, containers, and IP addresses within a single Region or Availability Zone.
upvoted 2 times
...
noahsark
2 years, 3 months ago
Selected Answer: B
Amazon Route 53 https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring.html
upvoted 3 times
...
zdravko777
2 years, 4 months ago
Selected Answer: B
B is the answer
upvoted 1 times
...
awscodete
2 years, 4 months ago
Selected Answer: B
Answer B https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/TutorialAddingLBRRegion.html
upvoted 1 times
...
wooyourdaddy
2 years, 4 months ago
Selected Answer: A
A. Application Load Balancer A load balancer serves as the single point of contact for clients. The load balancer distributes incoming application traffic across multiple targets, such as EC2 instances, in multiple Availability Zones. This increases the availability of your application.
upvoted 1 times
wooyourdaddy
2 years, 4 months ago
Moderator, please remove this post, I posted the one above, which is the correct answer. Thanks!
upvoted 1 times
...
wooyourdaddy
2 years, 4 months ago
Application Load Balancer is particularly useful for websites and mobile apps running in containers or on AWS EC2 instances. Within a microservices architecture, Application Load Balancer can be used as an internal load balancer in front of EC2 instances or Docker containers implementing a particular service.
upvoted 2 times
...
...
nalaikpanda
2 years, 4 months ago
Okay, I am wrong, the answer is correct. Its DNS/Route 53 https://docs.aws.amazon.com/managedservices/latest/userguide/ams-disaster-recovery.html
upvoted 1 times
...
nalaikpanda
2 years, 4 months ago
I believe the answer for this to be Load Bnalancer
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 ...