-
-
Notifications
You must be signed in to change notification settings - Fork 355
feat: Add ability to use Fargate Ephemeral Storage #229
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Please update versions.tf
with aws
provider version 3.45 in root and in examples. Also, please update documentation by running pre-commit run -a
.
* Fix variables.tf formatting and update versions.tf files * Update documentation
I missed that this had been reviewed for about a month, sorry for the delay. Requested changes have been made. 😄 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Add the ability to use Fargate Ephemeral Storage
Motivation and Context
With multiple large plans being ran, it's possible to run the container out of disk space. This enables the use of Fargate's ephemeral storage option to reduce that chance.
Breaking Changes
None
How Has This Been Tested?
examples/*
projectsBeen running it successfully for a couple months.