CoreDnsComputeType

class aws_cdk.aws_eks.CoreDnsComputeType(value)

Bases: Enum

The type of compute resources to use for CoreDNS.

Attributes

EC2

Deploy CoreDNS on EC2 instances.

FARGATE

Deploy CoreDNS on Fargate-managed instances.