enum DefaultInstanceTenancy
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.DefaultInstanceTenancy |
![]() | software.amazon.awscdk.services.ec2.DefaultInstanceTenancy |
![]() | aws_cdk.aws_ec2.DefaultInstanceTenancy |
![]() | @aws-cdk/aws-ec2 » DefaultInstanceTenancy |
The default tenancy of instances launched into the VPC.
Members
Name | Description |
---|---|
DEFAULT | Instances can be launched with any tenancy. |
DEDICATED | Any instance launched into the VPC automatically has dedicated tenancy, unless you launch it with the default tenancy. |
DEFAULT
Instances can be launched with any tenancy.
DEDICATED
Any instance launched into the VPC automatically has dedicated tenancy, unless you launch it with the default tenancy.