From ddb4b5b658516fbf7a6d2bc48ad14636d8db38e2 Mon Sep 17 00:00:00 2001 From: Cristian Magherusan-Stanciu Date: Thu, 15 Feb 2024 14:23:34 +0100 Subject: [PATCH] Expose all Microsoft SQL Server license types in the UI --- in/rds.html.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/in/rds.html.mako b/in/rds.html.mako index 08f5503..48a5e62 100644 --- a/in/rds.html.mako +++ b/in/rds.html.mako @@ -174,7 +174,7 @@ % endfor - % for platform, code in {'MySQL': '2', 'SQL Server Standard': '12', 'Aurora Postgres & MySQL': '21', 'Aurora I/O Optimized': '211', 'MariaDB': '18', 'Oracle Enterprise': '5'}.items(): + % for platform, code in {'MySQL': '2', 'SQL Server Express': '10','SQL Server Web': '11','SQL Server Standard': '12','SQL Server Enterprise': '15', 'Aurora Postgres & MySQL': '21', 'Aurora I/O Optimized': '211', 'MariaDB': '18', 'Oracle Enterprise': '5'}.items(): ${platform} On Demand Cost % if code != '211': @@ -257,7 +257,7 @@ % endfor - % for platform, code in {'MySQL': '2', 'SQL Server Standard': '12', 'Aurora Postgres & MySQL': '21', 'Aurora I/O Optimized': '211', 'MariaDB': '18', 'Oracle Enterprise': '5'}.items(): + % for platform, code in {'MySQL': '2', 'SQL Server Express': '10', 'SQL Server Web': '11', 'SQL Server Standard': '12','SQL Server Enterprise': '15', 'Aurora Postgres & MySQL': '21', 'Aurora I/O Optimized': '211', 'MariaDB': '18', 'Oracle Enterprise': '5'}.items(): % if inst['pricing'].get('us-east-1', {}).get(code, {}).get('ondemand', 'N/A') != "N/A":