Redshift Cluster Subnet Group

An Amazon Redshift Cluster Subnet Group is a collection of subnets within a Virtual Private Cloud (VPC) that you designate for your Redshift clusters. It defines the network boundaries where the cluster’s nodes can be launched, ensuring they are placed in subnets with proper connectivity and availability. This allows you to control which Availability Zones your Redshift cluster can use, supporting high availability and compliance with networking requirements.

aws.redshift_cluster_subnet_group

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
cluster_subnet_group_namecorestringThe name of the cluster subnet group.
descriptioncorestringThe description of the cluster subnet group.
redshift_cluster_subnet_group_arncorestring
subnet_group_statuscorestringThe status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.
subnetscorejsonA list of the VPC Subnet elements.
supported_cluster_ip_address_typescorearray<string>The IP address types supported by this cluster subnet group. Possible values are ipv4 and dualstack.
tagscorehstore
vpc_idcorestringThe VPC ID of the cluster subnet group.