/
Source Configuration for AWS Importer

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.

  1. Click the Source tab

  2. Click the “Add New Source” button

image-20250226-154840.png
  1. Give a name to your Source Configuration.

  2. Select a Pio AWS region: US (us-east-1) or EU (eu-central-1).

  3. 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

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

  1. 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": "*" } ] }
  1. Click the Add Source button to save the source configuration.

  2. If the connection settings are correct, then a success message will appear.

Please recheck the values if you get the following error message.

Screenshot 2025-01-10 at 13.38.39.png
  1. To return to the list of sources, please proceed by clicking the “Close” button.

  2. If you need to create additional source configurations, please repeat these steps.

  3. To configure your destinations, select the Destination tab after completing the source configurations.

Related content