Auto Scaling in AWS

Dear Readers, In this article, we will see the Auto Scaling in AWS. For creating Auto Scaling we need to follow below steps. Create Load Balancer Launch Configurations Create Auto Scaling Groups First, we need to AWS Console page by using below link https://aws.amazon.com/console/ Click… Read More

Create Web Server in AWS

Dear Readers, In this article, we will see the Create Web Server in AWS. STEP 1: First, we need to AWS Console page by using below link. https://aws.amazon.com/console/ Click on sign in to Console button. STEP 2: Logging to aws account Provide username and password… Read More

Launch Linux EC2 Instance in AWS

Dear Readers, In this article, we will see the Launch Linux EC2 Instance in AWS. Amazon Elastic Compute Cloud (Amazon EC2) Amazon Elastic Compute (Amazon EC2) is a web service that provides scalable compute capacity in the cloud. It allows organizations to obtain and configure… Read More

Launch WindowsEC2 Instance in AWS

Dear Readers, In this article, we will see the Launch WindowsEC2 Instance in AWS. Amazon Elastic Compute Cloud (Amazon EC2) Amazon Elastic Compute (Amazon EC2) is a web service that provides scalable compute capacity in the cloud. It allows organizations to obtain and configure virtual… Read More

Global Infrastructure in AWS(Amazon Web Services)

Global Infrastructure in AWS(Amazon Web Services) In this article,we will see Global Infrastructure in AWS(Amazon Web Services). The AWS global infrastructure is built around Regions and Availability Zones. The AWS Cloud operates 69 Availability Zones within 22 geographic Regions around the world, with announced plans for… Read More

Introduction to AWS

Dear Readers, In this article, we will see the Introduction to AWS. What is AWS? Amazon Web Services (AWS) is a cloud computing and broadly adopted platform provided by Amazon, which provide services a low-cost, scalable, and highly reliable infrastructure platform in the cloud. It… Read More

INTRODUCTION TO SQL(Article -1)

INTRODUCTION TO SQL Overview : SQL is a language of database, it includes database creation, deletion, fetching rows and modifying rows etc. What is SQL? SQL is Structured/Syntax/Sequential Query Language, which is a language for storing, manipulating and retrieving data stored in relational database. SQL… Read More