assume-role
assume-role copied to clipboard
add export AWS_PROFILE
after running the command assume-role
along with
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""
export AWS_SESSION_TOKEN=""
export AWS_SECURITY_TOKEN=""
export ASSUMED_ROLE=""
is it possible to add also export AWS_PROFILE=profile name
?
OR
replace ASSUMED_ROLE
with AWS_PROFILE
?