Copilot-cli: Feature request: allow sidecars to be marked as non-essential

Created on 16 Mar 2021  路  1Comment  路  Source: aws/copilot-cli

As described in #2065, we should allow customers to mark sidecars as non-essential so that their exiting doesn't cause the task to become unhealthy.

To do this, we should add an optional field to our sidecars map:

sidecars:
  nonessentialSidecar:
    image: ecr.aws/image
    essential: false

This will cause the Essential property of the container definition to be rendered in the task definition.

aresidecar good first issue sizS typfeature

Most helpful comment

This is now released in https://github.com/aws/copilot-cli/releases/tag/v1.5.0! 馃殌 Thank you @git823 !

>All comments

This is now released in https://github.com/aws/copilot-cli/releases/tag/v1.5.0! 馃殌 Thank you @git823 !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fullstackdev-online picture fullstackdev-online  路  3Comments

kohidave picture kohidave  路  3Comments

iamhopaul123 picture iamhopaul123  路  3Comments

efekarakus picture efekarakus  路  3Comments

jaybauson picture jaybauson  路  3Comments