defenseunicorns / delivery-aws-iac

Apache License 2.0
16 stars 5 forks source link

Add ability to specify instance type(s), ASG min/max size, and root volume size as variables #250

Open RothAndrew opened 1 year ago

RothAndrew commented 1 year ago

Persona

Submitting on behalf of a user who wants to use the example root module we have created with minimal changes in order to do a Big Bang deployment

Description

I'd like to be able to specify which instance type(s) are being used, how many of them will be created, and how big their root volumes are, without having to change terraform code to do it.

Use Case

We want to make it easy for people to use this work via a simple interface (terraform variables)

Impact

If I want to change it I have to change the terraform code, and have an understanding of what the configuration needs to look like.

Completion

The following variables exist, with defaults that are suitable for a reference Big Bang deployment.

In the example root module:

Additionally:

Additional Context

RothAndrew commented 1 year ago

Setting these variables should affect both managed and self-managed nodegroups, to keep things simple and easy to understand.