Viewing the Instance Block Device Mapping for Instance Store Volumes
When you view the block device mapping for your instance, you can see only the EBS volumes, not the instance store volumes. You can use instance metadata to query the complete block device mapping. The base URI for all requests for instance metadata is http://169.254.169.254/latest/.
How about I3 type of ec2?
I think Depends on the instance type
0
0
Stevesays:
Viewing the Instance Block Device Mapping for Instance Store Volumes
When you view the block device mapping for your instance, you can see only the EBS volumes, not the instance store volumes. You can use instance metadata to query the complete block device mapping. The base URI for all requests for instance metadata is http://169.254.169.254/latest/.
First, connect to your running instance. From the instance, use this query to get its block device mapping.
D
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html
Viewing the Instance Block Device Mapping for Instance Store Volumes
When you view the block device mapping for your instance, you can see only the EBS volumes, not the instance store volumes. You can use instance metadata to query the complete block device mapping. The base URI for all requests for instance metadata is http://169.254.169.254/latest/.
1
0
Good one
0
0
D
https://www.aiotestking.com/amazon/when-you-view-the-block-device-mapping-for-your-instance-you-can-see-only-the-ebs-volumes-not-the-instance-store-volumes/
0
0
How about I3 type of ec2?
I think Depends on the instance type
0
0
Viewing the Instance Block Device Mapping for Instance Store Volumes
When you view the block device mapping for your instance, you can see only the EBS volumes, not the instance store volumes. You can use instance metadata to query the complete block device mapping. The base URI for all requests for instance metadata is http://169.254.169.254/latest/.
First, connect to your running instance. From the instance, use this query to get its block device mapping.
Copy
[ec2-user ~]$ curl http://169.254.169.254/latest/meta-data/block-device-mapping/
0
0