Load Balancing

What is Load Balancing? Load balancing is the process of evenly distributing incoming network traffic across multiple servers or computing resources, known as a server. The primary objective is to prevent any single server from being overloaded with excessive traffic. … Read More

Increase Token Expiration AWS Cognito

In this post, we will learn to increase token expiration time in AWS Cognito User Pool. We are not going to learn what is AWS Cognito and why do we need to use it. This is not the scope of … Read More

Difference between scale in and scale-out in AWS

As a beginner, the term Scale In and Scale-Out is very confusing. These terms come under the AWS EC2 Auto Scaling. The Scale In is basically to reduce the number of instances from the Auto Scaling Group after identifying that … Read More

AWS direct connect

AWS Direct Connect is a cloud service solution that makes it easy to establish a dedicated network connection from your premises to AWS. Using AWS Direct Connect, you can establish private connectivity between AWS and your datacenter, office, or colocation … Read More

Increase EBS volume size in AWS EC2 Instance

Overview Instead of adding a large EBS volume size initially, we usually set the minimum required size and when needed we can increase EBS volume size in AWS EC2 Instance. With this approach, AWS costs can be minimized. Now, when … Read More

How to get AWS Region in Cloudformation template?

In this post I will show you how you can get the AWS Region in AWS Cloudformation template. Today, I was creating a Cloudformation template to create a private hosted zone in Route53 and it made me confusion for a … Read More

How to share AMI with other accounts in AWS?

Overview Using Organization service in AWS is quite common if you have multi-team/environment architecture. Most of the time we make our deployment environments like staging and production identical so that we can use the exact same sort of configurations for … Read More