You can understand the running highly available, performant, and secure PHP applications on AWS. Amazon…
Tag: aws
AWS
Continue Reading
Create an S3 Bucket and Set a Policy via CLI
I really like to use CLI commands and it’s my daily routine. Today, I’ll tell…
AWS
Continue Reading
Issue a Let’s Encrypt SSL with the AWS Route53
Hello, In this article, I want to tell you how you can issue a Let’s…
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…