getCFT

Phil Chen

getCFT offers AWS CloudFormation template resources for cloud automation needs, as well as custom template solutions for more specific needs.

Founded by Phil Chen formerly a Sr. Cloud Architect at Amazon Web Services.

Our free CloudFormation solutions are available on GitHub. For custom solutions contact us. Stay updated follow our Twitter.

AWS Config CloudFormation Template

March 29, 2020

This AWS CloudFormation solution deploys AWS Config, a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. The AWS CloudFormation template creates a AWS KMS encryption key for Config and S3, and enables Config for the account.

Encrypted AWS DynamoDB CloudFormation Template

June 03, 2019

This AWS CloudFormation solution creates an AES-256 encrypted AWS DynamoDB table. The encryption key is managed via AWS KMS.

Encrypted AWS RDS CloudFormation Template

May 14, 2019

This AWS CloudFormation solution creates an AES-256 encrypted AWS RDS MySQL database in a AWS VPC with 2 public subnets and 2 private subnets leveraging two availbility zones. The encryption key is managed via AWS KMS.

AWS CodePipeline and Serverless DevOps CloudFormation Template

April 29, 2019

This AWS CloudFormation DevOps solution deploys AWS CodePipeline to support Serverless Open Source Framework deployments that are triggered by GitHub repository commits. As part of AWS CodePipeline AWS CodeBuild is leveraged to build and deploy the Serverless open source framework.

AWS Serverless CloudFormation Template

April 18, 2019

This AWS CloudFormation solution deploys a simple AWS serverless example endpoint application. Serverless eliminates infrastructure management tasks such as server or cluster provisioning, patching, operating system maintenance, and capacity provisioning. The AWS CloudFormation template creates an AWS API Gateway deployment for handling a RESTful request and AWS Lambda function written in Python.

ELB (ALB) to EC2 Target Group CloudFormation Template

April 15, 2019

This AWS CloudFormation solution deploys an AWS VPC environment that has 2 public zones and 2 private zones with an EC2 Target Group that has one EC2 linux instance in it and a AWS ELB (ALB) load balancer routing traffic to it.

CloudTrail AWS CloudFormation Template

April 10, 2019

This AWS CloudFormation solution deploys AWS CloudTrail, a service for governance, compliance, operational auditing, and risk auditing of your AWS account. The AWS CloudFormation template creates AWS KMS encryption keys for CloudTrail and S3, and enables CloudTrail for the account.

2 Zone VPC AWS CloudFormation Template

April 08, 2019

This AWS CloudFormation solution creates a AWS VPC with 2 public subnets and 2 private subnets leveraging two availbility zones. All appropriate outbound routing for public subnets use an AWS Internet Gateway and private subnets use a AWS NAT Gateway.