Skip to content

Commit

Permalink
chore(aws): Update BlockDeviceConfig for p4d.24xlarge (#5078)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajordens committed Nov 6, 2020
1 parent 1f7d7b7 commit dbfc9ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ public BlockDeviceConfig(DeployDefaults deployDefaults) {
.put("p3.8xlarge", sizedBlockDevicesForEbs(120))
.put("p3.16xlarge", sizedBlockDevicesForEbs(120))
.put("p3dn.24xlarge", sizedBlockDevicesForEbs(120))
.put("p4d.24xlarge", enumeratedBlockDevicesWithVirtualName(1))
.put("t1.micro", Collections.emptyList())
.put("t2.nano", Collections.emptyList())
.put("t2.micro", Collections.emptyList())
Expand Down

0 comments on commit dbfc9ec

Please sign in to comment.