|
152 | 152 | <li class="nav-item" data-level="2"><a href="#create-custom-ami-for-virtual-desktops" class="nav-link">Create custom AMI for virtual desktops</a>
|
153 | 153 | <ul class="nav flex-column">
|
154 | 154 | </ul>
|
| 155 | + </li> |
| 156 | + <li class="nav-item" data-level="2"><a href="#environment-password-management" class="nav-link">Environment Password Management</a> |
| 157 | + <ul class="nav flex-column"> |
| 158 | + <li class="nav-item" data-level="3"><a href="#reset-admin-user-passwords" class="nav-link">Reset Admin User passwords</a> |
| 159 | + <ul class="nav flex-column"> |
| 160 | + </ul> |
| 161 | + </li> |
| 162 | + <li class="nav-item" data-level="3"><a href="#change-the-password-policy-in-ad" class="nav-link">Change the Password Policy in AD</a> |
| 163 | + <ul class="nav flex-column"> |
| 164 | + </ul> |
| 165 | + </li> |
| 166 | + </ul> |
155 | 167 | </li>
|
156 | 168 | </ul>
|
157 | 169 | </li>
|
|
161 | 173 | <div class="col-md-9" role="main">
|
162 | 174 |
|
163 | 175 | <h1 id="res-integration">RES Integration</h1>
|
| 176 | +<p><a href="https://aws.amazon.com/hpc/res/">Research and Engineering Studio</a> (RES) si an open source, easy-to-use web-based portal for administrators to create and manage secure cloud-based research and engineering environments. |
| 177 | +It enables users to self-provision virtual desktops. |
| 178 | +It currently doesn't have integrated support for an HPC cluster. |
| 179 | +We'll describe here how to integrate RES virtual desktops with one or more ParallelCluster clusters and use them from the RES desktops.</p> |
164 | 180 | <p>First you will need to deploy RES.
|
165 | 181 | The easiest way is to <a href="https://docs.aws.amazon.com/res/latest/ug/create-demo-env.html">deploy the demo environment</a> which provides all of the prerequisites and completely automates the deployment.
|
166 | 182 | If you want to use an existing VPC or Active Directory, then you will need to follow the instructions to <a href="https://docs.aws.amazon.com/res/latest/ug/deploy-the-product.html">deploy the product</a>.</p>
|
@@ -308,7 +324,40 @@ <h2 id="create-custom-ami-for-virtual-desktops">Create custom AMI for virtual de
|
308 | 324 | You'll normally require root access to do this.
|
309 | 325 | When you are done, remove the following files or else new virtual desktops created from the image will fail to provision.</p>
|
310 | 326 | <pre><code>rm /root/bootstrap/semaphore/*.lock
|
311 |
| -</code></pre></div> |
| 327 | +</code></pre> |
| 328 | +<h2 id="environment-password-management">Environment Password Management</h2> |
| 329 | +<p>The RES environment has 2 special AD users that it uses. |
| 330 | +The default AD password policy requires passwords to be changed every 30 days. |
| 331 | +If you don't change them, then the passwords will expire and the RES web portal will stop working. |
| 332 | +You can prevent this by manually resetting the passwords in AD or you can set the passwords for these |
| 333 | +2 users to never expire.</p> |
| 334 | +<p>The admin users are:</p> |
| 335 | +<ul> |
| 336 | +<li>Admin</li> |
| 337 | +<li>ServiceAccount</li> |
| 338 | +</ul> |
| 339 | +<p>Their passwords are stored in Secrets Manager.</p> |
| 340 | +<p>Make sure that you follow your company's security policies on how you manage these users' passwords.</p> |
| 341 | +<h3 id="reset-admin-user-passwords">Reset Admin User passwords</h3> |
| 342 | +<p>Retrieve the password for the user in Secrets Manager. |
| 343 | +Go to the AD console and reset the user's password using the same password. |
| 344 | +You can also update to a new password, save it in Secrets Manager, and then update the password in AD.</p> |
| 345 | +<h3 id="change-the-password-policy-in-ad">Change the Password Policy in AD</h3> |
| 346 | +<p>Use a Windows RDP client to connect to the AdDomainWindowsNode as the Admin user using the password from Secrets Manager.</p> |
| 347 | +<p>Click the Windows start button and find the Windows Administrative tools.</p> |
| 348 | +<p><img alt="Windows start menu Administrative Tools" src="../images/res-windows-administrative-tools.png" /></p> |
| 349 | +<p>Expand and double click on Active Directory Users and Computers.</p> |
| 350 | +<p><img alt="Windows start menu Active Directory Users and Computers" src="../images/res-start-ad-users-and-computers.png" /></p> |
| 351 | +<p>Expand the corp.res.com.</p> |
| 352 | +<p><img alt="Active Directory Users and Computers with corp.res.com selected" src="../images/res-ad-users-and-computers.png" /></p> |
| 353 | +<p>Then expand corp and select Users.</p> |
| 354 | +<p><img alt="Active Directory Users and Computers with corp.res.com and corp expanded and Users selected" src="../images/res-users.png" /></p> |
| 355 | +<p>Double click on the Admin user, select the Account tab, and check the box for "Password never expires". |
| 356 | +Click Apply and OK.</p> |
| 357 | +<p><img alt="Admin user properties with Account tab selected" src="../images/res-Admin-properties.png" /></p> |
| 358 | +<p>Do the same for the ServiceAccount user.</p> |
| 359 | +<p><img alt="ServiceAccount user properties with Account tab selected" src="../images/res-ServiceAccount-properties.png" /></p> |
| 360 | +<p>Log out and stop the AdDomainWindowsNode instance.</p></div> |
312 | 361 | </div>
|
313 | 362 | </div>
|
314 | 363 |
|
|
0 commit comments