CloudFormation Stacksets

Stack sets are one of the features of CloudFormation, designed to help address the challenges while using Infrastructure as Code in situations that include multiple AWS accounts and/or AWS Regions. Creating the same resource manually across Regions and Accounts is tedious and takes up a lot of time; it even needs constant monitoring and consistency […]

How to Create Terraform File From Existing EC2 Instance in AWS Console

Automation is one of the key aspects of provisioning an infrastructure since it saves a lot of time and money. There is always a need to create an infrastructure from code and scripts (the best examples might be CloudFormation and Terraform), but what if a standard infrastructure is already in place and one wants to […]