Create a Permission Policy
Access the AWS IAM console: https://us-east-1.console.aws.amazon.com/iam/home#/home
In the left menu bar, select Access management > Policies
Click Create Policy
Select JSON
Copy the code below and paste it into the input box,
change the value in Condition.IpAddress["acs:SourceIp"] to the exit IP address of the collector deployment server, click NextInput Policy name:
CloudRec
Click Create Policy, complete policy creation
Create and Authorize User Groups
- In the left menu bar, select Access management > User Groups
- Click Create Group
- Input User group name:
CloudRec
- In Attach permissions policies, search for the newly created Policy
CloudRec
and select it - Click Create user group, complete the user group creation
Create Users and Access Credentials
- In the left menu bar, select Access management > Users
- Click Create User
- User name:
cloudrec
- Click Next
- In Permissions options, select Add user to group
- In Add user to group, select the user group you just created (
CloudRec
) - Click Next
- Click Create User, complete User Creation
- Search for and select the newly created user in the user list (
cloudrec
), click the user name to enter the details page - Select Security credentials tab, find Access keys bar, click Create access keys
- In Use case, select Other
- Click Next
- In Description tag value, enter a description:
Use for CloudRec Collector
- Click Create access key
- Copy and save Access key and Secret access key
- Click Download .csv file to download and save the CSV file
- Click Done, complete user and credential creation
Enter the Cloud Account to the CloudRec Platform
- Login to Platform
- Select Cloud Account in the left-side menu bar
- Click on the right Add
- In turn:
- Input Account ID
- Input Account Alias
- Select Tenant
- Select Cloud Provider (here is AWS)
- Input AK (the option is obtained above: Access key)
- Input SK (the option is obtained above: Secret access key)
- Select Cloud Services (this option limits the range of cloud resources accessed by the cloud account, and is not set by default to access all)
- Input site (the option is the proprietary cloud site)
- Click OK, verify the validity of the cloud account voucher, and complete the AWS account entry