Skip to content

epomatti/aws-rds-athena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS RDS Athena

Querying RDS in a private VPC from Athena.

Create the variables file set the values:

cp config/template.tfvars .auto.tfvars

Create the resources:

terraform init
terraform apply -auto-approve

In Athena, create a PostgreSQL Lambda connector.

The connection string will look something like this:

postgres://jdbc:postgresql://<HOST>:5432/athenadb?user=athena&password=p4ssw0rd

Releases

No releases published

Packages

No packages published

Languages