Can't find EBS Volume

0

Hi there. Setup:

  1. I have EC2 instance running that according to linux commands has 3 volumes attached
  2. When I'm checking the AWS Console I can see only two volumes attached.

https://user-images.githubusercontent.com/3293183/229754240-0239dc54-73aa-4a0b-9498-5df96e8e1d9b.png

sudo lsblk -o
NAME          MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT          
nvme1n1       259:0    0    75G  0 disk /var/opt/mssql/backup 
nvme2n1       259:1    0 139.7G  0 disk /mssql-tempdb         
nvme0n1       259:2    0   125G  0 disk
├─nvme0n1p1   259:3    0   125G  0 part /                     
└─nvme0n1p128 259:4    0     1M  0 part

I can't find nvme2n1 in the console. I've also checked all volumes in our account and there are no volumes with this size. Please give me a hint how I can find the attached volume

asked a year ago259 views
1 Answer
0

Can you share what instance family and size are you using? Its possible the instance has local NVMe/ Instance store.

AWS
EXPERT
answered a year ago
  • The instance I'm using "z1d.xlarge"

  • I've checked "z1d.xlarge" should have 1 x 150 NVMe SSD. How come it's 139.7 then? Should it be shown in the console? Thanks for the direction anyway :)

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions