Skip to content

1davidmichael/Example-CFN-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example CFN Module

This repo provides an example CloudFormation module. The module creates an S3 bucket with a lifecycle rule to delete objects in it after 30 days.

Deployment

Once cloned this can be deployed to an account using the cfn cli tool

git clone https://github.com/1davidmichael/Example-CFN-Module.git
cd Example-CFN-Module

cfn submit

Usage

Once deployed this module may be used in additional templates

Resources:
  LogBucket:
    Type: DavidMichael::S3::LogBucket::MODULE

About

An example CloudFormation module to create an S3 bucket

Topics

Resources

License

Stars

Watchers

Forks