GGGaurav Guptaingauravgupta.hashnode.dev·May 12, 2023 · 4 min readAWS SSM — EC2 Setup and On-Premise SetupIn this article, we are going to set up an EC2 instance and on-premise servers with SSM (System Manager). Before we start with setup, I’ll provide an overview of SSM. AWS Systems Manager is a collection of capabilities for configurations to manage y...00
GGGaurav Guptaingauravgupta.hashnode.dev·Jan 17, 2023 · 2 min readReplace AWS Root volumeAmazon EC2 announces the Replace Root Volume feature that enables customers to replace the root volume for a running instance. Earlier we need to stop EC2 instance if we want to change root volume due to any issue or corrupt. The feature restores the...00
GGGaurav Guptaingauravgupta.hashnode.dev·May 14, 2021 · 10 min readTerraform - Day 1Terraform is a tool for building, changing, and versioning infrastructure for different cloud providers (eg: AWS, Azure, GCP etc.) Terraform Installation on Centos 7: Machine Info: cat /etc/*-release [root@ip-172-31-31-245 centos]# cat /etc/*-release...00
GGGaurav Guptaingauravgupta.hashnode.dev·Mar 14, 2021 · 10 min readBlue-Green Deployment in AWSA traditional approach to application deployment, you typically fix a failed deployment by redeploying an older, stable version of the application. Redeployment in data centers is typically done on the same set of resources due to the cost and effort...00
GGGaurav Guptaingauravgupta.hashnode.dev·Mar 13, 2021 · 9 min readAWS S3- Simple Storage ServiceAmazon S3 is one of the main building blocks of AWS. It’s advertised as ”infinitely scaling” storage. It’s widely popular and deserves its own section. Many websites use AWS S3 as a backbone. Many AWS services uses AWS S3 as an integration as well. A...00