Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 777 Bytes

File metadata and controls

10 lines (5 loc) · 777 Bytes

AWS Cloudformation Templates & Other Helpful Utilities

  1. Cloudformation Template for creating a VPC with 2 Public & Private Subnets with IGW and NAT Gateways, EC2 with SSH access, and S3 Buckets

  2. Cloudformation Template for starting/stopping ec2 instances as per cron schedule, so that you can automate this task and save some money by turning off all dev instances during off working periods.

  3. Cloudformation Template for starting/stopping RDS instances as per cron schedule, so that you can automate this task and save some money by turning off all dev instances during off working periods.

  4. Cloudformation Template for adjusting Min and Max Task for Fargate services so that you can specify during off hours upto what limit your services can scale up or down.