AWS Compute Blog
Amazon ECS launches new deployment capabilities; CloudWatch metrics; Singapore and Frankfurt regions
Today, we launched two improvements that make it easier to run Docker-enabled applications on 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. The first improvement allows more flexible deployments. […]
Using AWS Lambda with Auto Scaling Lifecycle Hooks
Nathan Mcguirt, AWS Solution Architect Using automation to extend Auto Scaling functionality Auto Scaling provides customers a great way to dynamically scale applications, and we frequently meet customers with new and interesting use cases who want to extend Auto Scaling with additional actions. For example, notifying an auditing system of a new instance launch […]
Using API Gateway stage variables to manage Lambda functions
Ed Lima, Cloud Support Engineer There’s a new feature on Amazon API Gateway called stage variables. Stage variables act like environment variables and can be used to change the behavior of your API Gateway methods for each deployment stage; for example, making it possible to reach a different back end depending on which stage the […]
Getting Started with JAWS on Amazon Web Services
Nick Corbett, AWS Professional Services, Big Data Consultant Amazon API Gateway and AWS Lambda empower developers to deliver a microservice architecture without managing infrastructure. Building scalable, secure, and durable applications has never been easier. However, managing the deployment of a large project is not always easy. A global app, deployed across multiple AWS regions in […]
The Twelve Days of Lambda
Tim Wagner, AWS Lambda General Manager The Twelve Days Hours* of Lambda *It’s serverless, so it’s faster ;-) Stuffed with turkey or too many cookies? Not quite ready to face the relatives again? Here are some ideas to use your end of year or holiday downtime to explore serverless cloud computing with AWS Lambda instead. […]
Amazon ECS improves console first run experience, ability to troubleshoot Docker errors
Today Amazon EC2 Container Service (ECS) added a new first run experience that streamlines getting your first containerized application running on 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. Amazon ECS eliminates the […]
AWS Lambda sessions at re:Invent 2015 – Wrap up
Vyom Nagrani, Sr. Product Manager, AWS Lambda Announcements AWS Lambda announced four new features at re:Invent 2015 Support for Python functions Increased function duration from 60 seconds to 300 seconds Function Versioning & Aliasing Scheduled functions (Cron) – Console only You can read the details for these announcements here. Breakout sessions We had listed the […]
Using Python in an AWS Lambda Function
Tim Wagner, AWS Lambda REVISED: Python 2.7 is now a first-class language in AWS Lambda…no workarounds required!
Using Amazon EFS to Persist Data from Amazon ECS Containers
My colleagues Jeremy Cowan and Drew Dennis sent a nice guest post that shows how to use Amazon Elastic File System with Amazon ECS. — Docker containers are ideal for building microservices because they’re quick to provision, easily portable, and provide process isolation. While these services are generally ephemeral and stateless, there are times when you […]
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 […]