Skip to content

Bedrock AgentCore Control  >  Structures  >  VpcConfiguration

VpcConfiguration

Structure Class

VpcConfiguration dataclass

The VPC configuration for launching Amazon EC2 instances.

Attributes

security_groups instance-attribute
security_groups: list[str]

The IDs of the security groups to associate with the instances. You must specify at least one security group.

subnets instance-attribute
subnets: list[str]

The IDs of the subnets in which to launch instances. You must specify at least one subnet.