diff --git a/templates/workload-json-master.template b/templates/workload-json-master.template index f0f1796..ce7d3c3 100644 --- a/templates/workload-json-master.template +++ b/templates/workload-json-master.template @@ -123,12 +123,12 @@ }, "BastionAMIOS": { "AllowedValues": [ - "Amazon-Linux-HVM", + "Amazon-Linux2-HVM", "CentOS-7-HVM", - "Ubuntu-Server-14.04-LTS-HVM", - "Ubuntu-Server-16.04-LTS-HVM" + "Ubuntu-Server-20.04-LTS-HVM", + "SUSE-SLES-15-HVM" ], - "Default": "Amazon-Linux-HVM", + "Default": "Amazon-Linux2-HVM", "Description": "Linux distribution for the AMI to be used for the bastion instances.", "Type": "String" }, @@ -527,4 +527,4 @@ } } } -} \ No newline at end of file +} diff --git a/templates/workload-yaml-master.template.yaml b/templates/workload-yaml-master.template.yaml index 35a1032..8032653 100644 --- a/templates/workload-yaml-master.template.yaml +++ b/templates/workload-yaml-master.template.yaml @@ -88,11 +88,11 @@ Parameters: Type: List BastionAMIOS: AllowedValues: - - Amazon-Linux-HVM - - CentOS-7-HVM - - Ubuntu-Server-14.04-LTS-HVM - - Ubuntu-Server-16.04-LTS-HVM - Default: Amazon-Linux-HVM + - Amazon-Linux2-HVM + - CentOS-7-HVM + - Ubuntu-Server-20.04-LTS-HVM + - SUSE-SLES-15-HVM + Default: Amazon-Linux2-HVM Description: Linux distribution for the AMI to be used for the bastion instances. Type: String BastionInstanceType: