couchbase-partners / amazon-cloud-formation-couchbase

Amazon CloudFormation Templates (CFT) for Couchbase Enterprise
Apache License 2.0
9 stars 21 forks source link

Changing server instance type does not create server group #54

Open mtinnes opened 3 years ago

mtinnes commented 3 years ago

Trying to change the server instance type to m5.large from m5.xlarge results in the cluster not being created. I've updated the deploy-60plus.sh and changed InstanceType="m5.large". Instances are created successfully, but the login page shows the new cluster dialog indicating the cluster was not created. Switching back to the m5.xlarge instance type works correctly. Is there another configuration I need to modify?