Re: Latest build is working
@sohail2k: Thanks for your feedback.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Microsoft MSXML is not installed
.aws/credentials
, but the role_arn
(the role in Account B we want to assume) is stored in .aws/config
(role_arn
). The respective API call for assuming a role is described here: https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html
config
used to retrieve a temporary credentials, for thar role?
~/.aws/credentials
but roles are defined in ~/.aws/config
such as:
[profile management]
role_arn=arn:aws:iam::110049787138:role/AwsCrossAccountAdministrator
region=us-west-2
source_profile=terraform_credentials
role_session_name=terraform-configuration