=

Master AWS EC2 Instances : Launch to terminate GUI and CLI

An Instance is a virtual computer which runs on the hardwares of Amazon Web Services. You can choose your desired cpu/ram/storage capacities while creating your instances.



1. Types of Instances

Every instance type is categoriesd by their usecases. Some of them are compute optmized some are memory/gpu etc. -

  1. General Purpose : General purpose instances provide a balance of compute, memory and networking resources. These instances are ideal for applications that use these resources in equal proportions such as web servers and code repositories. Families - M , T
  2. Compute Optimized : Compute Optimized instances are ideal for compute bound applications that benefit from high performance processors. Family - C.
  3. Memory Optimized : Memory optimized instances are designed to deliver fast performance for workloads that process large data sets in memory. Families - R, X
  4. Accelerated Computing : Accelerated computing instances use hardware accelerators, or co-processors, to perform functions, such as floating point number calculations, graphics processing, or data pattern matching, more efficiently than is possible in software running on CPUs. Families - P, G
  5. Storage Optimized : Storage optimized instances are designed for workloads that require high, sequential read and write access to very large data sets on local storage. Family - I

2. Creating a ec2 Instance

STEP 1 - Login into aws portal

Login into your aws console. Search and open ec2 service. It will look like following -

ec2 hompage guide

STEP 2 - Choose instance configurations

Click on Launch instance. Next page looks similar like following -

ec2 instance guide

These are basic configurations to launch an instance. Now select how many instances you want to create from summery and recheck you basic details in summery.

ec2 instance configurations guide

Then click on Launch instance

ec2 instance launched

Now go back to ec2 hompage where you can find your running instance and can modify from there.

ec2 instance hompage