Skip to main content

Posts

Featured

AMAZON ELASTIC COMPUTE CLOUD (EC2)

What is EC2 Instance ? An EC2 instance is a virtual server in the AWS Cloud.Amazon Elastic Compute Cloud (Amazon EC2) provides on-demand, scalable computing capacity in the Amazon Web Services (AWS) Cloud.  The name itself explains its core value:     Elastic: You can easily increase or decrease the number of instances or their size as your needs change.     Compute: It provides the processing power, memory, and storage for your workloads.     Cloud: It runs on AWS's massive, global data center infrastructure. FEATURES OF EC2 Amazon Machine Images (AMIs)     Pre configured templates for your instances that package the components you need for your server (including the operating system and additional software). Instance types     Instance type is a hardware profiles of your virtual server. Various configurations of CPU, memory, storage, networking capacity, and graphics hardware for your instances. Each instance type offers a diff...

Latest Posts

Introduction to Computing