LogoLogo
HomeSupportCommunity
  • Introduction
    • Overview
    • Get Started
      • Platforms & Packages
      • Use Cases
    • Glossary of Terms
  • Software
    • Bluetooth Wifi Onboarding Package (r3onboard)
    • Device Package
      • Supported Platforms
      • Installation
      • Usage
    • NPM Package
    • CLI
      • Supported Platforms
      • Installation
    • Docker
      • Remote.It Agent
      • Remote.it Docker Extension
    • Desktop
      • Installation
    • Web Portal & Mobile
    • Custom Solutions
  • Features
    • Services
      • SSH
      • RDP and VNC
      • SMB and CIFS
      • HTTP/S
      • Database
      • Redis
      • UDP
      • VPN
    • Connection Options
      • LAN Sharing
      • Jump Service
      • Peer-2-Peer & Proxy
    • Logging
    • Organizations
  • Developer Tools
    • Authentication
    • API
      • Using Developer Tools
      • Usage
        • Devices and Services
        • Event Logs
        • Connections
        • Access Keys
        • Device Sharing
        • Custom Attributes
        • Scripting
    • CLI Usage
    • Webhooks
      • Slack Integration
    • Docker
    • Device Scripting
    • Zero-Trust AWS Access
      • AWS RDS (Postgres and MySQL)
    • Zero Trust Azure Cloud Access
    • Zero Trust Google Cloud Access
  • OEM & Bulk Provisioning
    • Overview
    • Auto Registration into Your Account
      • Create a Product
      • Production Image
      • Field Production
    • Registration into a User's Account
Powered by GitBook
On this page

Was this helpful?

  1. Developer Tools
  2. Zero-Trust AWS Access

AWS RDS (Postgres and MySQL)

PreviousZero-Trust AWS AccessNextZero Trust Azure Cloud Access

Last updated 3 years ago

Was this helpful?

Building off the setup of an EC2 instance, you can use it as a bastion host to "jump" to other services in the VPC. One of these types of services can be an RDS (managed relational database). The advantage is that you do not have to make it publicly accessible and still have access yourself.

This allows the developers to work with the database with their tools and in their local development environments as if the database were running locally even when the database has multiple availability zones.

The RDS instance must have a VPC security group assigned which allows the EC2 instance a path to the RDS instance.

To get started you will need:

  • A Remote.It account which owns the EC2 device or management rights to the device

  • Remote.It Desktop Application (version 3.5.2 or greater)

  • AWS console access to the RDS instance

  1. Open your AWS Console to the database instance page.

  2. Copy the Endpoint address (internal DNS name) and note the port. See image below

3. In the Remote.It Desktop App, select the instance from the device list

4. Click + (Add Service)

5. Select the service type from the list and name the service (Many options are available, if you do not see the type you need, you can select TCP), name your service so you can identify it in the future from the list.

6. Verify the port which will default to the standard port for the service type. If you have changed it, update it to match what is shown in your AWS Console.

7. In the Service Host Address field, which is pre-populated with "127.0.0.1", paste the address you copied from the AWS console.

8. Click "Save". In a few moments the service will become available and is ready to connect.