Simple Storage Service

Simple Storage Service Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed different options of EC2 instance monitoring. And with that, we have concluded our introductory series on EC2 service. https://cloudaffaire.com/ec2-instance-monitoring/ In this blog post, we are going to discuss AWS Simple Storage Service or S3. Simple Storage Service Amazon Simple Storage Service or S3 is highly scalable, reliable, fast, inexpensive data storage infrastructure designed for…

Comments Off on Simple Storage Service

EC2 Instance Monitoring

EC2 Instance Monitoring Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed auto scaling groups. https://cloudaffaire.com/auto-scaling-groups/ In this blog post, we are going to discuss EC2 instance monitoring EC2 instance monitoring Monitoring is an important part of maintaining the reliability, availability, and performance of your EC2 instance. AWS provides multiple options to monitor your EC2 instance like health checks, cloud watch metrics etc. When you create…

Comments Off on EC2 Instance Monitoring

Auto Scaling Groups

Auto Scaling Groups Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Launch Configuration and created a new Launch Configuration. https://cloudaffaire.com/launch-configuration/ In this blog post, we are going to discuss Auto Scaling Groups. We are also going to create an Auto Scaling Group using Launch Configuration. Auto Scaling Groups Auto scaling groups provides the facility to scale in or scale out your EC2 instances as per…

Comments Off on Auto Scaling Groups

Launch Configuration

Launch Configuration Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to create a Network Load Balancer for a web server. https://cloudaffaire.com/create-a-network-load-balancer/ In this blog post, we are going to discuss Launch Configuration Launch Configuration A launch configuration serves as a template that an Auto Scaling Group can use to launch instances. A launch configuration contains all the necessary configuration details like AMI, instance type,…

Comments Off on Launch Configuration

Create A Network Load Balancer

Create a Network Load Balancer Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Elastic Load Balancer. https://cloudaffaire.com/elastic-load-balancer/ In this blog post, we are going to create a Network Load Balancer for Apache web server. Below is the prerequisite for this demo One active AWS account One running EC2 Amazon Linux instance with the LAMP stack We have already configured one Linux instance with Apache web server.…

Comments Off on Create A Network Load Balancer

AWS Elastic Load Balancer Types

AWS Elastic Load Balancer Types Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed how to create a network interface and attach it to an instance. https://cloudaffaire.com/create-a-network-interface-and-attach-it-to-an-ec2-instance/ In this blog post, we are going to discuss AWS Elastic Load Balancer Types. Elastic Load Balancer Elastic Load Balancer distributes incoming application or network traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses, in…

Comments Off on AWS Elastic Load Balancer Types

Create A Network Interface And Attach It To An EC2 Instance

Create a Network Interface and attach it to an EC2 instance Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Elastic Network Interface or simply Network Interface. https://cloudaffaire.com/elastic-network-interface/ In this blog post, we are going to create a Network Interface and attach it to an EC2 instance Below is the prerequisite for this demo One active AWS account One running EC2 Amazon Linux instance Create a…

1 Comment

Elastic Network Interface

Elastic Network Interface Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Key Pairs and created one new Key Pair. https://cloudaffaire.com/key-pairs/ In this blog post, we are going to discuss Elastic Network interface Elastic Network Interface Elastic network interface or simply network interface is a virtual network interface card that you can configure in AWS. By default, every EC2 instance comes with a primary network interface.…

Comments Off on Elastic Network Interface

Key Pairs

Key Pairs Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed how to create a Placement Group and place instances under it. https://cloudaffaire.com/create-a-placement-group-and-place-instances-under-it/ In this blog post, we are going to discuss Key Pairs and create a new Key Pair. Key Pairs Amazon EC2 uses public–key cryptography to encrypt and decrypt login information. Public–key cryptography uses a public key to encrypt a piece of data, such…

Comments Off on Key Pairs

Create A Placement Group And Place Instances Under It

Create a Placement Group and place instances under it Hello Everyone Welcome to CloudAffaire and this is Debjeet. In this blog post, we are going to create a Placement Group and place instances under it. Below is the prerequisite for this demo One active AWS account Create a Placement Group and place instances under it Step 1: Login to AWS console and click 'EC2' under compute Step 2: Navigate to ‘Placement Groups’ located under NETWORK…

Comments Off on Create A Placement Group And Place Instances Under It