Can I Use SSM to Connect to an RDS Instance?

0
6
Asked By TechWizard42 On

Is it possible to connect to an RDS instance using AWS Systems Manager (SSM)? I've come across conflicting information—some sources say it's not supported, while others provide detailed run-books. Should I dive into this, or is it better to avoid it?

1 Answer

Answered By CloudExplorer99 On

Yeah, you can definitely do this! You'll need a bastion EC2 instance to set up the tunneling, though. It's a workaround, but it works.

QuestionAsker -

Got it! If I’m already setting up a bastion EC2, I can just connect to it with SSM and then use psql to access the database from there. I was hoping to skip the bastion part entirely. Thanks for the tip!

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.