Giter Site home page Giter Site logo

terraform-ecs-ci-cd's Introduction

Terraform ECS CI/CD

This repository is intended to create a full CI/CD pipeline using the Code stack of AWS along with all the foundation that needs to provision the ECS.

This is a demonstration repository only, you may not use it on production, just use it as reference for your project

Repository Structure

├── environments
│   └── providers
│       └── aws
│           └── prd
│               ├── apps
│               │   ├── environment.tf
│               │   └── sample-app
│               │       
│               ├── environment.tf
│               └── foundation
│                   
└── modules
    └── aws
        ├── alb
        ├── codebuild
        ├── codedeploy
        ├── codepipeline
        ├── create_sg
        ├── create_sg_rule
        └── ecs

environments: This folder has the code that is responsible to call the modules, the modules together make a stack.

environments/providers/aws/prd/foundation: This folder is where all the foundation IaC stays, it will create the VPC, ECS and ASG.

environments/providers/aws/prd/apps: This folder is where all the IaC apps stays, it will create an ECS service, LoadBalancer and Code stack for CI/CD.

modules: This is the folder where the modules are stored, so inside this folder we have the Terraform Resources

Suggested CI/CD Architecture

This architecture is not yet implemented in this IaC, but it is a suggested architecture thinking in Dev and Prod environments.

terraform-ecs-ci-cd's People

Contributors

lusoal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.