AWS credentials provider chain that looks for credentials in this order:
- Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
- Java System Properties - aws.accessKeyId and aws.secretKey
- Instance profile credentials delivered through the Amazon EC2 metadata service
@see EnvironmentVariableCredentialsProvider
@see SystemPropertiesCredentialsProvider
@see InstanceProfileCredentialsProvider