Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcolemorrison/simple-fargate-terraform
A simple task and service deployment to AWS ECS Fargate using Terraform
https://github.com/jcolemorrison/simple-fargate-terraform
Last synced: about 8 hours ago
JSON representation
A simple task and service deployment to AWS ECS Fargate using Terraform
- Host: GitHub
- URL: https://github.com/jcolemorrison/simple-fargate-terraform
- Owner: jcolemorrison
- Created: 2021-06-01T22:20:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T22:25:32.000Z (over 3 years ago)
- Last Synced: 2024-04-17T03:52:42.528Z (7 months ago)
- Language: HCL
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Terraform Deployment of an ECS Fargate Service
Example of a simple deployment to AWS [ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html) Fargate using [Terraform](https://www.terraform.io/). This project deploys an [nginx](https://hub.docker.com/_/nginx) container behind an AWS [application load balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html) into the default AWS VPC. Also hooked up to [Cloudwatch Logs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html) for simple monitoring.