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

Enable restart policy property for ECS application #5144

Open
tom-256 opened this issue Aug 16, 2024 · 1 comment · May be fixed by #5196
Open

Enable restart policy property for ECS application #5144

tom-256 opened this issue Aug 16, 2024 · 1 comment · May be fixed by #5196
Assignees
Labels
kind/enhancement New feature or request

Comments

@tom-256
Copy link

tom-256 commented Aug 16, 2024

What would you like to be added:
update github.com/aws/aws-sdk-go-v2/service/ecs to v1.45.0 to set the restart policy in ECS task definitions.

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-restart-policy.html
https://github.com/aws/aws-sdk-go-v2/blob/release-2024-08-15/service/ecs/CHANGELOG.md#v1450-2024-08-15

Why is this needed:
To control the restarting of containers.

@tom-256 tom-256 added the kind/enhancement New feature or request label Aug 16, 2024
@t-kikuc
Copy link
Member

t-kikuc commented Aug 16, 2024

Thank you.
As you said, updating the SDK version is enough to use RestartPolicy. We don't need to fix codes.

cf.

ContainerDefinitions: taskDefinition.ContainerDefinitions,

@tom-256 tom-256 linked a pull request Sep 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants