The purpose of this template is to create a set of AWS resources that generate a daily tag report and send it to a specified email address.
- LambdaExecutionRole: An IAM role with permissions to access EC2 and SNS services.
- DailyTagReportLambda: A Lambda function that generates the tag report.
- EmailAddress: The email address to receive the tag report.
- Open the AWS CloudFormation console.
- Create a new stack and upload the stack.yml file.
- Enter the desired email address in the EmailAddress parameter.
- Click on the "Create stack" button to deploy the resources.
- Test the DailyTagReportLambda Function and Enjoy.
- EC2
- Security Group
- Volume
- Key Pair
- Load Balancer
The AWS region is set to us-east-1
in the template, if you want to deploy in another region you need to modify the template accordingly.
See CONTRIBUTING for more information.
This repository is licensed under the Apache License 2.0. See the LICENSE file.