Last active
August 29, 2015 14:16
-
-
Save royingantaginting/b332a17106722cbb6843 to your computer and use it in GitHub Desktop.
Kaspay escrow AWS implementation plan
This file contains hidden or 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
Creation of Kaspay escrow production env on AWS will be automated as much as possible using Ansible. | |
The execution will be separate into multiple phase. | |
Each phase should be executed with the specified order as follow | |
1. VPC and all required subnets creation | |
2. All required Security groups creation | |
3. RDS subnet group creation | |
4. ElastiCache subnet group creation | |
5. NAT instance creation and setting internet gateway for private subnet to this NAT instance. | |
6. Gateway instance creation | |
7. Docker registry and its S3 instance creation | |
8. CI and its ELB instance creation | |
9. Logs and Monitoring (if any) instance creation | |
10. Mysql RDS instance creation | |
11. Redis ElastiCache instance creation | |
12. ELB webapp creation | |
13. Autoscaling webapp creation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment