'Can I connect a Amazon SQL RDS instance in remote desktop?

I want to connect an Amazon SQL RDS instance in RDP... But there is no credentials supplied by AWS.



Solution 1:[1]

No, this is not possible. RDS does not allow access to the underlying instance at all. This is part of the deal when you opt for a managed service. You give up some of the control in return for someone else taking care of the infrastructure.

If you need access to the host machine you would need to run the database on your own EC2 instance(s).

Solution 2:[2]

Yes, you now can access RDS managed instances via RDP if you use RDS Custom. This new offering, introduced recently, allows you to leverage the benefits of RDS while still being able to access the underlying instances.

At this time, Amazon RDS Custom supports Oracle Database and Microsoft SQL Server engines.

You can find more information at the documentation page.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 E.J. Brennan
Solution 2 Paolo