Amazon EC2 instance problem: not accessible from the network
I had my first issue with Amazon EC2 this week. I rebooted a Windows Server EC2 micro instance and when it came back up, it was no longer accessible via RDP. I tried stopping it and starting it several times with no success. I found these instructions to fix the problem.
1. Stop your
instance through the AWS console
2. Create an AMI
copy from the AWS console: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/Creating_EBSbacked_WinAMI.html
3. Right click the instance in the management console, select change instance type such as C3.*, R3.*, or I2.* (This upgrades the instance to a different network platform. The public IP address will probably also change.)
4. Start the instance.
5. When
the instance passes health check, RDP to the instance.
6.
Download and run the following script: http://ec2-downloads-windows.s3.amazonaws.com/Scripts/RemediateDriverIssue.zip
7. Uninstall the
AWS PV Driver Version 7.2.0 via "Programs and Features.”
8. Reboot the
machine when prompted by the uninstaller.
9. Download and
install the AWS PV Driver Installer from: https://s3.amazonaws.com/ec2-windows-drivers/AWS+PV+7.2.0/MicrosoftSigned/Installer/AWSPVDriverPackager.exe
10. Reboot when
prompted by the installer.
11. Run the script
from step 6 again. This will ensure that this issue is corrected ongoing.
12. Stop the instance and change the instance type to your previous instance.
1 Comments:
Thnaks for your information, Keep share and upload AWS Online Training
Post a Comment
<< Home