A simple AWS wrapper that makes Boto3 way easier to use.
- Create EC2 instances (using an image id, open TCP/UDP ports, instance type and start script)
- Terminate instances
- Create/Delete Load Balancers
- Create/Delete Auto Scaling
- Create/Delete Key Pairs
- Create/Delete Security groups
- Create/Delete AMIs
To install simply run make install
Examples are inside the demo folder