Integration Setup
AWS
Pre-requisites
Administrative access to AWS Account
AWS CLI Installed and confirmed
Step 1: Deploy CloudFormation #
Based on how you want to deploy, please select one of the choices.
Confirm this step has been completed by validating.
Step 2: Generate IAM Keys
a. Generate Credentials
Step 3: Gather Required Fields
You will need the following:
IAM User Access Key
IAM User Access Secret
If you customize Role Name, you will need to
Azure
Pre-requisite
Azure CLI
Permission to create Service Account in AzureAD/Entra
Ability to assign permission to SPN on one ore more Azure Subscriptions
Step 1: Login to CLI
The easiest way to create the Service Principal is with the Azure Cloud Shell in the Azure portal which provides a pre-installed, pre-configured Azure CLI 2.0. If you can't use Azure Cloud Shell, install Azure CLI 2.0 in the system of your preference.
Step 2: Create Service Account (SPN)
Create an SPN
Running this command will provide the following output
If your account doesn't have permission to create a service principal, az ad sp create-for-rbac
returns an error message containing "Insufficient privileges to complete the operation".
Contact your Microsoft Entra admin to create a service principal.
For more information about user settings in Microsoft Entra ID, see Restrict who can create applications.
Step 3: Delegate Read Access
Last updated