Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Connecting to AWS

Hi, 

 

I want to connect AWS resources to fetch KMS generated Master key for data decryption. 
Any leads will be appreciated. 

 

Thanks.

Labels (1)
1 Reply
Anonymous
Not applicable
Author

Hi Sau22mahes,

 

 

It seems that the easiest would be to use AWS SDK with a tJava. The first operation would be to list the key (AWSKMSClient.listKeyResult) then use directly the SDK again with the decrypt function.

 

Java doc is here.
For the initial connection, both AWS KMS Client and any of the txxxxConnection implement AWSClientBuilder so with a bit of manipulation you can probably reuse the connection. Or you can get one of the component and change the code directly / create a custom component.

Cheers,