How to setup AWS Auto Scaling? Objective The objective of setting this AWS auto-scaling lab is to ensure that your application can handle network traffic by automatically adjusting the number of EC2 instances that are running. AWS AutoScaling allows scale resources up or down through a pre-defined threshold, which helps you only pay for the […]
How to setup AWS application load balancer
How to setup AWS application load balancer? Objective The objective of this AWS Application Load Balancer lab is to learn how to create and configure an AWS Application Load Balancer to distribute incoming traffic across multiple EC2 instances in different availability zones. Prerequisites for this lab Steps by step guide for creating AWS application load […]
What is AMAZON EC2 Instance Store
What is AMAZON EC2 Instance Store? EC2 instance store provides temporary block-level storage for your instance. This storage is located on disks that are physically attached to the host computer. It is used for the temporary storage of information, where you need high-performance hardware disk with low latency such as buffers, caches, scratch data, and […]
Load balancer in AWS
What is load balancing? Nowadays many applications and websites can serve millions of concurrent requests to users/clients globally. When the amount of network workload increases on an application or website, a single server may fail to support network traffic. To manage the demand of volatile network traffic efficiently, you can use a Load balancer to distribute […]
How to Create EC2 Windows Instance
How to Create EC2 Windows Instance Prerequisites – Create Key-Pair and Security Group How to create EC2 Windows Instance using AWS management console How to connect EC2 Windows Instance from RDP The private key (Created in Prerequisite step-2) is required to decrypt the administrator password. You need to decrypt the password to connect to your […]
How to Create EC2 Linux Instance
How to Create EC2 Linux Instance How to connect EC2 Linux instance from Windows using PuTTY How to use EC2 Linux instance as a web server Done! Now, Your web page is running on your EC2 instance. Learn More – How to Create EC2 Windows Instance
Easy Amazon EBS Volume Setup: How to Configure in 2 Minutes
How to create Amazon EBS volume In this tutorial, you will learn step by step –How to create Amazon EBS volume and Attach it to an EC2 instance Now the attached Amazon EBS volume to your instance is exposed as a block device. You can format the volume with any file system before mounting it.
Amazon Machine Image: Simplify Cloud Management
An Amazon Machine Image (AMI) is a special type of pre-configured virtual machine image that is used to create virtual.
Amazon Elastic Block Store
Amazon Elastic Block Store (EBS) Amazon EBS is an easy to use, high-performance, block-level storage solution designed for EC2 to store persistent data. EBS can be dynamically attached, detached, and scaled with any EC2 instance, like physical hard drives or volume storage. You can use EBS to store any kind of data such as relational […]
Amazon EC2 (Amazon Elastic Compute Cloud)
What is Amazon Elastic Compute Cloud? Amazon Elastic Compute Cloud (Amazon EC2) is one of the well-known AWS web service, that provides secure, resizable compute capacity in the cloud. It is designed for developers to have complete control on scaling, configuration, and computing environment. Amazon EC2 reduces the time required to obtain and boot new […]