Serverless web application Deployment using AWS Lambda Resources used : IAM |S3 bucket | DynamoDB | Lambda | API-Gateway Flow Diagram Steps: Step 1: Create an IAM role for Lambda services having Admin permissions Step 2: Read More …
Category: Uncategorized
Deployment of 3-Tier Web Application on AWS ECS using EC2 and ECR
Resources covered: • IAM| ECR | ECS | EC2 | EC2- APPLICATION LOAD BALANCER Flow Diagram Prerequisites: • AWS account • Docker Step 1: Create IAM user with ECS role and configure aws cli using it Step Read More …
Deployment of 3-Tier Web Application on AWS ECS using Fargate and ECR
Resources covered: • IAM| ECR | ECS | FARGATE | EC2- APPLICATION LOAD BALANCER Flow Diagram Prerequisites: • AWS account • Docker Step 1: Create an ECS cluster Step 2: Create Database in RDS Step 3: Read More …
Pushing Docker Images from Local Machine to AWS – ECR(Elastic Container Registry)
Prerequisites: 1) Docker installed 2) Build Docker images from Dockerfile. Ref-1 Ref-2 Flow Diagram Step 1: login to AWS and create an IAM user Step 2: Install and configure the AWS CLI Step 3: Create a repository Read More …
Dockerizing 3 Tier E-Commerce web application
In this document, while Dockerizing a 3-tier web application, the frontend and backend will be running on the local docker containers and the database will be from the RDS service of AWS. Pre-requisite : -AWS account (AWS RDS) -Dockercli Read More …
Terraform script to deploy a DynamoDB table, an S3 bucket, and an EC2 server
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 …
sitemap.xml
DevOps Questions and Answers
Find the list of Important DevOps Interview Questions and Answers. Be interview ready by going through these important questions and answers. What is DevOps? Provide a brief definition and explain why it is important in modern software development practices. 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 …