Supported Features
Account Deletion Account ProvisioningPrerequisites
How to Log In to Amazon Web Services
Go to the AWS login page and sign in as a root user or IAM user.
How to Create an Integration Policy
-
Go to Identity and Access Management (IAM), click Policies in the left menu, then click Create policy.

-
On the Create policy screen, click the
JSONtab and overwrite it with the following script. To retrieve the LastActivity of roles, add"iam:GetRole",below"iam:ListRoles",in the policy script. -
After entering the details, click Next.

-
On the next screen, enter any name in the Policy name field and click Create policy. The policy is now created.

How to Create an Integration Role
-
Go to Identity and Access Management (IAM), click Roles in the left menu, then click Create role.
Note: Role LastActivity cannot be retrieved.

-
Under Select trusted entity, enter the following values:
- Trusted entity type: Select AWS account
- AWS account: Select Another AWS account and enter
162001151631as the Account ID - Check Require external ID (Best practice when a third party will assume this role)
- For the External ID, enter a random alphanumeric string (at least 24 characters, no symbols recommended)
- Uncheck Require MFA

-
The Add permissions screen will appear. Select the policy created in the previous step, scroll down, then click Next.

-
Enter a name for the role (any name), scroll down, then click Create role. The role is now created.

How to Find the Role ARN
-
Search for the role you created on the Roles screen and click it.

-
The Role ARN will be displayed. Copy and save it.

Integration Setup
- in the integration screen, search for AWS IAM.
-
Enter the Role ARN obtained in the previous step and the External ID set when creating the role.

-
Select the permissions.
If you do not want to retrieve roles during integration, select Read And Write (excluding roles).

-
Review the entered details and click Connect.

- Once the integration with AWS is successful, the registered user information will appear in the account list.
Supplement: Retrieving Email Addresses
AWS does not retrieve email addresses by default, so the user type will be shown as “Unknown” or “System.” To retrieve email addresses, use one of the following methods:- Use the Account Merge feature
- Assign email addresses directly to IAM users using tags.
email and the tag value to the email address, the email address will be retrieved.


