# Extending Amazon ECS Express Mode to Build an Optimal Container Environment

DevFeed: [Extending Amazon ECS Express Mode to Build an Optimal Container Environment](<https://devfeed.tech/articles/extending-amazon-ecs-express-mode-to-build-an-optimal-container-environment-4629.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/extending-amazon-ecs-express-mode-to-build-an-optimal-container-environment/>)

Author: Koichiro Okimura

Published: 2026-08-04T15:57:59Z

Content type: article

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [Amazon Elastic Container Service](<https://devfeed.tech/topics/amazon-elastic-container-service.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [amazon-elastic-container-service](<https://devfeed.tech/tags/amazon-elastic-container-service.md>), [aws](<https://devfeed.tech/tags/aws.md>), [containers](<https://devfeed.tech/tags/containers.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [logging](<https://devfeed.tech/tags/logging.md>), [logs](<https://devfeed.tech/tags/logs.md>), [network](<https://devfeed.tech/tags/network.md>), [security](<https://devfeed.tech/tags/security.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

## AI overview

This AWS article explains how to extend Amazon ECS Express Mode beyond its default container deployment configuration. It presents hands-on examples for enabling ECS Exec, adding scheduled scaling, and routing logs through a FireLens sidecar with a custom task definition.

## Source excerpt

Amazon ECS Express Mode gives you load balancing, scaling, logging, and networking out of the box. Learn how to extend an Express Mode service beyond its defaults with three hands-on examples: turning on ECS Exec, adding a scheduled scaling policy, and adding a FireLens log router as a sidecar container.