All Questions
2 questions
1
vote
3
answers
2k
views
Embedding AWS IAM credentials in the code with the Java SDK
I am using the Java AWS IoT SDK, and i'm I'm stuck with a problem whereby I have to embed my AWS IAM access key and secret key credentials into my Java application code on my devices.
The ...
1
vote
0
answers
532
views
How to check if RDS token is valid
I'm setting up a Java program that gets an RDS token for AWS and uses it to connect to a MySql database hosted on RDS.
This is the code to get the token.
RdsIamAuthTokenGenerator generator =...