-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: Add pattern to demonstrate how to cache large/ML container images to reduce time to start pods #2010
Conversation
switching to draft - want to run through another round of testing |
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.
Great pattern!
@@ -0,0 +1,20 @@ | |||
module "ebs_snapshot_builder" { | |||
source = "clowdhaus/ebs-snapshot-builder/aws" |
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.
Should we publish this under aws-ia?
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.
if someone wants to embark on that saga of an adventure, sure 😅 - but I purposely put it here and not https://github.com/terraform-aws-modules because I suspect (hope) its usefulness declines to nil if better alternate means come to fruition
Description
Motivation and Context
How was this change tested?
pre-commit run -a
with this PRAdditional Notes