Search code examples
amazon-web-servicesamazon-rdsaws-glueaws-security-group

AWS Glue connecting to RDS


I am still starting out with AWS Glue and I am trying to connect it to my RDS MySql database.

I'm getting this error "At least one security group must open all ingress ports. To limit traffic, the source security group in your inbound rule can be restricted to the same security group ."

I made a self referencing rule in my SG and I'm still getting an error and I followed the steps in the AWS documentation.

My DB is in a private subnet.


Solution

  • I just deleted the Security Group that was attached to it and reattached and it worked.