sassoftware / viya4-iac-aws

This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products products on Amazon AWS.
Apache License 2.0
39 stars 44 forks source link

AWS Placement Groups #259

Closed miaeyg closed 10 months ago

miaeyg commented 10 months ago

Does this project support placing all EC2 instances in the same AWS placement group (as SAS recommends)?

dhoucgitter commented 10 months ago

@miaeyg, viya4-iac-aws doesn't currently support configuring one of the three available AWS placement group strategies (cluster, partition or spread). Towards that end, PR #239 implemented support that restricts the worker nodes to a single availability group which is similar to but not identical to what the cluster placement group strategy provides.

miaeyg commented 10 months ago

Can you turn this into a feature request?

dhoucgitter commented 10 months ago

@miaeyg, I think the existing issue #102 covers the enhancement request for placement group support.