Once the AWS account and credentials have been set up, we can use the credential file to access the services. In this recipe, we will demonstrate how to configure Eclipse to work with this file. The first step is to install the AWS Toolkit for Java and then specify the location of the credentials file.
Configuring Eclipse to use Amazon Web Services
Getting ready
We will get started by installing the Eclipse Photon version from https://www.eclipse.org/downloads/.
How to do it...
Let's go through the following steps:
- To install the AWS Toolkit for Java, start by selecting...