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

AWS: Create image AMI's task #73

Closed
sparshev opened this issue Jul 15, 2024 · 1 comment · Fixed by #74
Closed

AWS: Create image AMI's task #73

sparshev opened this issue Jul 15, 2024 · 1 comment · Fixed by #74
Assignees
Labels
enhancement New feature or request

Comments

@sparshev
Copy link
Collaborator

For caching purposes creating the modified root OS disk image could be much more efficient then storing cache in workspace snapshot due to lazy-read nature of the snapshots, where root disks are stored directly on EC2. Should not be that hard especially we already have implemented snapshot task.

Additionally need a way to allow to modify the label (even not the same one) with the updated image, but sounds too complicated for one task.

@sparshev sparshev added the enhancement New feature or request label Jul 15, 2024
@sparshev sparshev self-assigned this Jul 15, 2024
@sparshev
Copy link
Collaborator Author

Thought about what's more scary - to modify the label automatically or to allow to use tags to specify the image and chose second one. Will mark in the docs that it's not recommended - but if we rebuilding the image regularly - having a specific label to utilize the latest images by tag is something less invasive and complicated, even if it's making the label reproducibility harder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant