We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the process of creating an image involves:
The process is taking longer is the step 2.
Instead of creating a snapshot from an s3 object, it's possible to write data directly to the snapshot using the EBS API. https://pkg.go.dev/github.com/aws/[email protected]/service/ebs
This may involve programming the next steps:
The text was updated successfully, but these errors were encountered:
Speed up aws image creation
61cc517
* create snapshot with local file in aws (closes nanovms#974)
Speed up aws image creation (#1031)
b8017da
* create snapshot with local file in aws (closes #974)
Successfully merging a pull request may close this issue.
Currently, the process of creating an image involves:
The process is taking longer is the step 2.
Instead of creating a snapshot from an s3 object, it's possible to write data directly to the snapshot using the EBS API.
https://pkg.go.dev/github.com/aws/[email protected]/service/ebs
This may involve programming the next steps:
The text was updated successfully, but these errors were encountered: