Skip to content

AWS ECS with scaling, load balancing, logs and CI/CD via github actions

Notifications You must be signed in to change notification settings

philstainer/aws-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-test

Docker CI

aws-test is an example of AWS ECS with scaling, load balancing, logs and CI/CD via github actions.

Installation

Install terraform CLI

# terraform.tfvars

aws_access_key = <aws_access_key>
aws_secret_key = <aws_secret_key>
ecs_cluster = <ecs_cluster_name>

Usage

terraform init
terraform apply

This will build the AWS environment but you will need to trigger the github action to push the docker image.

About

AWS ECS with scaling, load balancing, logs and CI/CD via github actions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published