I kind of know that sda
comes from SCSI device from early Unix/Linux days.
However, I had some trouble when I was playing around with detaching/attaching Volumes to my AWS EC2 Instances.
What I understand is that when the attachment is complete, it's visible as a "Block" device. Or, so does this link claims. So, AMIs are backed by either EBS-based or instance-based root device volume.
So, does this mean that if an AMI is backed by an EBS-based root device volume it will be /dev/xvda
? Or, could it be anything else?