Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MarciaRieferJohnston committed Jul 31, 2020
2 parents 568525e + 7b45904 commit a319277
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions templates/workload-json-master.template
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -527,4 +527,4 @@
}
}
}
}
}
10 changes: 5 additions & 5 deletions templates/workload-yaml-master.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ Parameters:
Type: List<AWS::EC2::AvailabilityZone::Name>
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:
Expand Down

0 comments on commit a319277

Please sign in to comment.