Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnokoheat/ecs-with-codepipeline-example-by-terraform
Building AWS ECS Infrastructure with AWS Codepipeline for Blue/Green deployment by Terraform
https://github.com/gnokoheat/ecs-with-codepipeline-example-by-terraform
aws aws-codebuild aws-codedeploy aws-codepipeline aws-ecs blue-green-deployment devops docker ecs terraform
Last synced: 3 days ago
JSON representation
Building AWS ECS Infrastructure with AWS Codepipeline for Blue/Green deployment by Terraform
- Host: GitHub
- URL: https://github.com/gnokoheat/ecs-with-codepipeline-example-by-terraform
- Owner: gnokoheat
- License: mit
- Created: 2019-09-23T10:21:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T06:05:49.000Z (over 4 years ago)
- Last Synced: 2024-08-01T21:57:45.464Z (3 months ago)
- Topics: aws, aws-codebuild, aws-codedeploy, aws-codepipeline, aws-ecs, blue-green-deployment, devops, docker, ecs, terraform
- Language: HCL
- Size: 55.7 KB
- Stars: 54
- Watchers: 5
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecs-with-codepipeline-example-by-terraform
![GitHub](https://img.shields.io/github/license/gnokoheat/ecs-with-codepipeline-example-by-terraform) ![GitHub top language](https://img.shields.io/github/languages/top/gnokoheat/ecs-with-codepipeline-example-by-terraform) ![GitHub last commit](https://img.shields.io/github/last-commit/gnokoheat/ecs-with-codepipeline-example-by-terraform)**ECS with Codepipeline example by Terraform**
- Building AWS ECS Infrastructure with AWS Codepipeline for Blue/Green deployment by Terraform
![](https://github.com/gnokoheat/ecs-with-codepipeline-example-by-terraform/blob/master/ecs-with-codepipeline.png?raw=true)
## Include
This terraform code include All-In-One for ECS & Codepipeline settings even VPC infra.- AWS ECS : ECS Cluster(EC2 type), ECS Service, ESC Task definition(Dynamic port mapping)
- AWS Codepipeline : AWS Codebuild(Github), AWS Codedeploy(Blue/Green deployment)
- AWS EC2 : ECS Container Instances, ALB, ALB Target groups, Auto scaling groups, Security groups
- AWS VPC : VPC, Subnets, Routing tables, Internet gateway, Nat gateway## Related
App for this infra code : https://github.com/gnokoheat/ecs-nodejs-app-example