-
Notifications
You must be signed in to change notification settings - Fork 99
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
Cloud images (testing, documentation, releases) #3102
Comments
Let's start with AWS first. No need to do them all in one go. We should be able to spin up an EC2 instance of Kairos with our custom cloud config as datasource. |
I'm preparing a script that automated the uploading of raw images to aws. It's affected by this bug: aws/aws-cli#9047 (comment) The problem is that there is no way to check if a snapshot for the same s3 file has already been uploaded in order to skip it (trying to make the script idempotent). Also adding tags to the snapshot doesn't seem to work (to be used for looking it up). I'll figure something else out. |
Here is my current version of that script:
Currently it takes care of setting up the vmimport role as per the aws docs. This is only required once but I put it here for reference (also adds a bit more permissions that those in the docs, might need cleanup). |
The text was updated successfully, but these errors were encountered: