Most of the time, we don’t need anything except AWS Certificate Manager (ACM) but in…
Category: AWS
AWS
Continue Reading

Deploy a website to S3 and CloudFront with Bitbucket Pipelines
Bitbucket is an Atlassian product and Git-based code store and CI/CD optimized tools for collaboration…
AWS
Continue Reading

Protect your AWS Account with specified IPs
Security is always important and the first thing before doing something in the cloud. I’m…
AWS
Continue Reading

Differences between AWS CLI v1 and v2
Sometimes, aws-cli doesn’t run your cli commands if you are using v1. If your aws…
AWS
Continue Reading

Deploy HA nginx to AWS ECS with Geolocation Routing via Terraform
Today, I want to refactor the Deploy nginx docker to AWS ECS with Terraform Automation…
AWS
Continue Reading

Deploy nginx docker to AWS ECS with Terraform Automation
Last night, I want to play with AWS ECS Service. I wrote a terraform code…
AWS
Continue Reading

Connect your AWS to GCP with Terraform via IPSec Site-to-Site VPN
Today, I wrote another IaaC (infrastructure as a code) for my needs. You can create…
AWS
Continue Reading

How to secure your Amazon Web Services account
Security first because security is so important! When you create an Amazon Web Services account,…
AWS
Continue Reading

Set two different Target Groups on AWS Load Balancer with Terraform
Last week, I wrote an infrastructure as a code via Terraform. In my case, I…