AWS Setup
Prerequisites
- An
AWS Account. - Enable
AWS Resource Explorer
Steps to Enable AWS Resource Explorer Service:
- Navigate to the
AWS Management Console - Click the
Turn on Resource Explorerbutton on the right of the screen, go to step 3 if already enabled - Follow the steps and select an
Aggregator index Region, take note of the region - Go to the
Viewstab underExplore Resourceson the left side - Create a new view or use the existing
all-resourcesview - Get the ARN of the view, it should look like the ARN below for the "all-resources" view
arn:aws:resource-explorer-2:"your-region":"your-account":view/all-resources/"some-guid"
info
The Resource Explorer indexing process, once turned on, can take up to 72 hours to complete. If a resource does not show up in Resource Explorer, it will not show up in Cloud Curate.
- Create an
IAM User- Create an
IAM Userunder the IAM Service - Give a
Permission Policyto that user. Minimum policy isAWSResourceExplorerReadOnlyAccess. Ideal policy isReadOnlyAccessexplained under Minimal Permissions Required - Create
Access KeysunderSecurity credentialsand take note of theAccess and Secret Keysvalues
- Create an
info
Currently the only authentication method supported is IAM Users with an Access and Secret Keys, additional authentications are coming in the near future
Minimal Permissions Required
Torque Resources Inventory requires read-only access to inventory and manage cloud resources. The following permissions are required:
AWSResourceExplorerReadOnlyAccessassigned to the IAM User. This only gives you the ability to see resources in Cloud Curate.- For the ability to convert resources in Terraform or manage environments,
ReadOnlyAccessis recommended so all resource types can be used.
Adding Your AWS Account
Navigate to the Account Center.
- Under the
Curatetab, go toResources Inventoryin the sidebar. - Click on
Connect a New Cloud Account. - Select
AWSas the cloud provider. - Provide the necessary details, including
Account Number,Access Key,Secret Key, and theView Arn.Cloud Account Namecan be anything as its your identifier. - Click Save.
- Once connected, Torque Resources Inventory will begin scanning and discovering your cloud resources.