简体   繁体   中英

Create an Amazon AMI form the Snapshot using .net c# sdk

I can see 2 places from where an image can be created 1. from instance 2. from snapshot

Through .net sdk, i can create the image from option 1 but could not find a way to crate an image from the snapshot using sdk. Do someone have any idea about this?

CreateImageRequest ask mandatory parameter intance id. I just wanted to create image from Snapshot using .net sdk c# as we can do it from AWS console.

To create an image from a snapshot you need to use the RegisterImage or RegisterImageAsync method.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM