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

Region and Availability Zone in AWS

Region In AWS, a region is a geographical location that contains at least two Availability Zones (AZs). Each region is completely independent and isolated from other regions, which allows AWS customers to achieve high availability and fault tolerance by replicating … Read More

AWS CloudFront

If you’re looking to improve the speed and performance of your website or web application, AWS CloudFront may be just what you need. AWS CloudFront is a content delivery network (CDN) that allows you to distribute content to your users … 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

What is VPC endpoint in AWS?

A VPC endpoint enables you to privately connect your VPC to supported AWS services and VPC endpoint services powered by AWS Private Link without requiring an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection. Instances in your … 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

Create an IAM user in AWS

Overview IAM is used to create AWS users, assign them to a group and assign the permission they need. We can create an IAM user in AWS and assign permission to the users in two ways:  In this post, we … Read More

Access Organization account in AWS

This post is a continuation of my previous post on create an Organization in AWS. Here we will learn to switch roles to access organization account in AWS. You can access organization account in AWS by switching the role. Follow … Read More

Create an Organization in AWS

AWS Organization is one of the services in AWS cloud which lets users create different accounts per environment and helps to manage consolidated billings. You can click here to learn more about it. You can create an Organization in AWS … Read More