crossplane-contrib / provider-upjet-aws

Official AWS Provider for Crossplane by Upbound.
https://marketplace.upbound.io/providers/upbound/provider-aws
Apache License 2.0
137 stars 113 forks source link

AWS Redshift Cluster - Add support for MultiAZ #1255

Open MattLamont opened 3 months ago

MattLamont commented 3 months ago

What problem are you facing?

The Cluster.redshift.aws.upbound.io/v1beta1 resources is missing field multiAZ:

MultiAZ
    If true, Amazon Redshift will deploy the cluster in two Availability Zones (AZ).
    Type: Boolean
    Required: No

Without this field, Redshift clusters always default to single AZ and all nodes are deployed to the same AZ.

We would like to deploy AWS Redshift clusters with multiple nodes spread across different availability zones for high availability using the MultiAZ attribute.

How could Official AWS Provider help solve your problem?

Add the multiAZ attribute to the Cluster.redshift.aws.upbound.io/v1beta1 resource.

turkenf commented 1 month ago

Hi @MattLamont, thank you for bringing up this issue. This field was introduced in a newer version (5.35.0) than the version (5.31.0) we currently use.

When we upgrade the underlying provider, the field will be available.