AWS CloudFormation Sample Templates - AWS GovCloud (US) region
Why AWS CloudFormation?
AWS CloudFormation gives developers and systems administrators an easy way to create a collection of related AWS resources and provision them in an orderly and predictable fashion. AWS GovCloud (US) is an isolated AWS region designed to allow US government agencies and customers to move sensitive workloads into the cloud by addressing their specific regulatory and compliance requirements. The AWS CloudFormation samples templates on this page illustrate various use cases in AWS GovCloud (US) region. In AWS GovCloud (US) region, stacks can be created from the templates via the AWS Management Console, AWS CLI, the AWS CloudFormation APIs or the AWS Toolkits. You can use the templates as-is or you can use them as a starting point for creating your own templates.
AWS CloudFormation is available in all AWS regions. For more details click here.
Template URL |
Description |
Launch in AWS GovCloud (US) Region |
---|---|---|
Windows_Single_Server_SharePoint_Foundation.template | SharePoint® Foundation 2010 running on Microsoft Windows Server® 2008 R2 | Launch Stack |
Windows_Single_Server_Active_Directory.template | Create a single server installation of Active Directory running on Microsoft Windows Server® 2008 R2. | Launch Stack |
Windows_Roles_And_Features.template | Create a single server specifying server roles running on Microsoft Windows Server® 2008 R2. * Microsoft, Windows Server, and SharePoint are trademarks of the Microsoft group of companies. |
Launch Stack |
RDS_VPC.template | Example of creating an Amazon RDS database instance in a VPC using VPC security groups. | Launch Stack |
ELB_and_AutoScaling_in_VPC.template | Example of creating an Elastic Load Balancer and an Auto Scaling Group in a VPC. | Launch Stack |
EC2InstanceWithSecurityGroupSample.template | Simple EC2 instance with a security group. | Launch Stack |
EC2_Instance_With_Block_Device_Mapping.template | Example of creating an EC2 instance with Block Device Mappings. | Launch Stack |
EC2_Instance_With_Ephemeral_Drives.template | Example of creating an EC2 instance using Ephemeral storage devices. | Launch Stack |
multi-tier-web-app-in-vpc.template | Create a multi-tier web application in a VPC with multiple subnets. The first subnet is public and contains and internet facing load balancer, a NAT device for internet access from the private subnet and a bastion host to allow SSH access to the hosts in the private subnet. The second subnet is private and contains a Frontend fleet of EC2 instances, an internal load balancer and a Backend fleet of EC2 instances. | Launch Stack |
IAM_Users_Groups_and_Policies.template | Example of creating IAM users, groups and policies. | Launch Stack |