Jérôme Decoster
3x AWS Certified - Architect, Developer, Cloud Practionner
Home
Tags
About
ECS
posts
10
Mar 2021
Gitlab + ECS + Terraform
Using
Gitlab CI/CD
to automatically build and push a new docker image on
ECR
and deploy it to
ECS
.
25
Jun 2020
Github Actions + ECR + ECS
Using
Github actions
to automatically build and push a new docker image on
ECR
and deploy it to
ECS
.
19
Jun 2020
ECS + Service Discovery + Node + Redis
Create
2 services on ECS
linked by
Service Discovery
using
Terraform
.
15
Jun 2020
ECS + Load Balancer + Node + Terraform
Get
metadata task
. Scale
tasks behind a Load balancer
using
ecs-cli
or
Terraform
.
05
Jun 2020
Docker + ECS + Fargate
Use Docker to
develop locally
. Host docker image on
Docker Hub
and
ECR
. Deploy manually with
ECS Fargate
. Deploy again with
ecs-cli
.