AWS AmazonECS documentation change
Summary
Replaced 'above' with 'previously' when referencing gMSA account creation steps.
Security assessment
Change is a minor wording improvement with no alteration to security-related content about gMSA credentials storage in Secrets Manager or domain joining procedures.
Diff
diff --git a/AmazonECS/latest/developerguide/tutorial-gmsa-windows.md b/AmazonECS/latest/developerguide/tutorial-gmsa-windows.md index 2c7eccd5e..275a4dd3d 100644 --- a//AmazonECS/latest/developerguide/tutorial-gmsa-windows.md +++ b//AmazonECS/latest/developerguide/tutorial-gmsa-windows.md @@ -128 +128 @@ To create the gMSA account and allow the `ccg.exe` to retrieve the gMSA password - 4. Create a user with a permanent password that doesn't expire. These credentials are stored in AWS Secrets Manager and used by each task to join the domain. This is a separate user account from the gMSA account created above. Replace `ExampleServiceUser` with the name you want for this service user account. + 4. Create a user with a permanent password that doesn't expire. These credentials are stored in AWS Secrets Manager and used by each task to join the domain. This is a separate user account from the gMSA account created previously. Replace `ExampleServiceUser` with the name you want for this service user account.