AWS Parameter Store
Learn how to sync secrets from Infisical to AWS Parameter Store.
Infisical will assume the provided role in your AWS account securely, without the need to share any credentials.
Prerequisites:
- Set up and add envars to Infisical Cloud
Create the Managing User IAM Role for AWS Parameter Store
-
Navigate to the Create IAM Role page in your AWS Console.
-
Select AWS Account as the Trusted Entity Type.
-
Choose Another AWS Account and enter 381492033652 (Infisical AWS Account ID). This restricts the role to be assumed only by Infisical. If self-hosting, provide your AWS account number instead.
-
Optionally, enable Require external ID and enter your project ID to further enhance security.
Add Required Permissions for the IAM Role
Use the following custom policy to grant the minimum permissions required by Infisical to sync secrets to AWS Parameter Store:
Copy the AWS IAM Role ARN
Authorize Infisical for AWS Parameter Store
-
Navigate to your project’s integrations tab in Infisical.
-
Click on the AWS Parameter Store tile.
-
Select the AWS Assume Role option.
-
Provide the AWS IAM Role ARN obtained from the previous step and press connect.
Start integration
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.
Infisical requires you to add a path for your secrets to be stored in AWS
Parameter Store and recommends setting the path structure to
/[project_name]/[environment]/
according to best practices. This enables a
secret like TEST
to be stored as /[project_name]/[environment]/TEST
in AWS
Parameter Store.
Was this page helpful?