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
Terraform module to create an ECS Service for a web app (task), and an ALB target group to route requests.
28
30
29
31
30
-
---
31
-
> [!NOTE]
32
-
> This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=) approach towards DevOps.
> <img alt="Terraform Open Source Modules" src="https://docs.cloudposse.com/images/terraform-open-source-modules.svg" align="right">
39
-
> </picture>
40
-
> </a>
41
-
>
32
+
> [!TIP]
33
+
> #### 👽 Use Atmos with Terraform
34
+
> Cloud Posse uses [`atmos`](https://atmos.tools) to easily orchestrate multiple environments using Terraform. <br/>
35
+
> Works with [Github Actions](https://atmos.tools/integrations/github-actions/), [Atlantis](https://atmos.tools/integrations/atlantis), or [Spacelift](https://atmos.tools/integrations/spacelift).
42
36
>
43
-
> It's 100% Open Source and licensed under the [APACHE2](LICENSE).
44
-
>
45
-
> We literally have [*hundreds of terraform modules*](https://cpco.io/terraform-modules?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=terraform_modules) that are Open Source and well-maintained. Check them out!
46
-
> </details>
37
+
> <details>
38
+
> <summary><strong>Watch demo of using Atmos with Terraform</strong></summary>
> <i>Example of running <ahref="https://atmos.tools"><code>atmos</code></a> to manage infrastructure from our <ahref="https://atmos.tools/quick-start/">Quick Start</a> tutorial.</i>
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
59
-
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
60
-
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
61
-
> approach for updating versions to avoid unexpected changes.
62
-
63
-
64
-
65
-
66
50
For a complete example, see [examples/complete](examples/complete).
67
51
68
52
For automated test of the complete example using `bats` and `Terratest`, see [test](test).
@@ -198,6 +182,14 @@ Images in other online repositories are qualified further by a domain name (for
198
182
199
183
For more info, see [Container Definition](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html).
200
184
185
+
> [!IMPORTANT]
186
+
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
187
+
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
188
+
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
189
+
> approach for updating versions to avoid unexpected changes.
190
+
191
+
192
+
201
193
202
194
203
195
@@ -391,23 +383,60 @@ Check out these related projects.
391
383
-[terraform-aws-ecs-container-definition](https://github.com/cloudposse/terraform-aws-ecs-container-definition) - Terraform module to generate well-formed JSON documents that are passed to the aws_ecs_task_definition Terraform resource
392
384
-[terraform-aws-lb-s3-bucket](https://github.com/cloudposse/terraform-aws-lb-s3-bucket) - Terraform module to provision an S3 bucket with built in IAM policy to allow AWS Load Balancers to ship access logs.
393
385
386
+
387
+
> [!TIP]
388
+
> #### Use Terraform Reference Architectures for AWS
389
+
>
390
+
> Use Cloud Posse's ready-to-go [terraform architecture blueprints](https://cloudposse.com/reference-architecture/) for AWS to get up and running quickly.
> Cloud Posse is the leading [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=commercial_support) for funded startups and enterprises.
402
+
>
403
+
> *Your team can operate like a pro today.*
404
+
>
405
+
> Ensure that your team succeeds by using Cloud Posse's proven process and turnkey blueprints. Plus, we stick around until you succeed.
406
+
> #### Day-0: Your Foundation for Success
407
+
> -**Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
408
+
> -**Deployment Strategy.** Adopt a proven deployment strategy with GitHub Actions, enabling automated, repeatable, and reliable software releases.
409
+
> -**Site Reliability Engineering.** Gain total visibility into your applications and services with Datadog, ensuring high availability and performance.
410
+
> -**Security Baseline.** Establish a secure environment from the start, with built-in governance, accountability, and comprehensive audit logs, safeguarding your operations.
411
+
> -**GitOps.** Empower your team to manage infrastructure changes confidently and efficiently through Pull Requests, leveraging the full power of GitHub Actions.
> -**Training.** Equip your team with the knowledge and skills to confidently manage the infrastructure, ensuring long-term success and self-sufficiency.
417
+
> -**Support.** Benefit from a seamless communication over Slack with our experts, ensuring you have the support you need, whenever you need it.
418
+
> -**Troubleshooting.** Access expert assistance to quickly resolve any operational challenges, minimizing downtime and maintaining business continuity.
419
+
> -**Code Reviews.** Enhance your team’s code quality with our expert feedback, fostering continuous improvement and collaboration.
420
+
> -**Bug Fixes.** Rely on our team to troubleshoot and resolve any issues, ensuring your systems run smoothly.
421
+
> -**Migration Assistance.** Accelerate your migration process with our dedicated support, minimizing disruption and speeding up time-to-value.
422
+
> -**Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate.
Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues) to report any bugs or file feature requests.
406
-
407
-
### 💻 Developing
408
-
409
-
If you are interested in being a contributor and want to get involved in developing this project or help out with Cloud Posse's other projects, we would love to hear from you!
410
-
Hit us up in [Slack](https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=slack), in the `#cloudposse` channel.
439
+
For 🐛 bug reports & feature requests, please use the [issue tracker](https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues).
411
440
412
441
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
413
442
1. Review our [Code of Conduct](https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/?tab=coc-ov-file#code-of-conduct) and [Contributor Guidelines](https://github.com/cloudposse/.github/blob/main/CONTRIBUTING.md).
@@ -432,38 +461,6 @@ Dropped straight into your Inbox every week — and usually a 5-minute read.
432
461
433
462
[Join us every Wednesday via Zoom](https://cloudposse.com/office-hours?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=office_hours) for your weekly dose of insider DevOps trends, AWS news and Terraform insights, all sourced from our SweetOps community, plus a _live Q&A_ that you can’t find anywhere else.
434
463
It's **FREE** for everyone!
435
-
436
-
## About
437
-
438
-
This project is maintained by <ahref="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=">Cloud Posse, LLC</a>.
We are a [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=commercial_support) for funded startups and enterprises.
442
-
Use our ready-to-go terraform architecture blueprints for AWS to get up and running quickly.
443
-
We build it with you. You own everything. Your team wins. Plus, we stick around until you succeed.
0 commit comments