AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2026-04-22 · Documentation low

File: bedrock/latest/userguide/model-access.md

Summary

Fixed typo from 'programtic' to 'programmatic' and added AWS CLI version requirement (2.27.42 or later) for commands

Security assessment

This is a minor documentation correction and version requirement update. While CLI version requirements could potentially include security fixes, there's no explicit security context or mention of vulnerabilities in this change. It appears to be routine documentation maintenance.

Diff

diff --git a/bedrock/latest/userguide/model-access.md b/bedrock/latest/userguide/model-access.md
index dd211b04e..4ac46de75 100644
--- a//bedrock/latest/userguide/model-access.md
+++ b//bedrock/latest/userguide/model-access.md
@@ -13 +13 @@ Access to all Amazon Bedrock foundation models is enabled by default with the co
-Access to all Amazon Bedrock foundation models is enabled by default with the correct AWS Marketplace permissions in all commercial AWS regions. For programtic access to third-party models, see Manage model access using SDK and CLI. 
+Access to all Amazon Bedrock foundation models is enabled by default with the correct AWS Marketplace permissions in all commercial AWS regions. For programmatic access to third-party models, see Manage model access using SDK and CLI. 
@@ -231,0 +232,2 @@ Note: Below instructions use python3 for the examples
+  * If you are using the AWS CLI, these commands require AWS CLI version 2.27.42 or later. Run `aws --version` to check your version and [update if needed](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html).
+