testdriverai 6.0.21 → 6.0.22-canary.09731de.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/action/ami.mdx +12 -0
- package/package.json +1 -1
package/docs/action/ami.mdx
CHANGED
|
@@ -34,6 +34,18 @@ icon: "image"
|
|
|
34
34
|
|
|
35
35
|
</Step>
|
|
36
36
|
|
|
37
|
+
<Step title="Change the Windows password">
|
|
38
|
+
Inside the Windows desktop environment:
|
|
39
|
+
|
|
40
|
+
1. Open up Powershell
|
|
41
|
+
2. Run `C:\testdriver\RotateLocalPasswords.ps1`
|
|
42
|
+
3. Copy the password presented in the output to a safe place. This is the only chance to copy the password.
|
|
43
|
+
4. Restart the instance and double check you can log in before continuing.
|
|
44
|
+
|
|
45
|
+
Note that this will change the password for the testdriver and rdp_local accounts, but Administrator will remain as a password you can only retreive through the AWS EC2 UI ((Instructions Here)[https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/connect-rdp.html#retrieve-initial-admin-password]).
|
|
46
|
+
|
|
47
|
+
</Step>
|
|
48
|
+
|
|
37
49
|
<Step title="Customize the Instance">
|
|
38
50
|
Inside the Windows desktop environment:
|
|
39
51
|
|