Problem Given a Java application that runs in an EC2 instance, we want to enable it to call AWS services. This is useful for example to call services like Secrets Manager to retrieve secrets. Authentication with AWS services when running locally When running locally, the SDK has several ways of obtaining the credentials. We willContinue reading “How to integrate a Java application with the AWS Java SDK”