exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 25 discussion

Exam question from Amazon's AWS-SysOps
Question #: 25
Topic #: 1
[All AWS-SysOps Questions]

You are managing a legacy application Inside VPC with hard coded IP addresses in its configuration.
Which two mechanisms will allow the application to failover to new instances without the need for reconfiguration? (Choose two.)

  • A. Create an ELB to reroute traffic to a failover instance
  • B. Create a secondary ENI that can be moved to a failover instance
  • C. Use Route53 health checks to fail traffic over to a failover instance
  • D. Assign a secondary private IP address to the primary ENIO that can be moved to a failover instance
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

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
a_w_s
Highly Voted 3 years, 2 months ago
B & C : are Good to adress failover infrastructure in NEW INSTANCES where the legacy application has hard IP configured inside: B: to recuperate THÉ SAME IP ADRESS in a new EC2 C : ROUTE 53 to adress the failover under a new VPC
upvoted 5 times
...
KittieHearts
Most Recent 8 months, 2 weeks ago
Selected Answer: AC
Failing over, ELB and than from route 53 monitoring in case of failing over? If someone can put the reasoning for BD in here I'd curious
upvoted 1 times
...
dexdinh91
1 year ago
Selected Answer: AC
Is this A & C?
upvoted 1 times
...
Gianiluca
2 years, 2 months ago
Selected Answer: BD
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/MultipleIP.html
upvoted 1 times
...
TroyMcLure
3 years, 1 month ago
Correct Answers: B & D https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html Here you can choose either the option of creating a Secondary Network interface which can be moved to the failover instance or have a secondary IP Address which can be moved to the failover instance. For both cases, you can do this at the time of defining the EC2 instance.
upvoted 2 times
...
RicardoD
3 years, 1 month ago
A | C are the answers ELB can automatically re-route traffic to a fail over instance when the target instance becomes unhealthy (A) Route53 is also capable to re-route traffic to a fail over instance when the primary instance fails (C)
upvoted 1 times
TroyMcLure
3 years, 1 month ago
Not in this case, that we have a hard coded IP addresses in a legacy application configuration. ELB and Route53 would work fine if it wasn't like that. Correct Answers: B & D
upvoted 1 times
...
...
fabianvera19822
3 years, 2 months ago
For me A - C
upvoted 1 times
...
waterzhong
3 years, 2 months ago
It states hard codes IP so an EIP will retain the hard codes IP
upvoted 1 times
...
AWS_Noob
3 years, 2 months ago
B & D is the correct answer here
upvoted 3 times
AWS_Noob
3 years, 2 months ago
It states hard codes IP so an EIP will retain the hard codes IP
upvoted 1 times
...
...
awscertified
3 years, 2 months ago
B. Create a secondary ENI that can be moved to a failover instance D. Assign a secondary private IP address to the primary ENIO that can be moved to a failover instance
upvoted 2 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 ...