Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
COPPER Nguyen
23 posts
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
Nov 20, 2025 | 2 min read
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
Nov 19, 2025 | 3 min read
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
Nov 18, 2025 | 3 min read
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
May 27, 2025 | 1 min read
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
May 26, 2025 | 2 min read
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
May 23, 2025 | 2 min read
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
Feb 25, 2025 | 4 min read
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
Jun 14, 2023 | 3 min read
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
May 18, 2023 | 4 min read
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
Apr 3, 2023 | 5 min read
Load more posts