Auto-generated
This page is generated by terraform-docs at build time from the infra/ repo. Do not edit manually.
Atrax ECS Cluster
EC2-backed ECS cluster for Atrax services. Includes the ECS cluster, Auto Scaling
Group with launch template, IAM roles for task execution and EC2 instances, and
Container Insights monitoring.
Requirements
Providers
Modules
No modules.
Resources
| Name |
Description |
Type |
Default |
Required |
| base_tags |
Base tags for resources |
map(string) |
{} |
no |
| desired_capacity |
Desired number of ECS instances |
number |
1 |
no |
| environment |
Environment name |
string |
n/a |
yes |
| group |
Logical group/area |
string |
"vault" |
no |
| instance_type |
EC2 instance type for ECS container instances |
string |
n/a |
yes |
| max_size |
Maximum number of ECS instances |
number |
3 |
no |
| min_size |
Minimum number of ECS instances |
number |
1 |
no |
| name_prefix |
Prefix for resource names |
string |
n/a |
yes |
| region |
AWS region |
string |
n/a |
yes |
| subnet_ids |
List of Subnet IDs for the ASG |
list(string) |
n/a |
yes |
| vpc_id |
VPC ID where resources will be created |
string |
n/a |
yes |
Outputs