- Knowledge is power
- The Future Of Possible
- Hibs and Ross County fans on final
- Tip of the day: That man again
- Hibs and Ross County fans on final
- Spieth in danger of missing cut
AWS EC2 ephemeral drives are the drives that are mapped dynamically depending on the EC2 instance type.
Issue explained
When the EC2 server in AWS is booted that has ephemeral drives, drive letters are automatically assigned by the Windows OS. in this particular issue, drives are not getting mapped, and if your application or any process is dependent on those ephemeral drives. updating the PV drivers and EC2 configuration does not help in this case and will not work
below is the link to update the drivers in the AWS Windows EC2 AMI’s
https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/aws-nvme-drivers.html
Updating the drivers will map the drives that were not previously mapped
Steps to install the drivers as defined in the AWS link above
To download and install the latest AWS NVMe driver
- Connect to your instance and log in as the local administrator.
- Download the latest driver package to the instance.
- Extract the zip archive.
- Install the driver by running the
install.ps1
PowerShell script.
- If the installer does not reboot your instance, reboot the instance.
Thanks for reading this and let me know if this has not helped in your situation