You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,26 @@ Incorrect usage:
91
91
"Profile" : "cfn/atlas/profile/ProfileName"
92
92
```
93
93
94
+
## MongoDB Atlas for Government
95
+
96
+
MongoDB Atlas CloudFormation resources support [MongoDB Atlas for Government](https://www.mongodb.com/products/platform/atlas-for-government). To use Atlas for Government (Cloud Gov), configure the `IsMongoDBGovCloud` flag in your profile secret and use government-specific regions.
97
+
98
+
### Configure your Profile for Cloud Gov
99
+
100
+
When creating the profile secret in AWS Secrets Manager, include the `IsMongoDBGovCloud` field set to `true`:
1. Review [Atlas for Government considerations](https://www.mongodb.com/docs/atlas/government/atlas-for-government/).
109
+
2. An existing Atlas Organization with billing set up in your Cloud Gov environment.
110
+
3. API keys with the Organization Owner or Organization Project Creator role.
111
+
112
+
**Note**: Set `RegionUsageRestrictions` to `GOV_REGIONS_ONLY` on your project and use government-specific region names (e.g., `US_GOV_WEST_1` for AWS).
113
+
94
114
## Logging
95
115
96
116
Logging for AWS CloudFormation Public extensions is currently disabled. AWS is evaluating if logging is useful for consumers of third party extensions, if this is something you need or would like to request please open a ticket directly with AWS Support.
0 commit comments