Aws

When using Ansible across multiple AWS accounts, add a key for owner_id in keyed_groups for the inventory plugin configuration. This will allow you to group hosts by AWS account owner ID, which can be useful for targeting specific accounts in your playbooks. It will be necessary to define the assume_role_arn value for each account in group_vars to allow the inventory plugin to assume the appropriate role when using collections that interact with the AWS API. It should match the value defined in the assume_role_arn in the inventory plugin configuration for the AWS account.