如何使用cloudformation创建ecs集群?
How to use cloudformation to create an ecs cluster?
我想使用 cloudformation 模板来创建我的 ecs 集群,而不是手动启动它,但我还没有找到方法。这是否还没有实现,您可以在其中创建一个 ecs 集群作为您的 cloudformation 模板中的资源,他们没有包含它似乎有点奇怪。
看起来 ECS 没有什么特别之处,您不应该通过 cloudformation 来完成。
这里是ECS quick stack cf模板:https://s3.amazonaws.com/amazon-ecs-cloudformation/Amazon_ECS_Quickstart.template
结帐:
http://www.cloudtp.com/2015/02/04/getting-started-ec2-container-service-ecs/
cloud formation template中的关键其实就是AMI id + ECS_CLUSTER定义在/etc/ecs/ecs.config中。如果你做对了,它基本上就是一个普通的 EC2 CF 构建。
此外,似乎有更新的 ECS AMI。这是最新的:
http://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_container_instance.html
我想使用 cloudformation 模板来创建我的 ecs 集群,而不是手动启动它,但我还没有找到方法。这是否还没有实现,您可以在其中创建一个 ecs 集群作为您的 cloudformation 模板中的资源,他们没有包含它似乎有点奇怪。
看起来 ECS 没有什么特别之处,您不应该通过 cloudformation 来完成。
这里是ECS quick stack cf模板:https://s3.amazonaws.com/amazon-ecs-cloudformation/Amazon_ECS_Quickstart.template
结帐: http://www.cloudtp.com/2015/02/04/getting-started-ec2-container-service-ecs/
cloud formation template中的关键其实就是AMI id + ECS_CLUSTER定义在/etc/ecs/ecs.config中。如果你做对了,它基本上就是一个普通的 EC2 CF 构建。
此外,似乎有更新的 ECS AMI。这是最新的: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_container_instance.html