MWAA environment must use private web server access
High
AWS
General
aws-mwaa-environment-mwaa-environment-private-web
Applies to
AWS::MWAA::Environment
What CGPulse checks
A resource passes this rule when webserverAccessMode must equal PRIVATE_ONLY. Anything else is reported as a finding with the evaluated property value attached as evidence.
How to fix it
Set web server access to PRIVATE_ONLY to restrict Airflow UI to the VPC. In AWS Console: MWAA > Environments > Edit > set Web server access to Private only. See: https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-vpe-access.html
Terraform
resource "aws_mwaa_environment" "{name}" {
webserver_access_mode = "PRIVATE_ONLY"
}
Compliance frameworks
Is your environment compliant with this rule?
CGPulse checks it — and 621 others — against your Azure and AWS accounts with read-only access.
Related AWS rules
- ACM certificate must be eligible for renewal
- ACM certificate must be in issued status
- Amplify app should have basic auth disabled for production
- API Gateway REST API must have an endpoint configuration
- API Gateway V2 API must be properly configured
- App Runner service must have encryption enabled
- AppSync API must have logging configured
- AppSync API must have X-Ray tracing enabled