AWS Compute Blog

Category: Uncategorized

Amazon EC2 Container Service is now generally available

We would like to announce the general availability of Amazon EC2 Container Service (ECS). Amazon ECS is a highly scalable, high performance container management service that supports Docker containers and allows you to easily run applications on a managed cluster of Amazon EC2 instances. Running a container on a single machine demonstrates Docker’s power and […]

Cluster Management with Amazon ECS

In previous blog posts, we have talked a lot about Amazon EC2 Container Service (Amazon ECS) as a way to run Docker containers in the cloud on AWS, but not as much has been said about the cluster management options exposed through the ECS API. Today we want to talk a bit about what cluster […]

Dive into Amazon EC2 Container Service (video)

At AWS re:Invent, we announced Amazon EC2 Container Service (Amazon ECS), a highly scalable, high performance container management service that supports Docker containers and allows you to easily run distributed applications on a managed cluster of Amazon EC2 instances.. The service is currently available in preview to all AWS customers without any need to sign […]

AWS Lambda adds CORS support and removes preview signup requirement

Tim Wagner, AWS Lambda CORS and Browser JavaScript Support for AWS Lambda AWS Lambda now supports CORS, making it easier to call Lambda functions from browser JavaScript code. The default hosted package of the AWS SDK for JavaScript in the Browser now also includes the AWS Lambda APIs by default — check out Working with […]