AWS redshift documentation change
Summary
Updated node requirements from 'RA3 nodes' to 'RG or RA3 nodes' for federated query clusters
Security assessment
Change broadens hardware compatibility without addressing security vulnerabilities or adding security controls. No security context or threat mitigation mentioned.
Diff
diff --git a/redshift/latest/dg/getting-started-federated-CF.md b/redshift/latest/dg/getting-started-federated-CF.md index e60867d58..377f44534 100644 --- a//redshift/latest/dg/getting-started-federated-CF.md +++ b//redshift/latest/dg/getting-started-federated-CF.md @@ -19 +19 @@ If instead you want to get started with federated queries by running SQL stateme -Before running the CloudFormation stack for federated queries, make sure that you have an Amazon Aurora PostgreSQL-Compatible Edition serverless database with the Data API turned on. You can turn on the Data API in the database properties. If you can't find the setting, double-check that you are running a serverless instance of Aurora PostgreSQL. Also make sure that you have a Amazon Redshift cluster that uses RA3 nodes. We recommend that both the Redshift cluster and serverless Aurora PostgreSQL instance are in the same virtual private cloud (VPC) and subnet group. This way, you can add the security group for the Amazon Redshift cluster to the inbound rules of the security group for your Aurora PostgreSQL database instance. +Before running the CloudFormation stack for federated queries, make sure that you have an Amazon Aurora PostgreSQL-Compatible Edition serverless database with the Data API turned on. You can turn on the Data API in the database properties. If you can't find the setting, double-check that you are running a serverless instance of Aurora PostgreSQL. Also make sure that you have a Amazon Redshift cluster that uses RG or RA3 nodes. We recommend that both the Redshift cluster and serverless Aurora PostgreSQL instance are in the same virtual private cloud (VPC) and subnet group. This way, you can add the security group for the Amazon Redshift cluster to the inbound rules of the security group for your Aurora PostgreSQL database instance. @@ -68 +68 @@ If an error occurs while the stack is created, do the following: - * Make sure that your cluster has RA3 nodes. + * Make sure that your cluster has RG or RA3 nodes.