Skip to content

felipemadeiros/aws_cloudfrontDistLimitMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository contains a code wrote in Python to check how many CloudFront Distribution are deployed in the AWS account. Also is available CloudFormation code to deploy the solution.

Architecture

Diagrama

Deploy

Step 1:

Create a ZIP file with lambda_function.py and upload to a Bucket S3 that you have access

Step 2:

Create a CloudFormation stack to deploy all the services of the solution

aws cloudformation create-stack --stack-name cloudFrontLimitsMonitor --template-body file://deploy.yaml --parameters file://params.json --capabilities CAPABILITY_IAM

If necessary some chance, use command below

aws cloudformation update-stack --stack-name cloudFrontLimitsMonitor --template-body file://deploy.yaml --parameters file://params.json --capabilities CAPABILITY_IAM

To DO

  • Pipeline to delivery the python code in the AWS S3 bucket.
  • Terraform code to deploy this solution

About

Monitor limit of CloudFront distribution in a account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages