Comment 7 for bug 1353670

Revision history for this message
Kanagaraj Manickam (kanagaraj-manickam) wrote :

abandon action is essentially doing the export of stack template + data and forcible delete. So could we convert the abandon option in to below new+old actions:

1. [new] export: export the stack template + all resources with it's data (abandon first step)
2. [old] delete: delete the stack. (abandon second step)

so abandon = export + delete

now user would be able to get the data first using export action, once data is completely available, user could go for delete action directly. so abandon could be renamed to export and remove the deletion (second) part, which can be achieved by using 'delete' action.

User could use the Exported data for adopting later.