After the Part 1 post, which specifically explaining configuration with packer, on this part, I'll write more about Terraform and AWS Codebuild. The...
Hello World! This time I want to share one way to create a golden AWS AMI and keeping it up-to-date. The goal is to have an automated way for the AMI...
AWS Autoscaling Group This thing started when we have some user-data that do and install a lot of things, especially on Windows, the booting alone...
Often while we are troubleshooting for EC2 user data, we want to have visibility to what happens to the script at launch. Whether it failed or which...
When we launch an EC2 instance, we can pass user data to the instance for performing common automated configuration tasks or running scripts after the...
Sometimes, while trying to connect to a server via SSH, you may encounter the error “Received disconnect from x.x.x.x port 22:2: Too many...