Skip to content

Instantly share code, notes, and snippets.

@piyusht007
Last active March 23, 2020 13:48
Show Gist options
  • Save piyusht007/eb09b2fd785751e54088538c6d9d351f to your computer and use it in GitHub Desktop.
Save piyusht007/eb09b2fd785751e54088538c6d9d351f to your computer and use it in GitHub Desktop.
AWS Cheatsheet
Using AWS Route 53 DNS:
1. As active and passive failover setup: Make 2 record sets with the same domain name and set one as primary and the other as secondary under Routing Policy Type "Failover".
2. As round-robin DNS setup: Make 2 record sets with same domain name and set weight to 50 percent on both under Routing Policy Type "Weighted".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment