Get temporary AWS security credentials from IAM Roles Anywhere
Manages getting temporary security credentials from IAM Roles Anywhere
rolesanywhere-credential-helper$ rolesanywhere-credential-helper --help$ rolesanywhere-credential-helper --certificate /path/to/cert.pem --private-key /path/to/key.pem --role-arn arn:aws:iam::ACCOUNT:role/ROLE_NAME --trust-anchor-arn arn:aws:rolesanywhere:REGION:ACCOUNT:trust-anchor/TRUST_ANCHOR_ID$ eval $(rolesanywhere-credential-helper --certificate cert.pem --private-key key.pem --role-arn arn:aws:iam::123456789012:role/MyRole --trust-anchor-arn arn:aws:rolesanywhere:us-east-1:123456789012:trust-anchor/TA123456)