Skip to content

Commit 228368e

Browse files
committed
Deployed 1a6a4fb with MkDocs version: 1.5.3
1 parent ff6c123 commit 228368e

10 files changed

+52
-3
lines changed

images/res-Admin-properties.png

95.7 KB
Loading
97.5 KB
Loading

images/res-ad-users-and-computers.png

123 KB
Loading
91.6 KB
Loading

images/res-users.png

152 KB
Loading
175 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,5 +323,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
323323

324324
<!--
325325
MkDocs version : 1.5.3
326-
Build Date UTC : 2025-02-14 15:27:14.704653+00:00
326+
Build Date UTC : 2025-03-05 20:21:37.284277+00:00
327327
-->

res_integration/index.html

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,18 @@
152152
<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>
153153
<ul class="nav flex-column">
154154
</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>
155167
</li>
156168
</ul>
157169
</li>
@@ -161,6 +173,10 @@
161173
<div class="col-md-9" role="main">
162174

163175
<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>
164180
<p>First you will need to deploy RES.
165181
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.
166182
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
308324
You'll normally require root access to do this.
309325
When you are done, remove the following files or else new virtual desktops created from the image will fail to provision.</p>
310326
<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>
312361
</div>
313362
</div>
314363

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)