Can SSM Be Used to Connect to an RDS Instance?

0
12
Asked By CloudySkies42 On

I'm curious if using SSM (AWS Systems Manager) to connect to an RDS (Relational Database Service) instance is actually supported. I've come across conflicting information—some sources say it's not possible, while others share lengthy guides on how to do it. Is it worth diving into this method or should I just skip it altogether?

1 Answer

Answered By TechNinja99 On

Yes, it’s definitely possible to connect to RDS via SSM! However, you’ll need to set up a bastion EC2 instance for tunneling. That might complicate things a bit, but it works if you want to go that route.

CloudySkies42 -

Got it! I was hoping to avoid using a bastion host, but if it's necessary, I can just connect to it using SSM and then access my database from there. Thanks for clearing that up!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.