PSPrerna Sharmaintechnocrats.hashnode.dev·Nov 30, 2024 · 2 min readVirtual Private Cloud(VPC) in AWSToday, we will learn about VPC and also learn the architecture of a virtual private cloud in detail. What is VPC? A VPC is a virtual network that closely resembles a traditional network that you'd operate in your own data center. After you create a V...00
PSPrerna Sharmaintechnocrats.hashnode.dev·Nov 24, 2024 · 2 min readAll about Amazon ECRAmazon Elastic Container Registry (Amazon ECR) is an AWS managed container image registry service that is secure, scalable, and reliable. In ECR it supports private repositories means that only the user who created it and users having IAM access to t...00
PSPrerna Sharmaintechnocrats.hashnode.dev·Sep 25, 2024 · 1 min readCreating an Instance using TerraformAs we know Terraform is an Infrastructure as a code, and it is useful for automating the infrastructure. In this article, we will learn to automate the instance using Terraform. Procedure: 1) Write instance.tf file Here, we are providing the configur...00
PSPrerna Sharmaintechnocrats.hashnode.dev·Sep 24, 2024 · 1 min readIntroduction to TerraformTerraform is an open-source infrastructure as code (IaC) software tool that can be used to provision the infrastructure of a cloud platform. It helps automate the infrastructure. Terraform works with automation software like Ansible after infrastruct...00
PSPrerna Sharmaintechnocrats.hashnode.dev·Aug 30, 2024 · 2 min readVirtual Private Cloud in AWSVPC is a logical data center within an AWS region. It is an on-demand configurable pool of shared computing resources allocated within a public cloud environment. It is used for controlling the network environment, selecting IP address ranges, and su...00