AWS::MWAA::Environment NetworkConfiguration
The VPC networking components used to secure and enable network traffic between the AWS resources for your environment. To learn more, see About networking on Amazon MWAA.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIds" :
[ String, ... ]
, "SubnetIds" :[ String, ... ]
}
YAML
SecurityGroupIds:
- String
SubnetIds:- String
Properties
SecurityGroupIds
-
A list of one or more security group IDs. Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA.
Required: No
Type: Array of String
Minimum:
1
Maximum:
5
Update requires: Replacement
SubnetIds
-
A list of subnet IDs. Required to create an environment. Must be private subnets in two different availability zones. A subnet must be attached to the same VPC as the security group. To learn more, see About networking on Amazon MWAA.
Required: No
Type: Array of String
Minimum:
2
Maximum:
2
Update requires: Replacement