AWS mwaa: Correct URL for aws:SourceVpc condition key documentation
Summary
Fixed a broken link to the aws:SourceVpc IAM condition key documentation by removing a double slash.
Security assessment
The change repairs a documentation link but does not alter security content or address vulnerabilities; it maintains existing guidance on VPC-based access control.
Evidence
+While configuring a private webserver, the `InvokeRestApi` action cannot be invoked from outside of a Virtual Private Cloud (VPC). You can use the `aws:SourceVpc` key to apply more granular access control for this operation. For more information, refer to [aws:SourceVpc](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-sourcevpc).
Diff
diff --git a/mwaa/latest/userguide/access-mwaa-apache-airflow-rest-api.md b/mwaa/latest/userguide/access-mwaa-apache-airflow-rest-api.md index 8eace6365..180482f83 100644 --- a//mwaa/latest/userguide/access-mwaa-apache-airflow-rest-api.md +++ b//mwaa/latest/userguide/access-mwaa-apache-airflow-rest-api.md @@ -103 +103 @@ JSON -While configuring a private webserver, the `InvokeRestApi` action cannot be invoked from outside of a Virtual Private Cloud (VPC). You can use the `aws:SourceVpc` key to apply more granular access control for this operation. For more information, refer to [aws:SourceVpc](https://docs.aws.amazon.com//IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-sourcevpc). +While configuring a private webserver, the `InvokeRestApi` action cannot be invoked from outside of a Virtual Private Cloud (VPC). You can use the `aws:SourceVpc` key to apply more granular access control for this operation. For more information, refer to [aws:SourceVpc](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-sourcevpc).