terraform-aws-ecs-cluster:创建由Auto Scaling组支持的ECS集群

时间:2024-02-25 00:19:14
【文件属性】:

文件名称:terraform-aws-ecs-cluster:创建由Auto Scaling组支持的ECS集群

文件大小:39KB

文件格式:ZIP

更新时间:2024-02-25 00:19:14

aws terraform ecs autoscaling-groups aws-ecs

创建由AutoScaling组支持的ECS集群。 群集的配置最少,预计添加的任何ECS服务都将使用awsvpc网络和任务IAM角色进行访问控制。 创建以下资源: 容器实例的IAM角色。 启动配置和AutoScaling组。 ECS集群 用法 data " aws_ami " " ecs_ami " { most_recent = true owners = [ " amazon " ] filter { name = " name " values = [ " amzn-ami-*-amazon-ecs-optimized " ] } }


【文件预览】:
terraform-aws-ecs-cluster-master
----versions.tf(95B)
----outputs.tf(374B)
----.github()
--------dependabot.yml(331B)
--------workflows()
----test()
--------terraform_aws_ecs_cluster_test.go(2KB)
----.markdownlintrc(158B)
----LICENSE(1KB)
----.kodiak.toml(132B)
----examples()
--------simple()
----.gitignore(91B)
----.golangci.yml(76B)
----.circleci()
--------config.yml(1KB)
----Makefile(453B)
----go.sum(65KB)
----README.md(3KB)
----main.tf(3KB)
----.pre-commit-config.yaml(658B)
----go.mod(192B)
----variables.tf(1KB)

网友评论