Skip to content

Commit 3404bac

Browse files
authored
Fix typo with stage name in iam roles (opensearch-project#10329)
Signed-off-by: Andre Kurait <[email protected]>
1 parent f2c8530 commit 3404bac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_migration-assistant/deploying-migration-assistant/iam-and-security-groups-for-existing-clusters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ When migrating between two managed clusters, for example, when both domains were
3232
Use the following steps to grant the required permissions:
3333

3434
1. In the AWS Management Console, navigate to **CloudFormation** > **Stacks**.
35-
2. Locate the stack that starts with `OSMigrations-<state>-<region>` (created during CDK deployment).
35+
2. Locate the stack that starts with `OSMigrations-<stage>-<region>` (created during CDK deployment).
3636
3. Go to the **Resources** tab and locate the following IAM roles:
3737

3838
```bash
39-
arn:aws:iam::****:role/OSMigrations-<state>-<region>-MigrationServiceTaskRoleC-
40-
arn:aws:iam::****:role/OSMigrations-<state>-<region>-reindexfromsnapshotTaskRo-
41-
arn:aws:iam::****:role/OSMigrations-<state>-<region>-trafficreplayerdefaultTas-
39+
arn:aws:iam::****:role/OSMigrations-<stage>-<region>-MigrationServiceTaskRoleC-
40+
arn:aws:iam::****:role/OSMigrations-<stage>-<region>-reindexfromsnapshotTaskRo-
41+
arn:aws:iam::****:role/OSMigrations-<stage>-<region>-trafficreplayerdefaultTas-
4242
```
4343

4444
4. In both the source and target clusters, map users to each Amazon Resource Name (ARN) using the following steps:

0 commit comments

Comments
 (0)