Each Amazon RDS DB instance has an endpoint, and each endpoint has the DNS name and port number for the DB instance. To connect to your DB instance using a SQL client application, you need the DNS name and port number for your DB instance.
You can find the endpoint for a DB instance using the Amazon RDS console or the AWS CLI.
Console To find the endpoint using the consoleSign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.
In the upper-right corner of the console, choose the AWS Region of your DB instance.
Find the DNS name and port number for your DB instance.
Choose Databases to display a list of your DB instances.
Choose the Oracle DB instance name to display the instance details.
On the Connectivity & security tab, copy the endpoint. Also, note the port number. You need both the endpoint and the port number to connect to the DB instance.
To find the endpoint of an Oracle DB instance by using the AWS CLI, call the describe-db-instances command.
Example To find the endpoint using the AWS CLIaws rds describe-db-instances
Search for Endpoint
in the output to find the DNS name and port number for your DB instance. The Address
line in the output contains the DNS name. The following is an example of the JSON endpoint output.
"Endpoint": {
"HostedZoneId": "Z1PVIF0B656C1W",
"Port": 3306,
"Address": "myinstance.123456789012.us-west-2.rds.amazonaws.com"
},
Note
The output might contain information for multiple DB instances.
Connecting to your Oracle DB instance
SQL developer
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4