Skip to content

Commit 46603a6

Browse files
committed
replace account ID in resource permissions
1 parent 2d2820d commit 46603a6

File tree

1 file changed

+2
-2
lines changed
  • content/operate/rc/databases/rdi

1 file changed

+2
-2
lines changed

content/operate/rc/databases/rdi/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If your source database has TLS or mTLS enabled, we recommend that you enter the
5050

5151
- **Encryption key**: Select a self-managed encryption key from the list of keys, or select **Add a new key** to [create one](https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html).
5252

53-
- **Resource permissions**: Add the following permissions to your secret to allow the Redis data pipeline to access your secret:
53+
- **Resource permissions**: Add the following permissions to your secret to allow the Redis data pipeline to access your secret. Replace `<AWS ACCOUNT ID>` with the provided AWS Account ID.
5454

5555
```json
5656
{
@@ -63,7 +63,7 @@ If your source database has TLS or mTLS enabled, we recommend that you enter the
6363
"Resource" : "*",
6464
"Condition" : {
6565
"StringLike" : {
66-
"aws:PrincipalArn" : "arn:aws:iam::984612047909:role/redis-data-pipeline-secrets-role"
66+
"aws:PrincipalArn" : "arn:aws:iam::<AWS ACCOUNT ID>:role/redis-data-pipeline-secrets-role"
6767
}
6868
}
6969
} ]

0 commit comments

Comments
 (0)