aws-samples / mwaa-disaster-recovery

Disaster recovery solution for Amazon Managed Workflows for Apache Airflow (MWAA)
https://github.com/aws-samples/mwaa-disaster-recovery
MIT No Attribution
5 stars 5 forks source link

[FEATURE] Automated restart of MWAA environment after recovery workflow #5

Closed crupakheti closed 5 months ago

crupakheti commented 7 months ago

Is there an existing feature request for this?

What MWAA versions will be affected by this feature request?

2.5.1, 2.6.3, 2.7.2, 2.8.1

Is your feature request related to a problem? Please describe.

During the backup restore recovery workflow, when a new MWAA environment gets created, the plugins will load before the workflow had an opportunity to restore the connections and variables tables. If a plugin depend on these tables, they they will fail due to missing variable/connection dependencies.

Describe the solution that you would like.

A solution is to automate restarting the newly created MWAA environment after all the other tasks of the recovery workflow is complete.

Describe alternatives you have considered.

The alternative is to manually restart the MWAA environment after the recovery workflow is complete, which is not ideal in a DR situation.

Anything else?

N/A

crupakheti commented 5 months ago

This is not a priority at the moment.