This repo if for AWS script, automations, and utilities to better manage infra in AWS.
This is designed for the Cloud and Software Engineering Teams
- You'll need CLI permissions to run this for the account you want to use this on
- build_ec2 requires 3 arguments, server type, owner of the server, and server name. run like this: python3 ec2-build.py t3a.micro, , script-server
- the other scripts do not require CLI arguments, simply run like this ./{{ script name }}
Your's truly, jasontt33