Create AWS Infrastructure With AWS CDKPrerequisites VS Code TypeScript AWS CDK & AWS CLI Installed AWS User Profile Configuration on Machine For Prerequisites installation refer my AWS CDK MasterClass Video https://www.youtube.com/watch?v=LNwI1v4Dhdo&list=PLaze7fvkDZmiERcSA6bMJpAWoOcQdnl...Dec 29, 2023·6 min read
Day 68: Scaling with TerraformUnderstanding Scaling Scaling is the process of adding or removing resources to match the changing demands of your application. As your application grows, you will need to add more resources to handle the increased load. And as the load decreases, yo...Oct 17, 2023·4 min read
Containerization of the .NET Core 7 Web API using Docker on AWS EC2(UBUNTU)Agenda · What is Docker? · Why use Docker? · Benefits of Docker · Step-by-step implementation of the .NET Core Web API · Containerization of Applications Prerequisites · Visual Studio 2022 · Docker Desktop · .NET Core 7 SDK What is Docker? · Docker i...Oct 16, 2023·5 min read
Day 66 - : Building an entire infrastructure through TerraformBuild Your Own AWS Infrastructure with Ease using Infrastructure as Code (IaC) Techniques Task 1: Create a VPC Create a VPC (Virtual Private Cloud) with CIDR block 10.0.0.0/16 Create a vpc.tf file and mention the required CIDR block with the name ta...Oct 13, 2023·5 min read
Day 67: AWS S3 Bucket Creation and Management through TerraformAWS S3 Bucket Amazon S3 (Simple Storage Service) is an object storage service that offers industry-leading scalability, data availability, security, and performance. It can be used for a variety of use cases, such as storing and retrieving data, host...Oct 13, 2023·2 min read
Day-65: Working with Terraform ResourcesUnderstanding Terraform Resources A resource in Terraform represents a component of your infrastructure, such as a physical server, a virtual machine, a DNS record, or an S3 bucket. Resources have attributes that define their properties and behaviour...Oct 11, 2023·2 min read
Day-64: Terraform with AWSAWS CLI installed The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. In...Oct 10, 2023·3 min read