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
Copy file name to clipboardExpand all lines: docs/arc-iac-docs/modules/terraform-aws-arc-ecs/docs/module-usage-guide/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ This document provides guidelines and instructions for users looking to implemen
10
10
11
11
The [Terraform AWS ARC ECS](https://github.com/sourcefuse/terraform-aws-arc-ecs) module provides a secure and modular foundation for deploying ECS clusters on AWS.
12
12
13
+
The Module assumes there is a docker image present on ECR which will serve as ECS service if the optional ECS module is called.
14
+
13
15
### Prerequisites
14
16
15
17
Before using this module, ensure you have the following:
@@ -54,7 +56,6 @@ Ensure that the AWS credentials used to execute Terraform have the necessary per
54
56
55
57
- ECS cluster
56
58
- Application load balancer
57
-
- ACM
58
59
- SSM Parameters
59
60
- Cloudwatch Log groups
60
61
- IAM roles and policies
@@ -78,11 +79,10 @@ For basic usage, see the [example](https://github.com/sourcefuse/terraform-aws-a
78
79
This example will create:
79
80
80
81
- An ECS Cluster with Fargate launch type.
81
-
- Application Load Balancer with default port 80 to 443 redirect.
82
-
- Health Check Service: A vanilla HTTP echo service serving as the default target group for the load balancer to ensure core infrastructure, networking, security groups, etc. are configured correctly.
82
+
- Application Load Balancer with default port 80.
83
+
- Health Check Service: A vanilla docker healthcheck service serving as the default target group for the load balancer to ensure core infrastructure, networking, security groups, etc. are configured correctly.
83
84
- Task Execution IAM Role: Used by downstream services for task execution.
84
-
- ACM Certificate: Generates a certificate specific to the ALB.
85
-
- Tags/SSM Params: The module tags resources and outputs SSM params for ECS services to reference when deploying into the cluster
85
+
- Tags: The module tags resources for easy reference in the AWS console.
0 commit comments