Jérôme Decoster
3x AWS Certified - Architect, Developer, Cloud Practionner
Home
Tags
About
Terraform
posts
17
Feb 2023
Prometheus + Grafana + Slack + SNS + Ansible
Install + configure a
complete monitoring solution automatically
with
Ansible
and
Terraform
.
21
Dec 2022
Create temporary environment from Pull Request with ArgoCD ApplicationSet
Deploying app to Kubernetes. Creating a
new environment for each pull request
.
22
Nov 2022
ArgoCD Sync Wave + Postgres
Deploying app to Kubernetes and setup Postgres database using
ArgoCD Sync Wave
in a
Kind
cluster with
Terraform
.
18
Oct 2022
Microservice + ArgoCD ApplicationSet + Image Updater
Deploying microservice using
ArgoCD ApplicationSet
and
ArgoCD Image Updater
in a
Kind
cluster with
Terraform
.
03
Oct 2022
ArgoCD + Image Updater
Playing with
ArgoCD Image Updater
and
public
and
private repositories
.
15
Jul 2022
EKS + RDS + PostgreSQL
Interract with
RDS for PostgreSQL
from an
EKS cluster
.
07
Jul 2022
EKS + DynamoDB
Interract with
DynamoDB
from an
EKS cluster
with a
Service Account
.
03
Jun 2022
EKS + ArgoCD + Multi-Environments and Multi-clusters Gitops
Deploy
multiple environments
on
multiple EKS clusters
with
ArgoCD
.
08
Feb 2022
RDS + Aurora + MySQL + PostgreSQL + Bastion + Terraform
Create
MySQL
and
PostgreSQL databases
using Terraform. Interract with them using a
bastion host
and an
SSH tunnel
.
20
Jan 2022
Disaster recovery with multi region architecture
Disaster recovery
project with
multi region replication
. Setup with
Terraform
.
02
Dec 2021
AWS Grafana + Lambda + Terraform
Monitoring
Lambda
function with
Managed Grafana
.
05
Jul 2021
Kubernetes + EKS + Canary Deployment
Testing
Kubernetes Canary Deployment
on
EKS
.
10
Jun 2021
Kubernetes + EKS + Blue/Green Deployment
Testing
Kubernetes Blue/Green Deployment
on
EKS
.
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
.
18
Feb 2021
Lambda + Terraform + Github Actions
Building a
continuous deployment
for
Lambda
functions in a
multi-stage environment
.
07
Jul 2020
Github Actions + Hugo + Terraform + S3
Creation of a static website with
Hugo
. Host it on
S3
with
CloudFront
. Use
Terraform
and
Github actions
to deploy it in a
GitOps
way.
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
.
22
Apr 2020
GitOps + Terraform
Manage the
content and infrastructure
of a website in a git monorepo.
Deploy automatically
with each push.
06
Apr 2020
Github Flow + Codesuite pipeline + Slack
Testing a
Node
project hosted on
github
with
CodeBuild
and
CodePipeline
. Also sending
Slack message
.
24
Mar 2020
Codesuite pipeline + Terraform
Building a C++ program after each commit using
CodeCommit
,
CodeBuild
and
CodePipeline
.
24
Feb 2020
Step Functions + Rekognition
Detect
faces
in images with
Rekognition
. Create a face
collection
to find
similar faces
.
05
Feb 2020
S3 Event Notification + Rekognition + ImageMagick
Detect
Bird
,
Cat
and
Dog
in images with
Rekognition
then draw the bounding box with
ImageMagick
.
04
Feb 2020
Terraform + ImageMagick + Lambda + invoke
Playing with
Terraform
,
Lambda
and
ImageMagick
to convert an color image from to black and white version.
27
Jan 2020
Terraform + S3 + S3 Event Notification + Lambda
Terraforming
S3
and
S3 Event Notification
to change object ACL with
Lambda
.