Search code examples
amazon-web-servicesamazon-rdsamazon-auroraaws-aurora-serverless

How can I connect to my serverless RDS instance from the public internet?


Using Aurora on RDS serverless

  • VPC is connected to an ACL that allows traffic on 3306
  • routing table connected to IGW that routes traffic to the public internet

Tried connecting to the endpoint listed in "Connectivity & security"

  • Cannot ping my endpoint
  • Cannot telnet to the endpoint
  • Can resolve the endpoint
  • Cannot connect from C#
  • Cannot connect from mysql -h ENDPOINT 3306 etc

Solution

  • Answer: Serverless RDS Instances do not support public access.

    During configuration you won't be able to see this toggle, and your instance, while running, will not be visible from the public internet:

    configuration of public access for RDS instance