Elastic Compute Cloud

How to host a WordPress website in AWS EC2 instance – Part 3

How to host a WordPress website in AWS EC2 instance – Part 3 Hello Everyone Welcome to CloudAffaire and this is Debjeet. This will be a 3-part series where in part 1 we have created an EC2 instance in AWS cloud to host our WordPress website, in the part 2 we have installed and configured our WordPress website and in part 3 will complete the setup by enabling DNS and TSL/SSL for our WordPress…

0 Comments

How to host a WordPress website in AWS EC2 instance – Part 2

How to host a WordPress website in AWS EC2 instance – Part 2 Hello Everyone Welcome to CloudAffaire and this is Debjeet. This will be a 3-part series where in part 1 we have created an EC2 instance in AWS cloud to host our WordPress website, in the part 2 we will install and configure our WordPress website and in part 3 will complete the setup by enabling DNS and TSL/SSL for our WordPress…

0 Comments

How to host a WordPress website in AWS EC2 instance – Part 1

How to host a WordPress website in AWS EC2 instance – Part 1 Hello Everyone Welcome to CloudAffaire and this is Debjeet. This will be a 3-part series where in part 1 we are going to create an EC2 instance in AWS cloud to host our WordPress website, in the part 2 we will install and configure our WordPress website and in part 3 will complete the setup by enabling DNS and TSL/SSL for…

0 Comments

How To Reduce AWS EBS Root Volume Size

How To Reduce AWS EBS Root Volume Size Hello Everyone Welcome to CloudAffaire and this is Debjeet. In todays blog we will discuss how to reduce EBS root volume size. During instance creation you get the option to define your EBS root volume size. If you have provisioned an EBS volume that has more storage then needed, you might want to reduce or decrease your EBS root volume size. AWS provides very good documentation…

0 Comments

Connect To An Instance In A Private Subnet

Connect to an instance in a private subnet Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have created an internet gateway and enabled internet connection to a public subnet. https://cloudaffaire.com/create-an-internet-gateway/ In this blog post, we will learn how to connect to an instance that is hosted in a private subnet. If you enabled the internet to a public subnet and if your instance has a public IP…

2 Comments

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…

0 Comments

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…

0 Comments

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,…

0 Comments

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.…

0 Comments

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…

0 Comments