Setup Integrations

This guide details integrating AWS accounts with a CloudFormation stack and Azure subscriptions by creating a read-only Service Principal, enabling centralized management and visibility of your cloud resources.

  1. Login to AWS CLI Ensure the AWS CLI is installed and configured with administrative privileges.

  2. Prepare AWS Accounts

    If you prefer to perform these steps manually, click here.

    curl -fsSL https://raw.githubusercontent.com/opengovern/integration-automation/main/scripts/configure-aws-organization-accounts.sh | bash
  3. Enter Credentials in Opengovernance

    • Go to Integrations -> AWS -> Add AWS Account.

    • Enter the following details in the wizard: AccessKeyID, SecretAccessKey -IAM Role Name: OpenGovernanceReadOnly

    Lease ExternalID and Role in Main Account blank.

Last updated