You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* EC2 describe actions and security group ingress rule creation
30
30
* A CloudWatch log group
31
31
32
32

| cluster_instance_root_block_device_type | The type of the root block device on cluster instances ('standard', 'gp2', or 'io1') | standard | yes |
92
92
| cluster_instance_user_data_template | The contents of a template for container instance user data | see user-data | no |
93
93
| cluster_instance_ami | AMI for the container instances | ECS optimised AMI | yes |
94
+
| cluster_instance_metadata_options | A map of metadata options for cluster instances. | - | no |
94
95
| cluster_instance_iam_policy_contents | The contents of the cluster instance IAM policy | see policies | no |
95
96
| cluster_service_iam_policy_contents | The contents of the cluster service IAM policy | see policies | no |
96
-
| cluster_instance_metadata_options | Map of metadata_options for cluster instances. | { http_tokens = "required" } | no |
97
97
| cluster_minimum_size | The minimum size of the ECS cluster | 1 | yes |
98
98
| cluster_maximum_size | The maximum size of the ECS cluster | 10 | yes |
99
99
| cluster_desired_capacity | The desired capacity of the ECS cluster | 3 | yes |
@@ -119,7 +119,6 @@ for more details.
119
119
Notes:
120
120
121
121
* By default, the latest available Amazon Linux 2 AMI is used.
122
-
* By default, [IMDSv2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html) is now required for [security reasons](https://aws.amazon.com/blogs/security/defense-in-depth-open-firewalls-reverse-proxies-ssrf-vulnerabilities-ec2-instance-metadata-service/)
123
122
* For Amazon Linux 1 AMIs use version <= 0.6.0 of this module for terraform 0.11
124
123
or version = 1.0.0 for terraform 0.12.
125
124
* When a specific AMI is provided via `cluster_instance_ami`, only the root
0 commit comments