nasa / opera-sds-pcm

Observational Products for End-Users from Remote Sensing Analysis (OPERA)
Apache License 2.0
16 stars 12 forks source link

[New Feature]: Disable AZ Rebalancing for all ASGs #1027

Open philipjyoon opened 4 days ago

philipjyoon commented 4 days ago

Checked for duplicates

Yes - I've already checked

Alternatives considered

Yes - and alternatives don't suffice

Related problems

No response

Describe the feature request

AWS Availability Zone Rebalancing unnecessarily kills our verdi EC2s in the middle of processing leading to wasted EC2 resources, time, and corresponding money. Such feature is useful for services that serve short requests by many consumers across different regions... is only harmful for long-running processing tasks like OPERA.

We can disable it manually using the following command post deployment but better to disable it in terraform. SWOT is making that changes themselves so we will just copy what they do: https://jira.jpl.nasa.gov/browse/SSDS-4114