Remember the days when deploying a new app meant wrestling with servers, deciphering cryptic configuration files, and hoping you didn't trigger a...
Security best practices recommend the latest base images (e.g. AWS AMI ) for spinning VM on the cloud. Up to date software patches reduce the risk of...
This article will set up a CI/CD pipeline for our Terraform source code ( refer post ) to spin AWS EC2 instance. The aim is to automate our...
The previous Terraform blog gave us a basic introduction to Terraform. We also discussed writing a simple Terraform code to create an AWS EC2 instance...
Deploy AWS EC2 Instance · This is my first post on Terraform series. Hence I will limit my discussion to the overview on Terraform and the creation of...
AWS CLI Configuration · This post helps creates AWS IAM Users with programmatic access. Once the setup is configured, a pair of Access Key ID & Secret...