Skip to content

Commit

Permalink
Add new NVME instance families
Browse files Browse the repository at this point in the history
  • Loading branch information
h4xnoodle committed Mar 6, 2020
1 parent 9b428ff commit 9a38ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bosh_aws_cpi/lib/cloud/aws/block_device_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class BlockDeviceManager

# Newer, nitro-based instances use NVMe storage volumes.
# https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
NVME_INSTANCE_FAMILIES = %w[c5 c5d c5n m5 m5a m5ad m5d r5 r5a r5ad r5d t3 t3a z1d].freeze
NVME_INSTANCE_FAMILIES = %w[a1 c5 c5d c5n g4 m5 m5a m5n m5ad m5dn m5d r5 r5a r5ad r5d r5dn t3 t3a z1d].freeze
NVME_INSTANCE_TYPES = %w[p3dn.24xlarge].freeze

def initialize(logger, stemcell, vm_cloud_props)
Expand Down

0 comments on commit 9a38ed4

Please sign in to comment.