BOTO3 Lib with AWS SDK on Python3 to create Secure VPC, Subnets, Routing Table, Security Group, LoadBalancer, EC2, RDS with Dummy Data of MariaDB
- vpc.py (completed - Run this first to create secure VPC, Loadbalancer, Subnets, CIDRs, Routing Table, EC2)
- rds.py (completed Run this after successful creation of secure VPC, it creates RDS - MariaDB and add dummy data to populate )
- api.py (incomplete - Didn't get enough time to setup this, one day was not enoigh to complete all)
- Python3
- pip3 install pymysql.cursors
- pip3 install boto3
- vpc.py - Add AWS KEY and SECRET (how to)
- rds.py - Add AWS KEY and SECRET (how to)
- python3 vpc.py (it will take few mins to create VPC)
- python3 rds.py (it will take 10-15mins to create RDS)
- Application written in NodeJS
- docker build tag api .
- docker run --name api -dit -p 8090:8090 api
- curl localhost:8090/invoiceList
