AWS News Blog
Tag: EC2 Container Service
Amazon EC2 Container Service – Launch Recap, Customer Stories, and Code
Today seems like a good time to recap some of the features that we have added to Amazon EC2 Container Service over the last year or so, and to share some customer success stories and code with you! The service makes it easy for you to run any number of Docker containers across a managed […]
Amazon ECS – Support for Windows Containers (Beta)
I sincerely hope that you are familiar with container-based computing and that you have at least a basic understanding of the value of containerization. As I noted back in 2014, packaging your cloud-based application as a collection of containers, each specified declaratively, gives you a laundry list of benefits including consistency between your development and […]
Blox – New Open Source Scheduler for Amazon EC2 Container Service
Back in 2014 I talked about Amazon Elastic Container Service (Amazon ECS) and showed you how it helps you to build, run, and scale Docker-based applications. I talked about the three scheduling options (automated, manual, and custom) and described how a scheduler works to assign tasks to instances. At the time that I wrote that […]
New Amazon Linux Container Image for Cloud and On-Premises Workloads
The Amazon Linux AMI is designed to provide a stable, secure, high performance execution environment for applications running on EC2. With limited remote access (no root login and mandatory SSH key pairs) and a very small number of non-critical packages installed, the AMI has a very respectable security profile. Many of our customers have asked […]
Powerful AWS Platform Features, Now for Containers
Containers are great but they come with their own management challenges. Our customers have been using containers on AWS for quite some time to run workloads ranging from microservices to batch jobs. They told us that managing a cluster, including the state of the EC2 instances and containers, can be tricky, especially as the environment […]
New – AWS Application Load Balancer
We launched Elastic Load Balancing (ELB) for AWS in the spring of 2009 (see New Features for Amazon EC2: Elastic Load Balancing, Auto Scaling, and Amazon CloudWatch to see just how far AWS has come since then). Elastic Load Balancing has become a key architectural component for many AWS-powered applications. In conjunction with Auto Scaling, […]
EC2 Container Registry – Now Generally Available
My colleague Andrew Thomas wrote the guest post below to introduce you to the new EC2 Container Registry! — Jeff; I am happy to announce that Amazon EC2 Container Registry (ECR) is now generally available! Amazon ECR is a fully-managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker […]
EC2 Container Service Update – Container Registry, ECS CLI, AZ-Aware Scheduling, and More
I’m really excited by the Docker-driven, container-based deployment model that is quickly becoming the preferred way to build, run, scale, and quickly update new applications. Since we launched Amazon EC2 Container Service last year, we have seen customers use it to host and run their microservices, web applications, and batch jobs. Many developers have told […]