From ab43fb879f5e0b575441405356671fb67abaa012 Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Mon, 17 Jun 2024 16:50:29 +0200 Subject: [PATCH] Apply suggestions from code review Generalized AWS Principal statement to contain generic info. Co-authored-by: Gabriele Fedi <91485518+GabriFedi97@users.noreply.github.com> --- .../release/getting_started/creating_a_cluster/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx b/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx index 5d919394636..0988ed48c11 100644 --- a/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx +++ b/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx @@ -253,7 +253,7 @@ After you create the cluster in the BigAnimal console, the UI will display the * "Sid": "Enable IAM User Permissions", "Effect": "Allow", "Principal": { - "AWS": "arn:aws:iam::142348057180:root" + "AWS": "arn:aws:iam:::root" }, "Action": "kms:*", "Resource": "*" @@ -262,7 +262,7 @@ After you create the cluster in the BigAnimal console, the UI will display the * "Sid": "Enable TDE on cluster ExampleCluster", "Effect": "Allow", "Principal": { - "AWS": "arn:aws:iam::142348057180:role/ba-vcvolsnap0ZUPsgZ-us-east-1-p-k2nxxtndkg" + "AWS": "arn:aws:iam:::role/" }, "Action": [ "kms:Encrypt",