Add the role to the IAM user
Log in to the AWS Payer Account.
In the AWS IAM window, select the User that you created.
Under the user's permissions, in addition to the ReadOnlyAccess policy that is listed, create an .
Select Custom Policy and enter a .
Customize permissions by editing the policy, replacing the Resource example (shown in below) with the that you copied to the clipboard, enclosed in straight quotes.
{"Statement":[ { "Effect": "Allow", "Action": "sts:AssumeRole", "Resource": } ] }The AWS configuration is now complete. Proceed with the Data Collection Configuration.