You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can now be done with this awless template. Run it with the latest version of awless on master :
awless run repo:upload_image -v
You have to specify the bucket in which the image will be copied, a description, and the VM filepath.
After running the template, you can monitor the progress of the AMI building with awless list importimagetasks. When the task is over, don't forget to remove the object on s3 with awless delete s3object
It would be cool to have the possibility to create an AMI from a locally created VM.
For instance with aws shell, after having uploaded the OVA on S3
aws ec2 import-image --description "WAB_504" --disk-containers file:///myfile.json
The text was updated successfully, but these errors were encountered: