1 Answer
- Newest
- Most votes
- Most comments
4
Take this:
- Create the Cluster:
- Navigate to the AWS Management Console.
- Go to the Amazon Redshift service and select "Create Cluster."
- Configure the cluster settings, including node type, number of nodes, and database details.
- Enable Public Access:
- During the cluster creation process, ensure that the "Publicly Accessible" option is set to "Yes."
- This allows the cluster to be accessible from outside the VPC.
- Security Group Configuration:
- Modify the security group associated with the cluster to allow inbound traffic from specific IP addresses or ranges.
- Avoid using "0.0.0.0/0" unless necessary, as it opens access to everyone.
- Network Settings:
- Ensure that the cluster is associated with a public subnet in your VPC.
- Verify that the subnet has an internet gateway attached.
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
What are the security risks with for making the cluster publicly accessible for specific IP addresses ?