Skip to content

Commit c38fbf2

Browse files
committed
Fixed nomenclature
1 parent 21bc453 commit c38fbf2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The example policies are divided into different categories based on the type of
3030

3131
* **[Sensitive data protection](Sensitive-data-protection/README.md)**: Implement controls that protect your sensitive data, that should not be made publicly accessible or deleted intentionally or unintentionally.
3232

33-
* **[Service Specific Controls](Service-Specific-Controls/README.md)**: Controls for specific AWS services
33+
* **[Service specific controls](Service-specific-controls/README.md)**: Controls for specific AWS services
3434

3535

3636

Service-Specific-Controls/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ These policies provide guidance on how to accomplish security objectives for spe
55

66
| Included Policy | Rational |
77
|------|-------------|
8-
|[Deny users from using short term or creating long term Amazon Bedrock API keys](Deny-Bedrock-Api-Keys.json)| Used to help enforce that users within your AWS organization cannot create service specific credentials for an IAM user for use with Amazon Bedrock, and denies the usage of Bedrock API keys with the Amazon Bedrock Service.|
9-
|[Deny Users from creating long term Amazon Bedrock API keys valid for more than 30 days](deny_bedrock_api_keys_longer_than_30_days.json) | Used to help enforce that users within your AWS organization cannot create service specific credentials for amazon bedrock (AKA long-lived Bedrock API keys) that are valid for longer than 30 days. |
10-
|[Deny users from invoking and subscribing to the unapproved Bedrock models](Deny-bedrock-model-invocation-except-approved-models.json) | Restrict users and roles from invoking and subscribing to the unapproved Bedrock foundation models. Replace `<unique-identifier>` with specific model provider name like `amazon`, to allow developers access to the Amazon foundation models.|
8+
|[Deny users from using short term or creating long term Amazon Bedrock API keys](Deny-Bedrock-api-keys.json)| Used to help enforce that users within your AWS organization cannot create service specific credentials for an IAM user for use with Amazon Bedrock, and denies the usage of Bedrock API keys with the Amazon Bedrock Service.|
9+
|[Deny users from creating long term Amazon Bedrock API keys valid for more than 30 days](Deny_Bedrock_api_keys_longer_than_30_days.json) | Used to help enforce that users within your AWS organization cannot create service specific credentials for amazon bedrock (AKA long-lived Bedrock API keys) that are valid for longer than 30 days. |
10+
|[Deny users from invoking and subscribing to the unapproved Bedrock models](Deny-Bedrock-model-invocation-except-approved-models.json) | Restrict users and roles from invoking and subscribing to the unapproved Bedrock foundation models. Replace `<unique-identifier>` with specific model provider name like `amazon`, to allow developers access to the Amazon foundation models.|

0 commit comments

Comments
 (0)