aws-samples / service-catalog-engine-for-terraform-os

Apache License 2.0
128 stars 40 forks source link

Use t2.medium as default for EC2 instance type and add parameter over… #49

Closed zipengw27 closed 1 year ago

zipengw27 commented 1 year ago

Description of changes:

Use t2.medium as default for EC2 instance type used by the auto scaling group since Terraform recommends at least 4 GB of RAM here. This would address some failing executions due to memory issues while using the previous t2.micro instance type. Also added the capability to override this parameter.

Testing: