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
In a previous version, there used to be a -R flag for check-instance-events which allowed it to assume a different role.
In our environment, we have multiple different AWS accounts, and still need to be able to assume roles in different accounts in order to fully query our estate.
Can we re-implement the -R functionality.
option :role,
short: '-R ASSUME_ROLE',
long: '--assume-role-arn ARN',
description: 'IAM Role to assume'
The text was updated successfully, but these errors were encountered:
In a previous version, there used to be a -R flag for check-instance-events which allowed it to assume a different role.
In our environment, we have multiple different AWS accounts, and still need to be able to assume roles in different accounts in order to fully query our estate.
Can we re-implement the -R functionality.
The text was updated successfully, but these errors were encountered: