AWS parallelcluster documentation change
Summary
Clarified deployment steps for Amazon Cognito integration with PCUI, including rephrasing about standalone user pool deployment sequence.
Security assessment
Changes focus on grammatical improvements and deployment sequence clarification ('deploy the PCUI by using... and you keep' to 'deploy... and keep'). No security vulnerabilities addressed or new security features documented. The Cognito user pool deployment guidance remains functionally equivalent.
Diff
diff --git a/parallelcluster/latest/ug/install-pcui-cognito-v3.md b/parallelcluster/latest/ug/install-pcui-cognito-v3.md index 13b329f07..1f370e2a7 100644 --- a//parallelcluster/latest/ug/install-pcui-cognito-v3.md +++ b//parallelcluster/latest/ug/install-pcui-cognito-v3.md @@ -7 +7 @@ -The following sections refer to CloudFormation quick-create links or quick-create URLs. The quick-create URL takes you to a **Create Stack Wizard** where you provide quick-create stack template inputs and deploy the stack. For more information about CloudFormation quick-create stacks, see [Creating quick-create links for stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stacks-quick-create-links.html) in the _AWS CloudFormation User Guide_. +The following sections refer to CloudFormation quick-create links or quick-create URLs. A quick-create URL takes you to a **Create Stack Wizard** where you provide quick-create stack template inputs and deploy the stack. For more information about CloudFormation quick-create stacks, see [Creating quick-create links for stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stacks-quick-create-links.html) in the _AWS CloudFormation User Guide_. @@ -11 +11 @@ To maintain an Amazon Cognito user pool that you can use with multiple AWS Paral - * Use an existing PCUI instance that links to an Amazon Cognito user pool created from a nested CloudFormation stack. This is what is created when you deploy the PCUI by using the quick-create link and you keep all Amazon Cognito parameters blank. + * Use an existing PCUI instance that links to an Amazon Cognito user pool created from a nested CloudFormation stack. This is what is created when you deploy the PCUI by using the quick-create link and keep all Amazon Cognito parameters blank. @@ -13 +13 @@ To maintain an Amazon Cognito user pool that you can use with multiple AWS Paral - * Use a standalone Amazon Cognito user pool that’s deployed before the PCUI is deployed. Then, deploy a new PCUI instance that's linked to the standalone Amazon Cognito user pool that you have already deployed. This way, you separate the Amazon Cognito deployment from the PCUI deployment. Furthermore, non-nested PCUI CloudFormation stacks are easier to update. + * First, deploy a standalone Amazon Cognito user pool. Then, deploy a new PCUI instance that's linked to the standalone Amazon Cognito user pool that you just deployed. This way, you separate the Amazon Cognito deployment from the PCUI deployment. Note that non-nested PCUI CloudFormation stacks are easier to update.