|
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html#roles-usingrole-ec2instance-roles
The StorageManager application must obtain its credentials from the local EC2 instance metadata service – not the AWS Security Token Service (STS)
The implementation in MCOL-3976 did not provide this functionality. This requires modifications to StorageManager such that it can detect if running on EC2 instance and collect temporary credentials for the specified role-name via the EC2 instance metadata
|