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

Add support for placement group for launch templates #265

Closed miaeyg closed 9 months ago

miaeyg commented 9 months ago

With these changes the launch template is modified to use a newly created Placement Group. The placement group in created in the "pg.tf" file and the launch template is modified to use this new PG in the "locals.tf" file. "outputs.tf" was modified to output the new PG name.

dhoucgitter commented 9 months ago

Hi @miaeyg, thanks for your interest in supporting placement groups. When approved, our plan is to support and test a placement group strategy for viya4-iac-aws with an internal PR. We have merged pull requests from forked repos into the staging branch of our repos for more limited features, however we anticipate this feature may have a greater impact than those. As we don't yet have approval for supporting placement groups, I am going to close this PR to indicate there is no short term intent to merge it with our project. We recommend that you continue modifying your forked repo to work on placement group support until we can provide support for it in the viya4-iac-aws project. Expect to consider your ideas and changes when we get there.