Skip to content

syedzac/aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syed Zeeshan Ali

N|Solid

Build Status

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)

How to use!

  • 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)

RestFul API

  • Application written in NodeJS
  • docker build tag api .
  • docker run --name api -dit -p 8090:8090 api
  • curl localhost:8090/invoiceList

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors