Integrate Amazon Lex with Studio
These instructions are part of Open Forms with Amazon Lex V2.
Complete these instructions once. If you have completed them in the past, no need to repeat.
To complete these instructions you need the ARN provided to you by the Studio DevOps team. The ARN is of the form arn:aws:iam::AccountID:user/username
-
Sign up for an AWS account. Skip this step if you already have an account.
-
From Services, navigate to Identity and Access Management (IAM).
-
From IAM, under Access Management, select Roles.
-
Click Create Role.
-
To select the type of trusted entity, click Another AWS account.
-
In the Account ID field, enter the account ID portion of the ARN provided to you by the Studio DevOps team.
The ARN is of the form arn:aws:iam::AccountID:user/username
For ARN arn:aws:iam::123456789012:user/inferencelex the account ID is 123456789012
-
On the Attach Permissions Policies page, select the following policies to attach to the new role.
-
STSPolicy
-
AmazonLexRunBotsOnly
-
-
On the Review page, give the role a name.
An example name is Five9InferenceStudio_Lex_Integration
-
Optionally, provide a description to the role.
-
Verify the account ID is accurate.
-
Verify the policies attached to this role are STSPolicy and AmazonLexRunBotsOnly.
-
-
Open the role you just created.
-
From the Summary page, select the Trust relationships tab.
-
Click Edit Trust Relationship.
-
In the Policy Document, enter the ARN provided to you by the Studio DevOps team.
The ARN is of the form arn:aws:iam::AccountID:user/username
-
On the Summary page, copy the Role ARN and paste somewhere for later reference.
You use the role ARN to configure the open form type in Studio.
-