AWS cli documentation change
Summary
Modified VPC endpoint pattern to include 'eu' region prefix and updated CLI version
Security assessment
The pattern change expands allowed VPC endpoint formats but does not address security vulnerabilities or document security features. This appears to be a regional compatibility update.
Diff
diff --git a/cli/latest/reference/kms/create-custom-key-store.md b/cli/latest/reference/kms/create-custom-key-store.md index 181cf5a48..5af23ec44 100644 --- a//cli/latest/reference/kms/create-custom-key-store.md +++ b//cli/latest/reference/kms/create-custom-key-store.md @@ -15 +15 @@ - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) » @@ -276 +276 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/kms-20 -> * pattern: `^com\.amazonaws\.vpce\.([a-z]+-){2,3}\d+\.vpce-svc-[0-9a-z]+$` +> * pattern: `^(com|eu)\.amazonaws\.vpce\.([a-z]+-){2,3}\d+\.vpce-svc-[0-9a-z]+$` @@ -575 +575 @@ CustomKeyStoreId -> (string) - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) »