diff --git a/docs/integrations/cloud/aws-parameter-store.mdx b/docs/integrations/cloud/aws-parameter-store.mdx
index c872e39f0..fdad8b638 100644
--- a/docs/integrations/cloud/aws-parameter-store.mdx
+++ b/docs/integrations/cloud/aws-parameter-store.mdx
@@ -30,13 +30,18 @@ Prerequisites:
"ssm:DeleteParameter",
"ssm:GetParametersByPath",
"ssm:DeleteParameters",
- "ssm:AddTagsToResource" // if you need to add tags to secrets
+ "ssm:AddTagsToResource", // if you need to add tags to secrets
+ "kms:ListKeys", // if you need to specify the KMS key
+ "kms:ListAliases", // if you need to specify the KMS key
+ "kms:Encrypt", // if you need to specify the KMS key
+ "kms:Decrypt" // if you need to specify the KMS key
],
"Resource": "*"
}
]
}
```
+
Obtain a AWS access key ID and secret access key for your IAM user in IAM > Users > User > Security credentials > Access keys
@@ -44,7 +49,7 @@ Prerequisites:



-
+
Navigate to your project's integrations tab in Infisical.

@@ -59,6 +64,7 @@ Prerequisites:
breaks E2EE, it's necessary for Infisical to sync the environment variables to
the cloud platform.
+
Select which Infisical environment secrets you want to sync to which AWS Parameter Store region and indicate the path for your secrets. Then, press create integration to start syncing secrets to AWS Parameter Store.
@@ -72,6 +78,6 @@ Prerequisites:
secret like `TEST` to be stored as `/[project_name]/[environment]/TEST` in AWS
Parameter Store.
+
-