NetworkConfiguration - Amazon Managed Workflows for Apache Airflow Serverless

NetworkConfiguration

Network configuration for workflow execution. Specifies VPC security groups and subnets for secure network access. When provided, Amazon Managed Workflows for Apache Airflow Serverless deploys ECS worker tasks in your specified VPC configuration, enabling secure access to VPC-only resources. The service uses a proxy API container architecture where one container handles external communication while the worker container connects to your VPC for task execution. This design provides both security isolation and connectivity flexibility.

Contents

SecurityGroupIds

A list of VPC security group IDs to associate with the workflow execution environment.

Type: Array of strings

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: sg-[a-z0-9]*

Required: No

SubnetIds

A list of VPC subnet IDs where the workflow execution environment is deployed.

Type: Array of strings

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: subnet-[a-z0-9]*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: