Compute
AWS Cloud provides the following 3 main Compute services:
Icon | Name | Description |
---|---|---|
Amazon EC2 | Amazon Elastic Compute Cloud (EC2) is a web service that provides the
ability to commission server instances within minutes. You can instantiate Windows
and Linux servers with configurable RAM, CPU and Disk space. Server instances can
be started in various modes to optimise cost versus computing power needed. A
Talend
customer will leverage the EC2 service to instantiate servers for deploying the
Talend platform. Talend Usage:
|
|
Amazon EC2 Container Service | Amazon EC2 Container Service (ECS) is a container management service that
supports Docker containers. The Docker containers are started on an EC2 instance
within the customer's own VPC, thereby providing a high level of isolation for
your applications. It is possible to deploy Talend
within Docker containers that will run within the ECS. Talend Usage:
|
|
Elastic Beanstalk | Amazon Elastic Beanstalk is a service for deploying web applications and
services developed in languages like Java, .Net, PHP, Node.js, Python and Docker
on familiar server like Apache, Nginx, Passenger and IIS. It is a service that
only requires the developer to upload the application binaries. The services
handles the deployment, capacity provisioning, load balancing and auto-scaling
according to the application health monitoring. Talend Usage:
|