COPPER Nguyen

23 posts
Scaling Auto Scaling Groups with Multiple Step Scaling Policies in Terraform
AI
members

Scaling Auto Scaling Groups with Multiple Step Scaling Policies in Terraform

Auto Scaling Groups (ASGs) are a cornerstone of resilient cloud architecture. They allow your infrastructure to dynamically respond to load by adding or removing EC2 instances. In this blog, we’ll exp
COPPER Nguyen
Deploying a Load Balanced Web Service with AWS Copilot CLI and a Custom VPC
AI
members

Deploying a Load Balanced Web Service with AWS Copilot CLI and a Custom VPC

As a  Software Developer working with containerized microservices, you’ve probably faced the challenge of deploying scalable, secure, and observable services on AWS. While ECS Fargate is a great optio
COPPER Nguyen
Enabling CloudFront Access Logs and Querying with Athena Using Projected Partitions
AI
members

Enabling CloudFront Access Logs and Querying with Athena Using Projected Partitions

CloudFront Access Logs are a goldmine for understanding CDN traffic patterns, user behavior, and performance metrics. In this post, I’ll walk you through how to: Enable CloudFront Access Logs in Parq
COPPER Nguyen
Running OpenSearch and Dashboards Behind Nginx with Docker Compose
devops
members

Running OpenSearch and Dashboards Behind Nginx with Docker Compose

OpenSearch is a powerful open-source search and analytics suite, and OpenSearch Dashboards provides a visual interface for exploring your data. In this guide, we’ll show you how to set up both tools b
COPPER Nguyen
How to Install MongoDB 6 on AWS EC2 (with Full Configuration)
members

How to Install MongoDB 6 on AWS EC2 (with Full Configuration)

MongoDB is a popular NoSQL database, and running it on AWS EC2 gives you flexibility and control. This guide walks you through installing MongoDB 6, configuring it for production, and setting up syste
COPPER Nguyen
Guide: Build and Deploy Docker Image to AWS ECS Cluster with Jenkins
devops
members

Guide: Build and Deploy Docker Image to AWS ECS Cluster with Jenkins

This guide demonstrates how to build a Docker image, push it to AWS ECR, and deploy it to an ECS cluster using a Jenkins pipeline. AWS credentials are securely injected using AmazonWebServicesCredenti
COPPER Nguyen
Host Static Website through Storage Account and Azure Front Door using Terraform.
members

Host Static Website through Storage Account and Azure Front Door using Terraform.

In this post, we will use Terraform to 1. Create a static website and hosted on Azure Storage Account 2. Config CDN  for this website using Azure Front Door. Configure Terraform provider.For provider
COPPER Nguyen
Sync secret from AWS Secret Manager to K8S.
members

Sync secret from AWS Secret Manager to K8S.

In the previous post, i showed how we synchronize secret from Vault to k8s, today with external-secrets.io i will guide you how to sync secret from AWS Secret Manager to k8s. I will use minikube for d
COPPER Nguyen
Setup GitLab CE using Docker
AWS
members

Setup GitLab CE using Docker

When working on new project, i am always prefer to use GitLab as git repository and CICD platform, if there is no gitlab server or we are now allowed to use Gitlab saas, it's time for me to deploy sel
COPPER Nguyen
Stream log from file to Elastic Search
Docker
members

Stream log from file to Elastic Search

Sometime we need to find a way to centralize all log from application no matter what is  the kind of deployment they are, from a process on a Virtual Machine to a containerized application. Today in t
COPPER Nguyen