需要AWS cloudformation模板或引导脚本帮助

时间:2017-08-30 09:57:22

标签: amazon-web-services amazon-cloudformation

我正在寻找可以创建以下环境的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 

谢谢

1 个答案:

答案 0 :(得分:0)

CloudFormation有一些很棒的documentationsamplesquick starts可以帮助你。亚马逊甚至拥有a tutorial on spinning up an autoscaling groups with EC2 instance and ELB(Linux网络服务器,但它是一个很好的起点)。

StackOverflow for similar solutions还有一些很好的答案。