AWS Compute Blog
Category: Uncategorized
Fleet Management Made Easy with Auto Scaling
If your application runs on Amazon EC2 instances, then you have what’s referred to as a ‘fleet’. This is true even if your fleet is just a single instance. Automating how your fleet is managed can have big pay-offs, both for operational efficiency and for maintaining the availability of the application that it serves. You […]
Amazon ECS Service Auto Scaling Enables Rent-A-Center SAP Hybris Solution
This is a guest post from Troy Washburn, Sr. DevOps Manager @ Rent-A-Center, Inc., and Ashay Chitnis, Flux7 architect. —– Rent-A-Center in their own words: Rent-A-Center owns and operates more than 3,000 rent-to-own retail stores for name-brand furniture, electronics, appliances and computers across the US, Canada, and Puerto Rico. Rent-A-Center (RAC) wanted to roll out […]
Centralized Container Logs with Amazon ECS and Amazon CloudWatch Logs
September 8, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. Containers make it easy to package and share applications but they often run on a shared cluster. So how do you access your application logs for debugging? Fortunately, Docker provides a log driver that lets you send container logs to […]
Help Secure Container-Enabled Applications with IAM Roles for ECS Tasks
In Amazon ECS, you have always had the benefit of being able to use IAM roles for Amazon EC2 in order to simplify API requests from your containers. This also allows you to follow AWS best practices by not storing your AWS credentials in your code or configuration files, as well as providing benefits such […]
Airtime Relaunches with Major Overhaul using ECS
Guest post by Abby Fuller (@abbyfuller) of Airtime A major part of the recent Airtime relaunch was an architecture overhaul changing our application from monolith to microservices. This switch was intended to solve some long-standing issues (bottlenecked deployments, limited redundancy, and inconsistent testing and staging/production environments), while keeping in mind our major priorities: user experience […]
Service Discovery: An Amazon ECS Reference Architecture
My colleagues Pierre Steckmeyer, Chad Schmutzer, and Nicolas Vautier sent a nice guest post that describes a fast and easy way to set up service discovery for Amazon ECS. — Microservices are capturing a lot of mindshare nowadays, through the promises of agility, scale, resiliency, and more. The design approach is to build a single […]
Optimizing Disk Usage on Amazon ECS
My colleague Jay McConnell sent a nice guest post that describes how to track and optimize the disk space used in your Amazon ECS cluster. — On October 4 Amazon ECS launched support for automated container and image cleanup. Read about it in the documentation. Failure to monitor disk space utilization can cause problems that prevent Docker […]
AWS Lambda and Amazon API Gateway launch in Frankfurt region
Vyom Nagrani, Sr. Product Manager, AWS Lambda We’re happy to announce that you can now build and deploy serverless applications using AWS Lambda and Amazon API Gateway in the Frankfurt region. Amazon S3, Amazon Kinesis, Amazon SNS, Amazon DynamoDB Streams, Amazon CloudWatch Events, Amazon CloudWatch Logs, and Amazon API Gateway are available as event sources […]
Scheduling SSH jobs using AWS Lambda
Puneet Agarwal, AWS Solution Architect With the addition of the Scheduled Events feature, you can now set up AWS Lambda to invoke your code on a regular, scheduled basis. You can now schedule various AWS API activities in your account (such as creation or deletion of CloudFormation stacks, EBS volume snapshots, etc.) with AWS […]
Powering your Amazon ECS Clusters with Spot Fleet
My colleague Drew Dennis sent a nice guest post that shows how to use Amazon ECS with Spot fleet. — There are advantages to using on-demand EC2 instances. However, for many workloads, such as stateless or task-based scenarios that simply run as long as they need to run and are easily replaced with subsequent identical […]