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
- Autoscaling Group with self-managed EC2 for the created ECS Cluster
8
+
9
+
## Usage
10
+
11
+
To run this example, you will need to execute the commands:
12
+
13
+
```bash
14
+
terraform init
15
+
terraform plan
16
+
terraform apply
17
+
```
18
+
19
+
Please note that this example may create resources that can incur monetary charges on your AWS bill. You can run `terraform destroy` when you no longer need the resources.
| <aname="output_ecs_cluster_arn"></a> [ecs\_cluster\_arn](#output\_ecs\_cluster\_arn)| ARN of the ECS Cluster |
34
-
| <aname="output_private_subnets"></a> [private\_subnets](#output\_private\_subnets)| Identifiers of the Private Subnets |
35
-
| <aname="output_private_subnets_arns"></a> [private\_subnets\_arns](#output\_private\_subnets\_arns)| ARNs of the Private Subnets |
36
-
| <aname="output_private_subnets_cidr_blocks"></a> [private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks)| CIDR Blocks of the Private Subnets |
37
-
| <aname="output_public_subnets"></a> [public\_subnets](#output\_public\_subnets)| Identifiers of the Public Subnets |
38
-
| <aname="output_public_subnets_arns"></a> [public\_subnets\_arns](#output\_public\_subnets\_arns)| ARNs of the Public Subnets |
39
-
| <aname="output_public_subnets_cidr_blocks"></a> [public\_subnets\_cidr\_blocks](#output\_public\_subnets\_cidr\_blocks)| CIDR Blocks of the Public Subnets |
40
-
| <aname="output_vpc_cidr_block"></a> [vpc\_cidr\_block](#output\_vpc\_cidr\_block)| CIDR Block of the VPC |
41
-
| <aname="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id)| Identifier of the VPC |
50
+
| <aname="output_cluster_arn"></a> [cluster\_arn](#output\_cluster\_arn)| ARN that identifies the cluster. |
51
+
| <aname="output_cluster_name"></a> [cluster\_name](#output\_cluster\_name)| Name of the ECS Cluster |
0 commit comments