java2kus / cfn-templates-1

AWS CloudFormation Template Stash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. 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. 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.

About

AWS CloudFormation Template Stash

License:MIT License