Coder Social home page Coder Social logo

awsdocs / amazon-ec2-user-guide-windows Goto Github PK

View Code? Open in Web Editor NEW
100.0 37.0 123.0 7.83 MB

The open source version of the Amazon EC2 User Guide for Windows. To submit feedback or requests for changes, submit an issue or make changes and submit a pull request.

License: Other

amazon-ec2-user-guide-windows's Introduction

amazon-ec2-user-guide-windows's People

Contributors

adcreech avatar ahanafy91 avatar alemartini avatar amjule avatar benjamin-issa avatar bh3791 avatar browndjaz avatar calebalbers avatar caseydbrown avatar ess-mandrews avatar fran-rg avatar j4nz3lc avatar jmjesse avatar jonathanq9 avatar joshbean avatar jpeddicord avatar julieso avatar katerini avatar kjhosein avatar laboo avatar lindseyspirit avatar mariflax avatar mccgeoff avatar meiringa avatar ndewijer avatar pn185054 avatar reecestart avatar snolan-uturn avatar sommella avatar stevebanik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

amazon-ec2-user-guide-windows's Issues

Windows-InPlaceUpgrade-SecurityGroup

Can the Automation document be updated to require/optional for Security Group of the launched instance.
The issue I am facing is related to Directory Service. I do not want the restored instance to conflict hostname with original instance, hence I am trying to do upgrade while launching restored instance in a different VPC, but Automation document is pre-configured to fetch Original Instance Security Group ending up with the error below:

Automation Step Execution fails when it is launching the instance(s). Get Exception from RunInstances API of ec2 Service. Exception Message from RunInstances API: [Security group sg-0548fbbd181952f53 and subnet subnet-a6a0cbc0 belong to different networks. (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameter; Request ID: 1b7afa7f-2d3e-4b0b-9d60-70efad3292c0; Proxy: null)]. Please refer to Automation Service Troubleshooting Guide for more diagnosis details.

If I can set up Security Group, I can also avoid Domain Join even if restore happens in the same VPC, by blocking DNS Access outbound.

can't get past "get password"

I'm using Mac, and this is the first time I have seen this issue, I have launched other instances before successfully.

For over 8 hours I keep getting the message

"Password not available yet.
Please wait at least 4 minutes after launching an instance before trying to retrieve the auto-generated password.

Note: Passwords are generated during the launch of Amazon Windows AMIs or custom AMIs that have been configured to enable this feature. Instances launched from a custom AMI without this feature enabled use the username and password of the AMI's parent instance.

Try again."

my instance is running though. I'm I missing something?

Ec2HandleUserData definition is misleading and does not match GUI

In Guide:
Creates and executes scripts created by the user on the first launch of an instance after Sysprep is run. Commands wrapped in script tags are saved to a batch file, and commands wrapped in PowerShell tags are saved to a .ps1 file.

In GUI:
Enable UserData execution for next service start (automatically enabled at Sysprep)

Is the EC2 Settings Config ("C:\Program Files\Amazon\Ec2ConfigService\Settings\Config.xml") option the same as what I'm seeing in the GUI for EC2 Service Properties > General > User Data?

bug in provided RestoreVssSnapshotSampleScript.zip

line 73 Add-EC2Volume -InstanceId $InstanceId -VolumeId $Volume.VolumeId -Device $DeviceTag.Value > $null
will try to mount all snapshots to one point, it should be
Add-EC2Volume -InstanceId $InstanceId -VolumeId $Volume.VolumeId -Device $Data.Device > $null

line 53 if ($SnapshotData.Device.Contains($BlockDevice.DeviceName) -or $BlockDevice.DeviceName -ne "/dev/sda1") {
will unmount all volumes except root, even when only one among multiple snapshots are being restored
-or $BlockDevice.DeviceName -ne "/dev/sda1" should be removed

Windows GPU Registry Changes

I'm guessing starting on the version of drivers starting 5XX the location of where the registry entry has changed from the documented path of:

HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global

to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Global

This path can be pulled from the Nvidia docs here: https://docs.nvidia.com/grid/15.0/grid-vgpu-user-guide/index.html#licensing-grid-vgpu

I was going to make a PR, however I'm not sure how the docs should be handled since this path is only for newer version of the driver. I confirmed that after making this change I was able to license the grid vGPU correctly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.