From ee29097823d538a9e61613ec4897153a9c0aee29 Mon Sep 17 00:00:00 2001 From: Gavin Frazar Date: Tue, 30 Jul 2024 13:47:42 -0700 Subject: [PATCH] update db enrollment task role instructions (#44709) Ask for task role name, not role ARN --- .../Database/DeployService/AutoDeploy/AutoDeploy.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/web/packages/teleport/src/Discover/Database/DeployService/AutoDeploy/AutoDeploy.tsx b/web/packages/teleport/src/Discover/Database/DeployService/AutoDeploy/AutoDeploy.tsx index bcd351cfedeaa..108c5c240d98d 100644 --- a/web/packages/teleport/src/Discover/Database/DeployService/AutoDeploy/AutoDeploy.tsx +++ b/web/packages/teleport/src/Discover/Database/DeployService/AutoDeploy/AutoDeploy.tsx @@ -387,24 +387,21 @@ const CreateAccessRole = ({

Step 1

- Name a Task Role ARN for this Database Service and generate a configure - command. This command will configure the required permissions in your - AWS account. + Name an IAM role for the Teleport Database Service and generate a + configuration command. The generated command will create the role and + configure permissions for it in your AWS account.

setTaskRoleArn(e.target.value)} - toolTipContent={`Amazon Resource Names (ARNs) uniquely identify AWS \ - resources. In this case you will naming an IAM role that this \ - deployed service will be using`} /> {scriptUrl ? 'Regenerate Command' : 'Generate Command'}