AWS Basics Explained: Part 1

AWS Basics Explained: Part 1

ยท

2 min read

INSTANCE:- An instance on Amazon Web Services (AWS) refers to a virtual server that you can use to run applications and workloads in the cloud. AWS instances are a key component of the Amazon Elastic Compute Cloud (Amazon EC2) service.

#HOW TO LAUNCH AN INSTANCE ON EC2:-

SELECT EC2

CLICK ON LAUNCH INSTANCE

Fill all the necessary details and launch instance

your instance is been launched

TEMPLATE:- In the context of AWS EC2 (Amazon Elastic Compute Cloud), a template typically refers to an Amazon Machine Image (AMI). An AMI is a pre-configured template containing the operating system, application server, and applications required to launch an instance.

#HERE ARE THE STEPS TO CREATE A TEMPLATE ON AWS:-

instance->launch template ->create launch template

now launch instance from template in EC2

now launch instance from template

instance is been made by template

AUTO-SCALING:- Auto Scaling on AWS (Amazon Web Services) is a feature that allows you to automatically adjust the number of EC2 instances or other AWS resources in your application to match the demand. This ensures that you have the right amount of resources available at all times, optimizing both performance and cost.

#HERE ARE THE STEPS TO ADD AUTO-SCALING :-

url on which webpage is been hosted

ย