AWS braket documentation change
Summary
Replaced 'leverage' with 'use' in IAM credential context
Security assessment
Linguistic simplification without changing the security meaning of IAM credential usage. No security features or vulnerabilities addressed.
Diff
diff --git a/braket/latest/developerguide/braket-using-boto3-profiles.md b/braket/latest/developerguide/braket-using-boto3-profiles.md index 5f875a9bd..5eaea61f5 100644 --- a//braket/latest/developerguide/braket-using-boto3-profiles.md +++ b//braket/latest/developerguide/braket-using-boto3-profiles.md @@ -73 +73 @@ The following example shows how to initialize a Boto3 Braket session and instant -After this setup is complete, you can submit quantum tasks to that instantiated `AwsDevice` object (by calling the `device.run(…)` command for example). All API calls made by that device can leverage the IAM credentials associated with the CLI profile that you previously designated as `profile`. +After this setup is complete, you can submit quantum tasks to that instantiated `AwsDevice` object (by calling the `device.run(…)` command for example). All API calls made by that device can use the IAM credentials associated with the CLI profile that you previously designated as `profile`.