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: cfn-resources/cloud-backup-restore-jobs/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## (2025-02-26)
4
+
5
+
**(BREAKING CHANGE) REMOVED SUPPORT FOR SERVERLESS INSTANCES**
6
+
7
+
Serverless instances are no longer supported. The `InstanceType` field now only accepts `"cluster"`. Serverless API calls and code paths have been removed.
Copy file name to clipboardExpand all lines: cfn-resources/cloud-backup-restore-jobs/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@
3
3
## Description
4
4
Resource for managing [Cloud BackUp Restore Jobs](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-cloud-backups).
5
5
6
-
**WARNING:**`serverless` instance type is deprecated and will be removed in January 2026. For more details, see [Migrate your programmatic tools from M2, M5, or Serverless Instances to Flex Clusters](https://www.mongodb.com/docs/atlas/flex-migration/).
7
-
8
6
## Requirements
9
7
10
8
Set up an AWS profile to securely give CloudFormation access to your Atlas credentials.
Type of instance specified on the Instance Name serverless or cluster. **WARNING:**`serverless` instance type is deprecated and will be removed in January 2026. For more details, see [Migrate your programmatic tools from M2, M5, or Serverless Instances to Flex Clusters](https://www.mongodb.com/docs/atlas/flex-migration/).
Copy file name to clipboardExpand all lines: cfn-resources/cloud-backup-restore-jobs/mongodb-atlas-cloudbackuprestorejobs.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,14 @@
28
28
"type": "string"
29
29
},
30
30
"InstanceType": {
31
-
"description": "Type of instance specified on the Instance Name serverless or cluster. **WARNING:** `serverless` instance type is deprecated and will be removed in January 2026. For more details, see [Migrate your programmatic tools from M2, M5, or Serverless Instances to Flex Clusters](https://www.mongodb.com/docs/atlas/flex-migration/).",
31
+
"description": "Type of instance specified on the Instance Name.",
32
32
"type": "string",
33
33
"enum": [
34
-
"serverless",
35
34
"cluster"
36
35
]
37
36
},
38
37
"InstanceName": {
39
-
"description": "The instance name of the Serverless/Cluster whose snapshot you want to restore or you want to retrieve restore jobs.",
38
+
"description": "Human-readable label that identifies the cluster.",
0 commit comments