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.

Run a free scan

Related AWS rules

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.