Skip to content

Commit

Permalink
Make AMIs required, instance types advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
lewfish committed Jan 30, 2019
1 parent 97e75e6 commit 02d416e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cloudformation/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Metadata:
- VPC
- SubnetIds
- KeyName
- GpuAMI
- CpuAMI
-
Label:
default: AMIs and Instance Types (Required)
default: Instance Types (Advanced)
Parameters:
- GpuAMI
- CpuAMI
- GpuInstanceTypes
- CpuInstanceTypes
-
Expand Down Expand Up @@ -98,12 +98,10 @@ Parameters:

GpuAMI:
Type: AWS::EC2::Image::Id
Default: ami-08169a3f3a0be41cd
Description: Amazon Machine Image to use for the GPU-enabled compute environment

CpuAMI:
Type: AWS::EC2::Image::Id
Default: ami-08169a3f3a0be41cd
Description: Amazon Machine Image to use for the CPU-enabled compute environment

KeyName:
Expand Down

0 comments on commit 02d416e

Please sign in to comment.