Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Instructions

  1. Login to the AWS console.Dashboard

  2. Go to launch instance option

  3. Choose the required AMI (platform required for the lab)

  4. Choose all the options as mentioned in the requirements and go to the next instance

  5. We need a key-value pair to secure our instance, so add a tag for the key-value pair.

  6. Choose the most appropriate security group (select an existing security group, more often than not, it’s the default)

  7. click launch instance. Select the key-value pair (instance_key).

  8. Go to running instances list. Give your instance a name, as it just creates a blank one.

  9. Right-click on the name and click connect (at this point we need to have our own key-value pair chosen). Download RDP and create a password.

  10. Choose instance_key.pem from your personal machine and decrypt password. Save this password temporarily.

  11. Click RDP file and remote login.

  12. Windows image must launch.

  13. We need to make a few administrative changes for security reasons. Go to the cmd pmt(command prompt)

  14. cd.. (to change directory)

  15. net user administrator ‘password’ (in pace of password, enter your password)

  16. To disable enhanced security for IE. Follow the steps below to do that:

  17. Keeping the Internet Explorer Enhanced Security Configuration enabled on your servers is recommended to help ensure that your servers are not inadvertently exposed to malware or other browser-based attacks. However in some environments, you might wish to turn off the Internet Explorer Enhanced Security Configuration protections to enable easier browsing for administrators or standard users.

  18. To turn off Internet Explorer Enhanced Security Configuration

  19. Close any Internet Explorer browser windows that you might have open.

  20. Open Server Manager

  21. If your server is running Windows Server® 2008 R2, in the Security Information section of Server Summary, click Configure IE ESC to open the Internet Explorer Enhanced Security Configuration dialog.

  22. If your server is running Windows Server® 2012, click Configure this local server to open the Local Server configuration page. Then, in the Properties area, next to IE Enhanced Security Configuration, click On to open

...

the Internet Explorer Enhanced Security Configuration dialog.

...