3-tier Architecure in AWS using TerraformThere is basic Pre-requisites required before going to perform this project. These are like which I have understand and gone through are given below- -AWS Knowledge Virtual Private Cloud (VPC) Subnets, NACLs, Security groups, NAT gateways, Internet g...Oct 8, 2023·4 min read
Day 41: Setting up an Application Load Balancer with AWS EC2What is Load Balancing? Load balancing is the distribution of workloads across multiple servers to ensure consistent and optimal resource utilization. It is an essential aspect of any large-scale and scalable computing system, as it helps you to impr...Aug 24, 2023·2 min read
Day 40 AWS EC2 AutomationAutomation in EC2: Amazon EC2 or Amazon Elastic Compute Cloud can give you secure, reliable, high-performance, and cost-effective computing infrastructure to meet demanding business needs. Launch template in AWS EC2: You can make a launch template w...Aug 22, 2023·3 min read
Day 39: AWS and IAM Basics:AWS: Amazon Web Services is one of the most popular Cloud Provider that has free tier too for students and Cloud enthusiasts for their Hands-on while learning User Data in AWS: When you launch an instance in Amazon EC2, you have the option of passin...Aug 22, 2023·4 min read
Day 38 Getting Started with AWS BasicsAWS: Amazon Web Services (AWS) is a cloud computing platform by Amazon offering various services like storage, computing power, databases, and more. It allows businesses to use these services without needing physical hardware, making it flexible and ...Aug 21, 2023·3 min read
Day 37 Task: Kubernetes Important interview Questions.What is Kubernetes and why it is important? Kubernetes is a powerful open-source platform designed to automate the deployment, scaling, and management of containerized applications. It helps organizations manage complex applications and services by p...Aug 20, 2023·8 min read
Day 33 Task: Working with Namespaces and Services in KubernetesWhat are Namespaces and Services in k8s? In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within the same physical cluster. Services are used to expose your Pods and Deploymen...Aug 16, 2023·3 min read