Skip to content

Commit

Permalink
Merge pull request #85 from malscent/MB-48564-UpdateInstanceTypesForA…
Browse files Browse the repository at this point in the history
…WSSyncGateway

MB-48564 - Add new instance types to AWS Sync Gateway CFTs
  • Loading branch information
malscent authored Oct 1, 2021
2 parents 0e82cc8 + 86ddf4d commit 193b538
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 193b538

Please sign in to comment.