Skip to content

bildungsroman/vpc-warning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPC Warning Email Sender

Receive an email when there's a VPC draining funds in your AWS account! Made serverlessly with Stackery.

Email

Setup

  1. Fork and clone this repo. Stackery pro users can just enter the following command:
stackery create -n vpc-warning -p github --github-org <your github username> --blueprint-git-url https://github.com/bildungsroman/vpc-warning/
  1. You'll need to add your email address to your env params, either in the Stackery Dashboard or with the following command:
stackery env parameters set -e <your-env-name> vpcEmail <your-email>
  1. In the AWS Console, navigate to SES/Email Addresses and add and verify the same email address you entered above

  2. Deploy to AWS using the Stackery CLI by running the following command from the root of your vpc-warning repo:

stackery deploy --interactive-setup
  1. Sit back and await a warning email once a day should a VPC be found (you can also alter how frequently and when you receive said email by changing the chron expression in the template.yaml file)

About

Receive an email when there's a VPC draining funds in your AWS account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published