Skip to content

Commit

Permalink
MB-48564 - Add new instance types to AWS Sync Gateway CFTs
Browse files Browse the repository at this point in the history
    * Added t3.2xlarge, t3.xlarge, t3.large, r5.2xlarge, r5.4xlarge, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, c5n.2xlarge, c5n.4xlarge instance types
  • Loading branch information
malscent committed Oct 1, 2021
1 parent 0e82cc8 commit 86ddf4d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion aws/CouchbaseServerAndSyncGateway/couchbase-amzn-lnx2.template
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@
"AllowedValues": [
"c5n.xlarge",
"t3.medium",
"t3.large",
"t3.xlarge",
"t3.2xlarge",
"m4.large",
"m4.xlarge",
"m4.2xlarge",
Expand All @@ -208,6 +211,11 @@
"c5.4xlarge",
"r5.large",
"r5.xlarge",
"r5.2xlarge",
"r5.4xlarge",
"r5d.xlarge",
"r5d.2xlarge",
"r5d.4xlarge",
"r4.large",
"r4.xlarge",
"m5a.large",
Expand All @@ -216,7 +224,9 @@
"r5a.large",
"r5a.xlarge",
"i3.large",
"i3.xlarge"
"i3.xlarge",
"c5n.2xlarge",
"c5n.4xlarge"
]
},
"Username": {
Expand Down
12 changes: 11 additions & 1 deletion aws/CouchbaseSyncGateway/couchbase-amzn-lnx2.template
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"AllowedValues": [
"c5n.xlarge",
"t3.medium",
"t3.large",
"t3.xlarge",
"t3.2xlarge",
"m4.large",
"m4.xlarge",
"m4.2xlarge",
Expand All @@ -118,6 +121,11 @@
"c5.4xlarge",
"r5.large",
"r5.xlarge",
"r5.2xlarge",
"r5.4xlarge",
"r5d.xlarge",
"r5d.2xlarge",
"r5d.4xlarge",
"r4.large",
"r4.xlarge",
"m5a.large",
Expand All @@ -126,7 +134,9 @@
"r5a.large",
"r5a.xlarge",
"i3.large",
"i3.xlarge"
"i3.xlarge",
"c5n.2xlarge",
"c5n.4xlarge"
]
},
"CouchbaseClusterUrl": {
Expand Down

0 comments on commit 86ddf4d

Please sign in to comment.