Skip to content

Commit 9c1cc76

Browse files
committed
doc: Update README with details on AWS Secrets Manager profile naming for CloudFormation
1 parent 9ccfdae commit 9c1cc76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ You must [configure API keys](https://www.mongodb.com/docs/atlas/configure-api-a
1313
### CloudFormation Profile
1414
You should create a profile in the AWS Secrets Manager that contains the MongoDB Atlas Programmatic API Key.
1515

16+
The secret must be named `cfn/atlas/profile/{ProfileName}` and exist in the same AWS account and AWS region where the Cloudformation stack is run.
17+
1618
Use [this template](profile-secret.yaml) to create a [new CloudFormation stack](https://console.aws.amazon.com/cloudformation/home#/stacks/create) for the default profile that all resources attempt to use unless you specify a different profile.
1719

1820
### Configure the IAM Execution Role

0 commit comments

Comments
 (0)