APAshutosh Pariharincloudjerry.hashnode.dev·Jul 9, 2023 · 2 min readAutomating EC2 instance creation with TerraformIn this blog post, we will explore the popular Infrastructure as Code (IaC) tool, Terraform, and use it to provision and automate AWS infrastructure, specifically EC2 instances. EC2 stands for Elastic Compute Cloud, which refers to a virtual computer...00
APAshutosh Pariharincloudjerry.hashnode.dev·Jul 4, 2023 · 2 min readPlacement groups in AWSWhen you launch an EC2 instance on AWS, it is placed within the vast infrastructure of AWS using a concept called Placement Groups. Placement Groups are a strategic approach that allocates your EC2 instances across the underlying hardware. There are ...00