Support for exporting Redshift cluster nodes and/or IP addresses #3394
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/redshift
Issues and PRs that pertain to the redshift service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
Milestone
Currently
aws_redshift_cluster
resources do not support exporting the cluster nodes. However it is already possible to get those back from AWS using the CLI. The cluster nodes are useful for determining the public and private IP addressed of the nodes.While attaching an EIP seems like a possible workaround, it is quite limited when the cluster is not publicly accessible and deployed in a private subnet (which is the recommended way).
Here's a small example for to do that using the AWS CLI:
aws redshift describe-clusters --cluster-identifier <cluster-identifier>
https://docs.aws.amazon.com/redshift/latest/dg/load-from-host-steps-retrieve-key-and-ips.html
Terraform Version
Affected Resource(s)
aws_redshift_cluster
The text was updated successfully, but these errors were encountered: