EC2 (Elastic Compute Cloud)

EC2 (Elastic Compute Cloud) ___________________________________________________________________________________ Introduction to EC2 - Amazon Elastic Compute Cloud (Amazon EC2) is a computing capacity that is scalable in the Amazon Web Services (AWS) Cloud. Using Amazon EC2 eliminates the need to invest in hardware upfront, allowing you to develop and deploy applications more quickly With Amazon EC2 you launch virtual server instances on the AWS cloud. Each virtual server is known as an “instance” Features of EC2 - Instances are virtual computing environments. Amazon Machine Images (AMIs) are preconfigured templates for your instances that package the bits you need for your server (including the operating system and additional software). AMI is a ISO file Instance types are different configurations of CPU, memory, storage, and networking capacity for your instances Using key pairs, you can secure login information for your instances ( AWS stores the public key, and...