Source Configuration for AWS Importer
To integrate with AWS, you first need to define sources.
For the following configuration, you'll need assistance from your organization's AWS Admins.
Click the Source tab
Click the “Add New Source” button
Give a name to your Source Configuration.
Select a Pio AWS region: US (us-east-1) or EU (eu-central-1).
Contact your Security Team to request access for your AWS Accounts from the Pio Gateway, following the security recommendation.
To configure the source successfully, ask your Security Team to enable access to your AWS accounts from the Pio Gateway. This access is essential for completing the setup.
Pio Region Name | Service Provider | Location | Region Description | Public IP Address for Outbound Traffic |
---|---|---|---|---|
US | AWS | North America (Virginia, US) | us-east-1 | 52.45.180.198 |
EU | AWS | Europe (Frankfurt, Germany) | eu-central-1 | 18.199.1.227 |
Request your AWS Admin to provide the necessary account details:
Access Key
Secret
Roles
You can add multiple roles. Our application will assume each role and collect the AWS resource configurations accordingly.
We recommend preparing the following policy for the roles:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PioReadOnlyPolicy",
"Action": [
"ec2:Describe*",
"ecr:List*",
"ecr:Describe*",
"lambda:List*",
"sts:AssumeRole"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
Click the Add Source button to save the source configuration.
If the connection settings are correct, then a success message will appear.
Please recheck the values if you get the following error message.
To return to the list of sources, please proceed by clicking the “Close” button.
If you need to create additional source configurations, please repeat these steps.
To configure your destinations, select the Destination tab after completing the source configurations.