Show / Hide Table of Contents

Enum DefaultInstanceTenancy

The default tenancy of instances launched into the VPC.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum DefaultInstanceTenancy
Syntax (vb)
Public Enum DefaultInstanceTenancy

Synopsis

Fields

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.

HOST

Instances must be launched on dedicated hosts.

Fields

Name Description
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.

HOST

Instances must be launched on dedicated hosts.

Back to top Generated by DocFX