{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Route53 - Failover Routing Policy Lab Flashcards

(4 cards)

1
Q

Failover routing policies are used when…

A

…you want to create an active/passive set up. For example, you may want your primary site to be in EU-WEST-2 and your secondary DR site in AP-SOUTHEAST-2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What will Route53 do for your primary site?

A

Monitor the health using a health check, which monitors the health of your end points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Failover pictoral

A

User makes request > primary site health check passes so request routed to primary site> if fails, switches to secondary site

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Failover policy steps

A
  1. configure health check for primary load balancer
  2. configure health check for entire website
  3. when you create a record set, specify failover
  4. primary or secondary
  5. evaluate target health = yes
  6. associate w/ existing health check = yes, select health check
  7. repeat for secondary but don’t associate it with health check
How well did you know this?
1
Not at all
2
3
4
5
Perfectly