- Newest
- Most votes
- Most comments
According to these instructions, you will need to create a JDBC connector to your On Prem SQL Server. You can start with using IP Address instead of host name if you do not have any Route53 Outbound connectors configured. https://docs.aws.amazon.com/athena/latest/ug/connectors-microsoft-sql-server.html
sqlserver://jdbc:sqlserver://sqlserver1.hostname:port;databaseName=<database_name>;${secret1_name}
Store your SQL Username and Password in secrets manager and reference it in the JDBC Connection String
{"username": "${username}", "password": "${password}"}
You will need to ensure you have the appropiate IP Routes in your VPC to your On Prem and vice versa. NACLs will need to allow traffic. You will need to obtain a Subnet & VPC ID of where you want the JDBC Connector to in initiate the connection from. A security group ID will also be required with an outbound rule allowing access to the On Prem IP Address/Network CIDR
Relevant content
- asked 3 years ago
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago