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