DevopsArtFactory / goployer

AWS Deployer with Go
https://goployer.dev
Apache License 2.0
72 stars 13 forks source link

Add override spot instance type option #136

Closed YoungJinJung closed 3 years ago

YoungJinJung commented 3 years ago

If mixed_instances_policy option is enabled, then override_instance_types is working.

but override_instance_types cannot dynamic change value.

In this case, add override option for multiple override instance type for spot instance.

And user can Input multiple instances but only same instance type can use. (ex. t6g type(arm64) cannot use t3 type(x86_64))