.aws/config profile warning

Oct 15, 2018 11:36:31 AM com.amazonaws.auth.profile.internal.BasicProfileConfigLoader loadProfiles
WARNING: Your profile name includes a ‘profile ‘ prefix. This is considered part of the profile name in the Java SDK, so you will need to include this prefix in your profile name when you reference this profile from your Java code.

 

[profile awsdeveloper]
region = us-east-2
output = json

Removed profile bit. Removed Warning.

 

Leave a comment