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
Add an API method to create AWS Windows License Included CoreOS images.
The image creation flow is essentially:
- create Windows Server ec2 instance
- stop windows instance
- remove windows root volume
- create a new root volume from an existing CoreOS snapshot
- attach new root volume to windows instance
- create image/snapshot from modified windows instance
The result is an image that will function exactly like CoreOS AWS AMI,
that also includes Windows LI billing code metadata.
See: https://issues.redhat.com/browse/COS-3042
0 commit comments