Skip to content

toddm92/cfn-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CloudFormation Templates

CloudFormation Logo

  1. autoscale-healthyhost-template.json
  • CloudWatch and AutoScaling work together to monitor ELB/instances and maintain the total number of desired instances in the pool.
  1. bastion-template.json
  • Bastion host on-demand. Launch a bastion (jump host) into a public subnet to access your VPC via SSH. Terminate the server when unused.
  1. cis-benchmark-section3-template.json
  • AWS CIS Foundations Benchmark v1.1.0 11-09-2016 remediation template. (Remediates Sections 3.x & 2.1-2.4)
  1. cloudwatch-iam-alarms-template.json
  • Creates CloudTrail IAM API activity alarms for CloudWatch logs.
  1. elasticache-template.json
  • Creates an ElastiCache cluster in a VPC.
  1. elb-template.json
  • Secure public facing SSL ELB template. Create and manage your SSL cipher policy.
  1. iam-poweruser-template.json
  • Creates an IAM "power user" group and inline policy.
  1. nat-instance-template.json
  • Deploys a NAT instance with the option for enhanced network capabilities into a public subnet.
  1. rds-replica-template.json
  • Create a multi-AZ provisioned IOps RDS instance with an optional read replica.
  1. s3-logging-bucket.json
  • Create a S3 logging bucket, bucket policy and retension policy in the region the stack is launched in.
  1. spot-fleet-template.json
  • Creates and deploys a Spot Fleet into two availability-zones/Subnets and autoscales based on the average CPU of the Fleet.
  1. vpc-2az-natgw-template.json
  • Creates a VPC with AWS NAT Gateways in 2 availability-zones, 4-6 subnets (optional Db subnet tier).
  1. vpc-2az-template.json
  1. vpc-beanstalk-template.json
  1. vpc-elasticache-template.json
  • Creates a VPC with four subnets in two availability zones. Calls the elasticache-template.json nested stack.

===

Build an entire AWS environment with Templates:

https://github.com/toddm92/mock-aws-env

About

AWS CloudFormation Template Stash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages