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
Adds documentation for the same network security feature (public NLB + private VPCE) as in get-environment.md. No evidence of addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/mwaa/update-environment.md b/cli/latest/reference/mwaa/update-environment.md index 9fa06807f..ffabb89d8 100644 --- a//cli/latest/reference/mwaa/update-environment.md +++ b//cli/latest/reference/mwaa/update-environment.md @@ -15 +15 @@ - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) » @@ -565,0 +566,2 @@ JSON Syntax: +> 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. +> @@ -721 +723 @@ Arn -> (string) - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) »