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
Can you please explain how to map a block device to the instance in launch_instance() method? I find out there is a param called ':block_device_mappings' which is String but in EC2 docs there is no such param They have something like:
Hi,
Can you please explain how to map a block device to the instance in launch_instance() method? I find out there is a param called ':block_device_mappings' which is String but in EC2 docs there is no such param They have something like:
BlockDeviceMapping.N.DeviceName =
BlockDeviceMapping.N.VirtualName =
BlockDeviceMapping.N.Ebs.SnapshotId = vol-XXXXXX
BlockDeviceMapping.N.Ebs.DeleteOnTermination =
It's a bug? Or relic from previous API version?
The text was updated successfully, but these errors were encountered: