AWS sagemaker-unified-studio documentation change
Summary
Expanded authentication options to include key-pair authentication alongside username/password and Secrets Manager
Security assessment
Adds documentation for key-pair authentication method but doesn't reference any security vulnerability fix. Enhances security documentation by describing additional authentication options.
Diff
diff --git a/sagemaker-unified-studio/latest/userguide/connecting-new-data-source.md b/sagemaker-unified-studio/latest/userguide/connecting-new-data-source.md index 4ff303149..ba75f5b79 100644 --- a//sagemaker-unified-studio/latest/userguide/connecting-new-data-source.md +++ b//sagemaker-unified-studio/latest/userguide/connecting-new-data-source.md @@ -29 +29,7 @@ Data sources Amazon DocumentDB, Amazon Redshift, Aurora MySQL, Aurora PostgreSQL - 6. Configure the authentication details. You can either enter **Username** and **Password** directly in the connection details, or use a secret in AWS Secrets Manager that stores the credentials. You might need to contact your administrator to create a new secret for the connection. + 6. Configure the authentication details. Choose one of the following authentication methods: + + * **Username and password** – Enter your username and password directly in the connection details. + + * **AWS Secrets Manager** – Use a secret that stores the credentials. You might need to contact your administrator to create a new secret for the connection. + + * **Key-pair authentication** – Enter your username and private key directly in the connection details. For more information, see [Snowflake connections](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-connect-snowflake-home.html) in the AWS Glue Developer Guide.