0
votes

I created an EC2 Windows instance with gp2 EBS volume.

But on logging into the windows system and checking on Disk Management, I don't find the added volume space under both un-allocated or primary partition.

I created the instance using an AWS launch template and the Device name of EBS was given as xvda.

What am I missing here?

1

1 Answers

0
votes

Changing the name of EBS from xvda to xvdd in ec2 launch template and creating a new instance solved the issue.

Seems like any EBS Device name below C is not shown in Disk Management, which is weird.

For those who cannot create a new instance, create a new volume from EBS volume and attach it to instance manually and restart the windows machine. Then it would come up in the Disk management.