AWS Compute Blog
Category: Uncategorized
Amazon EC2 Container Service at AWS re:Invent – Wrap-up
We wanted to summarize a few of the highlights from this year’s AWS re:Invent. Announcements On Thursday October 8, Werner Vogels announced three new features for Amazon ECS: The Amazon EC2 Container Service CLI (Amazon ECS CLI) makes it easier to set up an Amazon ECS cluster and its associated resources (e.g., EC2 instances) and enables a […]
Amazon EC2 Container Service at AWS re:Invent
AWS re:Invent is just a few days away and the Amazon ECS team will be there. To talk to us about how you are using Amazon ECS or to find out more about how you can use Amazon ECS for your applications, drop by the Compute booth or the developer lounge. There are also a […]
How to create a custom scheduler for Amazon ECS
My colleague Daniele Stroppa sent a nice guest post that shows how to create a custom scheduler for Amazon ECS. — Amazon EC2 Container Service (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. Amazon ECS takes […]
Amazon ECS launches agent updates, task definition deregistration, environment variable overrides
We are pleased to announce the availability of several of our most requested features: Agent Update You now have an automated way to update the ECS agents that run on the EC2 instances in your clusters. The agent is the interface between ECS and Docker that enables operations such as starting containers and reporting status. This improvement […]
Running an Amazon ECS Task on Every Instance
My colleague Matt McClean sent a nice guest post that demonstrates how to start a task on every ECS instance in a cluster. —– Amazon EC2 Container Service (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 […]
Scaling Amazon ECS Services Automatically Using Amazon CloudWatch and AWS Lambda
On May 18, 2016 Amazon ECS launched support for Service Auto Scaling. This provides a simpler method to automatically scale tasks in an ECS service. Read about it in the documentation. AWS Partner Classmethod contributed this great blog that shows how to use Amazon CloudWatch and AWS Lambda to create a scaling function for Amazon […]
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 […]