需要 AWS cloudformation 模板或 bootstrap 脚本帮助

AWS cloudformation template or bootstrap script help required

我正在寻找可以创建以下环境的cloudformation模板。

1. A VPC which contains a single public subnet
2. A Windows-based webserver instance set in an auto-scaling group to scale to 2 instances across 2 availability zones
3. Have the webservers install/host their webhosting software on launch (UserData), create a sample “hello world” index.html page to demonstrate with.
4. An Elastic Load Balancer which routes traffic to any healthy webservers created in step 2 and acts as a single DNS 

谢谢

CloudFormation 有一些很棒的 documentation, samples and quick starts to get you going. Amazon even have a tutorial on spinning up an autoscaling groups with EC2 instance and ELB(Linux 网络服务器,但它是一个很好的起点)。

Whosebug for similar solutions 上也有一些不错的答案。