AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-19 · Documentation low

File: cli/latest/reference/grafana/update-workspace.md

Summary

Reorganized command parameters and output structure, updated pattern constraints by removing start/end anchors, added KMS key documentation, and reordered authentication/network control sections

Security assessment

The changes involve structural reorganization and documentation updates without evidence of addressing a specific security vulnerability. While network access control and VPC configurations are security-related features, the modifications appear to be documentation improvements rather than responses to security incidents. The pattern constraint changes (removing ^/$ anchors) are syntax adjustments without clear security implications.

Diff

diff --git a/cli/latest/reference/grafana/update-workspace.md b/cli/latest/reference/grafana/update-workspace.md
index eafcc39b2..993d0498f 100644
--- a//cli/latest/reference/grafana/update-workspace.md
+++ b//cli/latest/reference/grafana/update-workspace.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -72 +71,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan
-    [--network-access-control <value>]
@@ -75,2 +73,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan
-    [--remove-network-access-configuration | --no-remove-network-access-configuration]
-    [--remove-vpc-configuration | --no-remove-vpc-configuration]
@@ -78 +74,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan
-    [--vpc-configuration <value>]
@@ -85,0 +82,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan
+    [--vpc-configuration <value>]
+    [--remove-vpc-configuration | --no-remove-vpc-configuration]
+    [--network-access-control <value>]
+    [--remove-network-access-configuration | --no-remove-network-access-configuration]
@@ -121,61 +120,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan
-`--network-access-control` (structure)
-
-> The configuration settings for network access to your workspace.
-> 
-> When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.
-> 
-> If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.
-> 
-> prefixListIds -> (list) [required]
->
->> An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration (passed an empty array) then no IP addresses are allowed to access the workspace. You create a prefix list using the Amazon VPC console.
->> 
->> Prefix list IDs have the format ``pl-_1a2b3c4d_ `` .
->> 
->> For more information about prefix lists, see [Group CIDR blocks using managed prefix lists](https://docs.aws.amazon.com/vpc/latest/userguide/managed-prefix-lists.html) in the _Amazon Virtual Private Cloud User Guide_ .
->> 
->> (string)
->>
->>> Constraints:
->>> 
->>>   * min: `1`
->>>   * max: `100`
->>> 
-
-> 
-> vpceIds -> (list) [required]
->
->> An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed Grafana workspace for access from within a VPC. If a `NetworkAccessConfiguration` is specified then only VPC endpoints specified here are allowed to access the workspace. If you pass in an empty array of strings, then no VPCs are allowed to access the workspace.
->> 
->> VPC endpoint IDs have the format ``vpce-_1a2b3c4d_ `` .
->> 
->> For more information about creating an interface VPC endpoint, see [Interface VPC endpoints](https://docs.aws.amazon.com/grafana/latest/userguide/VPC-endpoints) in the _Amazon Managed Grafana User Guide_ .
->> 
->> ### Note
->> 
->> The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the `com.amazonaws.[region].grafana-workspace` service endpoint). Other VPC endpoints are ignored.
->> 
->> (string)
->>
->>> Constraints:
->>> 
->>>   * min: `1`
->>>   * max: `100`
->>> 
-
-
-Shorthand Syntax:
-    
-    
-    prefixListIds=string,string,vpceIds=string,string
-    
-
-JSON Syntax:
-    
-    
-    {
-      "prefixListIds": ["string", ...],
-      "vpceIds": ["string", ...]
-    }
-    
-
@@ -214,14 +152,0 @@ JSON Syntax:
-`--remove-network-access-configuration` | `--no-remove-network-access-configuration` (boolean)
-
-> Whether to remove the network access configuration from the workspace.
-> 
-> Setting this to `true` and providing a `networkAccessControl` to set will return an error.
-> 
-> If you remove this configuration by setting this to `true` , then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.
-
-`--remove-vpc-configuration` | `--no-remove-vpc-configuration` (boolean)
-
-> Whether to remove the VPC configuration from the workspace.
-> 
-> Setting this to `true` and providing a `vpcConfiguration` to set will return an error.
-
@@ -232,59 +156,0 @@ JSON Syntax:
-`--vpc-configuration` (structure)
-
-> The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.
-> 
-> securityGroupIds -> (list) [required]
->
->> The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
->> 
->> Constraints:
->> 
->>   * min: `1`
->>   * max: `5`
->> 
-
->> 
->> (string)
->>
->>> Constraints:
->>> 
->>>   * min: `0`
->>>   * max: `255`
->>> 
-
-> 
-> subnetIds -> (list) [required]
->
->> The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
->> 
->> Constraints:
->> 
->>   * min: `2`
->>   * max: `6`
->> 
-
->> 
->> (string)
->>
->>> Constraints:
->>> 
->>>   * min: `0`
->>>   * max: `255`
->>> 
-
-
-Shorthand Syntax:
-    
-    
-    securityGroupIds=string,string,subnetIds=string,string
-    
-
-JSON Syntax:
-    
-    
-    {
-      "securityGroupIds": ["string", ...],
-      "subnetIds": ["string", ...]
-    }
-    
-
@@ -334 +200 @@ Syntax:
->   * pattern: `^g-[0-9a-f]{10}$`
+>   * pattern: `g-[0-9a-f]{10}`
@@ -344 +210 @@ Syntax:
->   * pattern: `^[a-zA-Z0-9-._~]{1,255}$`
+>   * pattern: `[a-zA-Z0-9-._~]{1,255}`
@@ -388,0 +255,134 @@ Syntax:
+`--vpc-configuration` (structure)
+
+> The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.
+> 
+> securityGroupIds -> (list) [required]
+>
+>> The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `5`
+>> 
+
+>> 
+>> (string)
+>>
+>>> Constraints:
+>>> 
+>>>   * min: `0`
+>>>   * max: `255`
+>>> 
+
+> 
+> subnetIds -> (list) [required]
+>
+>> The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
+>> 
+>> Constraints:
+>> 
+>>   * min: `2`
+>>   * max: `6`
+>> 
+
+>> 
+>> (string)
+>>