Verifies that Amazon Redshift clusters use enhanced VPC routing to secure and control traffic flow.
Rule | Redshift clusters should use enhanced VPC routing |
Framework | AWS Foundational Security Best Practices |
Severity | ✔ Medium |
Rule Description:
Redshift clusters should use enhanced VPC routing as per AWS Foundational Security Best Practices. Enhanced VPC routing ensures that network traffic between your Redshift cluster and your VPC stays within the Amazon network rather than being routed through the internet.
Troubleshooting Steps:
If enhanced VPC routing is not enabled for your Redshift cluster, you may face connectivity issues and it may impact the overall security posture.
To troubleshoot:
Remediation Steps:
To enable enhanced VPC routing for your Redshift cluster, follow these steps:
AWS CLI Command:
If you prefer using the AWS CLI, you can enable enhanced VPC routing with the following command:
aws redshift modify-cluster --cluster-identifier <cluster_identifier> --enhanced-vpc-routing
Replace
<cluster_identifier>
with the identifier of your Redshift cluster.By following these steps and ensuring that enhanced VPC routing is enabled for your Redshift clusters, you can adhere to AWS best practices for security and optimize network traffic routing within your VPC.