Hi@akhtar,
You cannot access the data on EBS directly through a graphical interface in AWS console. You need to first attach the EBS volume to an EC2 instance. Once the volume is attached to an instance (Windows or Unix) you can write and read to it. It is been named as drive in windows and file in Linux.
Hope this will give you some idea.