Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Commit 9d4d582

Browse files
author
Kari Stromsland
authored
Alert customers to check AD region availability.
#108
1 parent a30805b commit 9d4d582

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc_source/multi-user-v3.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ In this topic, an AWS ParallelCluster user refers to a system user for compute i
66

77
AWS ParallelCluster multi\-user access support is available in all the AWS Regions where AWS ParallelCluster is currently available\. It works with other AWS services, including [Amazon FSx for Lustre](https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html) and [Amazon Elastic File System](https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html)\.
88

9-
You can use an [AWS Directory Service for Microsoft Active Directory](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html) or [Simple AD](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html) to manage cluster access\. To set up a cluster, specify an [AWS ParallelCluster DirectoryService](DirectoryService-v3.md) configuration\. AWS Directory Service directories can be connected to multiple clusters\. This allows for centralized management of identities across multiple environments and a unified login experience\.
9+
You can use an [AWS Directory Service for Microsoft Active Directory](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html) or [Simple AD](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html) to manage cluster access\.
10+
Be sure to check [AWS Region Availability](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/regions.html) for these services. To set up a cluster, specify an [AWS ParallelCluster DirectoryService](DirectoryService-v3.md) configuration\. AWS Directory Service directories can be connected to multiple clusters\. This allows for centralized management of identities across multiple environments and a unified login experience\.
1011

1112
When you use AWS Directory Service for AWS ParallelCluster multiple access, you can log in to the cluster with user credentials that have been defined in the directory\. These credentials consist of a user name and password\. After you log in to the cluster for the first time, a user SSH key is automatically generated\. You can use it to log in without a password\.
1213

@@ -329,4 +330,4 @@ DirectoryService:
329330
PasswordSecretArn: arn:aws:secretsmanager:region-id:123456789012:secret:MicrosoftAD.Admin.Password-1234
330331
DomainReadOnlyUser: cn=ReadOnly,ou=Users,ou=CORP,dc=corp,dc=pcluster,dc=com
331332
LdapTlsReqCert: never
332-
```
333+
```

0 commit comments

Comments
 (0)