You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows instances created on a second AWS account (using execution/assume roles) fails to be onboarded.
The function instance_processing::get_instance_password_data is unable to use the assume role provided because of a typo error.
The key in acct_b['Credentials'] should be SessionToken, not session_token :
Summary
Windows instances created on a second AWS account (using execution/assume roles) fails to be onboarded.
The function
instance_processing::get_instance_password_data
is unable to use the assume role provided because of a typo error.The key in
acct_b['Credentials']
should beSessionToken
, notsession_token
:cyberark-aws-auto-onboarding/src/shared_libraries/instance_processing.py
Line 57 in 674908c
Steps to Reproduce
Steps to reproduce the behavior:
Expected Results
The Administrator account of the EC2 instance appears in the PVWA.
Actual Results (including error logs, if applicable)
You should see the following error in the Elasticity Lambda's logs:
Reproducible
Version/Tag number
cyberark/cyberark-aws-auto-onboarding:master
Environment setup
The text was updated successfully, but these errors were encountered: