⭐AWS
This plugin is part of Pro and Enterprise plan only
Overview
AWS is a comprehensive and widely adopted cloud platform, offering an extensive range of services and solutions to power your applications and infrastructure. With Rely.io's integration, you can maximize the benefits of AWS's offerings by tapping into a broad array of information around various AWS services.
Installation Guide
To successfully set up the integration with AWS, follow the steps detailed below:
1. Start Creating an AWS User
Log into your AWS Management Console and navigate to IAM
> Users
.
Click
Add users
.Enter a name for your user (e.g. "Rely")
Click
Next
Note: You can leave the "Provide user access to the AWS Managment Console" option un-checked as Rely only requires programmatic access.
Step 2 of this form is meant for you to specify the new user's policies.
2. Create an access Policy with the appropriate permissions
In the
Permission options
section click theAttach Policies Directly
tabClick the
Create Policy
button
This will open up a new tab on your browse in policy creation wizard.
Click the
JSON
button that will open up a configuration input box and paste the following payload.
Click
Next
Assign a descriptive name to your Policy (e.g. "RelyPermissionsPolicy")
You should see a pop-up indicating you that your policy has just been created
3. Create a User associated with the Access Policy that was just created
Go back to your the tab you were on before clicking
Create Policy
.Hit the refresh button besides the
Create Policy
this will refresh the list of available policies to select from.Search for the policy name you picked earlier.
Select the policy that you have just created and click
Next
Review the user's configuration and click
Create User
You should see a pop-up indicating you that your user has just been created, in it there's a button labeled
View User
, click it!
4. Collect the Required AWS information
Inside the User's page, hit
Create access key
Select
Third-party provider
At this point AWS will tell you about the possibility of creating temporary security credentials instead of long term ones. This would require you to re-make the Rely plugin configuration cyclically. At this point you can just confirm your choice and click
Next
You can just ignore the long tag value and hit
Create access Key
Keep this tab open for the following step, as you'll need to copy past the
Access Key
andSecret Access Key
soon enoughYou will also need to know your organization's
Account ID
which can be seen by opening up the user menu situated in the top-right corner of your AWS console.
5. Connect to the Rely Platform
You can now return to the Rely.io platform and start the integration process with AWS CloudWatch. Open the Rely platform and start by navigating to the data-sources page. Click the "Add Data Source" button and select "AWS".
This will prompt a modal to appear asking you for the information necessary to successfully integrate the AWS CloudWatch your account.
Start by giving an expressive name to your data source instance by filling in the “Collector Name” field. This is an unique name that will allow you to distinguish between multiple data source instances.
Fill in all of the values according to the information you obtained in step 4 of this guide. Click Create to finish the integration process.
After you submit your form, an entity discovery run will be kickstarted that can take a few minutes. By the end of this discovery run:
New blueprints will be added to your data model
Entities will be queries from the data-source and added to your software catalog
These entities will be periodically updated to ensure they remain in sync with their external counter-parts
Last updated