Also specifically for the Instance Profile credentials provider I guess, on every getCredentials request, if the credentials are about to expire it calls instance medata
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#instance-metadata-security-credentials, i.e. curl http://169.254.169.254/latest/meta-data/iam/security-credentials/<iam role name> to obtain new temporal credentials, and so on. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Old-AWS-SDK-version-why-tp9824p9948.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
