Last active
March 23, 2020 13:48
-
-
Save piyusht007/eb09b2fd785751e54088538c6d9d351f to your computer and use it in GitHub Desktop.
AWS Cheatsheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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