Downloading the required AWS DLLs
The AWS DLLs must be obtained separately from the Nuget website and are required for the Amazon Web Services target.
They may be downloaded from the following locations:
Search for the following versions for each (the latest patch version for each is sufficient):
AWSSDK.Core: 3.3.107
AWSSDK.EC2: 3.3.189
AWSSDK.IdentityManagement: 3.3.106
AWSSDK.SecurityToken: 3.3.105
Download each of the packages; they will be .nupkg packages. Using a zip program such as 7-zip, extract the files from each package.
From the extracted files, locate the following DLLs in the lib\net45 directories:
AWSSDK.Core.dll
AWSSDK.EC2.dll
AWSSDK.IdentityManagement.dll
AWSSDK.SecurityToken.dll
Copy the above DLLs to the Connector Pack agent directory alongside agtaws.exe
.