-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support launching instances from snapshots #147
Comments
What's the artifacts of a snapshot? is it a image? |
We will put this into roadmap |
Is ecs able to use the Bottlerocket as AMI for caching image? [Bottlerocket OS](https://github.com/bottlerocket-os/bottlerocket) is a Linux-based open-source operating system built by AWS specifically for running containers. It has two volumes, an OS volume and a data volume, with the latter used for storing artifacts and container images. This sample will leverage the data volume to pull images and take snapshots for later usage.
To demonstrate the process of caching images in EBS snapshots and launching them in an EKS cluster, this sample will use Amazon EKS optimized Bottlerocket AMIs. |
Did't try yet, I will try. But this is a general requirements, I think alibabacloud support this. |
Cool, I'd like to take it if ok |
Thanks, but I think this need real alibabacloud env. Can you handle this part? |
By far, I'm afraid of I can't. |
What would you like to be added:
support launching instances from snapshots
Why is this needed:
improve the system startup, in offline computing scenarios like spark, if the image can be cached in the operating system in advance, it can greatly improve the Pod startup speed, avoiding the time required to pull the image.
like this: https://github.com/aws-samples/bottlerocket-images-cache
Completion requirements:
The text was updated successfully, but these errors were encountered: