From 5252233912720b246717e1bdeaeb28fbb05eaa15 Mon Sep 17 00:00:00 2001 From: CY Khoo Date: Tue, 28 May 2024 13:55:47 +0000 Subject: [PATCH] Remove Modernize Page --- utils/CustomPage/Pages/Modernize.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 utils/CustomPage/Pages/Modernize.py diff --git a/utils/CustomPage/Pages/Modernize.py b/utils/CustomPage/Pages/Modernize.py deleted file mode 100644 index 8b5e6af..0000000 --- a/utils/CustomPage/Pages/Modernize.py +++ /dev/null @@ -1,26 +0,0 @@ -from utils.Config import Config -from utils.CustomPage.CustomObject import CustomObject - -class Modernize(CustomObject): - ResourcesToTrack = { - 'rds': { - 'rdsmariadb': {'MoveToGraviton', 'ConsiderAurora'}, - 'rdsmysql': {'MoveToGraviton', 'ConsiderAurora'}, - 'rdsmssql': {'ConsiderOpenSource'}, - 'rdspostgres': {'MoveToGraviton', 'ConsiderAurora'}, - 'rdsmysqlaurora': {}, - 'rdspostgresaurora': {} - }, - 'ec2': { - 'ec2instance': {} - }, - 'eks': { - 'ekscommon': {} - }, - 'lambda': { - 'lambdacommon': {} - } - } - - def __init__(self): - super().__init__() \ No newline at end of file