awslabs / aiops-modules

AIOps modules is a collection of reusable Infrastructure as Code (IaC) modules for Machine Learning (ML), Foundation Models (FM), Large Language Models (LLM) and GenAI development and operations on AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] configure EFS removal policy for `mlflow-fargate` module

kukushking opened this issue · comments

Is your feature request related to a problem? Please describe.
Integration test deployments leave EFS volumes after module destroy... which is a reasonable default. We might want to add cofigurable removal policy.

Describe the solution you'd like
Add efs_removal_policy input parameter. Default to RETAIN.