This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MWAAServerless::Workflow 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.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIds" :[ String, ... ], "SubnetIds" :[ String, ... ]}
YAML
SecurityGroupIds:- StringSubnetIds:- String
Properties
SecurityGroupIds-
A list of VPC security group IDs to associate with the workflow execution environment.
Required: No
Type: Array of String
Update requires: No interruption
SubnetIds-
A list of VPC subnet IDs where the workflow execution environment is deployed.
Required: No
Type: Array of String
Update requires: No interruption