How do I make a ssl connection using only ARN from neptune (AWS)

I have a simple connection in my project using remotecon = DriverRemoteConnection(neptune_url) But now I need to implement a solution using SSL Connection, I dont have username and password, only the arn of neptune. Does someone know how to implement it ? Thanks in advance!
1 Reply
spmallette
spmallette10mo ago
i think with python SSL gets enabled simply by using "wss:" as the prefix to the URL. i don't think you have to do anything more than that. i feel like you're asking about something else though? perhaps you want to know more about doing IAM with python?