AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.49 to 2.34.52 and added documentation for the 'PUBLIC_AND_PRIVATE' WebserverAccessMode option
Security assessment
The change documents a new network configuration option enabling both public NLB and private VPCE for Airflow environments. While this relates to network security design (private communication for workers), no specific vulnerability or security incident is mentioned.
Diff
diff --git a/cli/latest/reference/mwaa/get-environment.md b/cli/latest/reference/mwaa/get-environment.md index 12697e4a2..4c7d099c0 100644 --- a//cli/latest/reference/mwaa/get-environment.md +++ b//cli/latest/reference/mwaa/get-environment.md @@ -15 +15 @@ - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) » @@ -824,0 +825,2 @@ Environment -> (structure) +>> If set to `PUBLIC_AND_PRIVATE` , creates both a public network load balancer (NLB) for browser access and a private VPC endpoint (VPCE) for worker-to-webserver communication. This mode is only available for Apache Airflow version 3.2 and later. +>> @@ -934 +936 @@ Environment -> (structure) - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) »