Write a Terraform code to deploy a DynamoDB table, an S3 bucket, and an EC2 server with the below configuration: 1. A VPC Configuration in any region with subnets in multiple Availability Zones. 2. At least one subnet Read More …
Category: Uncategorized
sitemap.xml
DevOps Topics Explained
What is DevOps — and why it matters today? DevOps is not just a tool or a role.It’s a set of practices that brings Development and Operations together to deliver software faster, safer, and with higher quality. In today’s Read More …
Create Backend Image for HA-3-tier-E-Commerce web Application
Here we are creating a Backend image to be used in the Launch Template while creating a Highly Available, Fault-tolerant, 3 tier E-Commerce web Application Deployment in AWS Create Backend Image for HA-3-tier-E-Commerce web Application Overview of Read More …
Create Frontend Image for HA 3-tier E-Commerce web Application
Here we are creating a Frontend image to be used in the Launch Template while creating a Highly Available, Fault-tolerant, E-Commerce web Application Deployment in AWS Create Frontend Image for HA 3-tier E-Commerce web Application Overview of Read More …
AWS Questions And Answers
List different types of Cloud Services. Different types of Cloud Services are: Software as a Service (SaaS) – It is a software distribution model in which services are hosted by a cloud service provider. Eg- salesforce, dropbox Data as a Read More …
Three tier web Application Deployment in a single instance of AWS – EC2
Web Application Deployment in AWS – EC2 About the Application: This tree-tier web application is created using Nodejs, Angular and MySQL. This project also uses Ant Design for its UI and SwiperJS for its carousels. The backend is built Read More …
Shell Script Questions and Answers
Can you tell me the various stages of a Linux process, it passes through? A Linux process normally goes through four major stages in its processing life. Here are the 4 stages of the Linux process. Waiting: Linux Process waiting Read More …
HELM Questions And Answers
What is Helm? Helm is a package manager for Kubernetes that allows you to install, upgrade, and manage Kubernetes applications. Helm helps in three ways: increases productivity reduces the complexity of microservice deployments and allows for the adoption of cloud-native Read More …
Kubernetes Questions And Answers
Are you ready to ace your Kubernetes interview? Whether you’re a seasoned professional or just starting, mastering the right Kubernetes interview questions is key to showcasing your skills. This guide will equip you with the essential knowledge and insights to Read More …