DefaultInstanceTenancy¶
-
class
aws_cdk.aws_ec2.
DefaultInstanceTenancy
(value)¶ Bases:
enum.Enum
The default tenancy of instances launched into the VPC.
Attributes
-
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.
-