Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ecs-patterns): add ephemeral storage support #18106

Closed
wants to merge 1 commit into from

Commits on Dec 20, 2021

  1. Add ephemeral storage support to aws-ecs-patterns

    Fargate supports a new ephemeral storage option, to request up to 200
    GiB of task storage. Support for it was added to aws-ecs but not to
    aws-ecs-patterns.
    
    This change adds support for ephemeral storage, so the following
    patterns can take advantage of it:
    
    * Application load balanced fargate service
    * Application multiple target groups fargate service
    * Network load balanced fargate service
    * Network multiple target groups fargate service
    * Queue processing fargate service
    * Scheduled fargate task
    
    Closes aws#18105
    
    Signed-off-by: Eduardo Lopez <252504+tapichu@users.noreply.github.com>
    tapichu committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c6e4964 View commit details
    Browse the repository at this point in the history