-
Notifications
You must be signed in to change notification settings - Fork 519
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
ECS Support #815
Comments
Hey everyone! I wanted to let you all know what our plan is for the ECS variant. As of now, we’ll be closing this issue with the next release of Bottlerocket, which will be the first one to include AMIs for the new
I’ve created tracking issues for the features that are not currently supported in Bottlerocket. Please follow those issues and vote with reactions (:+1:) to let us know which you think we should prioritize first:
If I’ve missed anything that you’d like to see supported, please feel free to create an issue! Thanks! |
Cool! |
The new aws-ecs-1 variant is now available! Check out the getting started guide and this blog post for more details! |
Huge congrats on the v1.0 release! I must say it was done with great stealth. Will you be making a blog post or other such announcement to speak more about what you’ve accomplished over the past year? |
Are only mentioned settings in the guide supported? Would like to have other settings as well. |
@erlend-sh Check out this blog post. @chathsuom Only the settings mentioned in the README are supported today. I've opened #1116 for the ReservedPorts setting. For the stop timeout, are you looking to increase or decrease the default? Please note that the stop timeout can be configured on a per-container basis through the For any other settings or features you'd like to see, please open a new issue! |
@samuelkarp Thanks. Yea I think we can use task definition level stopTimeout. We used do it global level, but that's ok. |
Does host-containers supports private docker registries? |
What I'd like:
An ECS Variant of Bottlerocket. ECS today uses Docker as the container runtime and packages a go agent as a container along with a package to handle running the agent container correctly.
The text was updated successfully, but these errors were encountered: