Thursday, March 9, 2017

Compute - INTRO

EC2 - Elastic Cloud Compute:

EC2 in short is the virtual machines in the cloud. Virtual machines that run on AWS.

EC2 Container Service :

This is a highly scalable, highly performing container management service. This basically allows applications to run on a managed cluster of EC2 instances (i.e., virtual machines).
It eliminates the need for the users to install, operate and scale the cluster management infrastructure.

Elastic Beanstalk: 

Used to deploy the code onto AWS.  We will just have to upload the code onto Elastic Beanstalk.
Elastic Beanstalk will then check the code.

Lambda:

AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume - there is no charge when your code is not running. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration.

LightSail: 

With a couple of clicks you can choose a configuration from a menu and launch a virtual machine preconfigured with SSD-based storage, DNS management, and a static IP addres




No comments:

Post a Comment