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

Update the description of ECS_DYNAMIC_HOST_PORT_RANGE #3609

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

chienhanlin
Copy link
Contributor

@chienhanlin chienhanlin commented Mar 15, 2023

Summary

Staring from ECS Agent version 1.70.0, customers can configure host port range for singular container ports port mapping at the container instance level through this variable.

This PR updates the description of ECS Agent environment variable ECS_DYNAMIC_HOST_PORT_RANGEsince this config will apply to

  1. Bridge network mode task definitions with user-specified containerPort and without hostPort.
  2. Bridge network mode task definitions with user-specified containerPortRange.
  3. Service Connect Agent containers' ingress listeners without ingressPortOverride in the Service Connect service configuration.

Note: Details of ECS Agent dynamic host port assignment are available in #3601.

Implementation details

Update the description of ECS_DYNAMIC_HOST_PORT_RANGE in README.

Testing

N/A

New tests cover the changes: no

Description for the changelog

Update the description of ECS_DYNAMIC_HOST_PORT_RANGE

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

ECS_DYNAMIC_HOST_PORT_RANGE supports both container port range and singular container ports use cases,
starting from ECS Agent version 1.70.0. Details of this change are available in aws#3601.
@chienhanlin chienhanlin marked this pull request as ready for review March 15, 2023 20:57
@chienhanlin chienhanlin requested a review from a team as a code owner March 15, 2023 20:57
@chienhanlin chienhanlin merged commit 8c78f9f into aws:dev Mar 16, 2023
@chienhanlin chienhanlin deleted the envDescriptionUpdate branch March 16, 2023 00:14
@YashdalfTheGray YashdalfTheGray mentioned this pull request Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants