Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

NVMe support for ec2 provider #486

Closed
wants to merge 2 commits into from

Commits on Jul 16, 2018

  1. NVMe support for ec2 provider

    Fixes: andsens#452
    
    Adds support for building on EC2 hosts that have NVMe EBS devices.
    
    Introduces the DescribeInstances permission requirement for the calling
    role.
    
    Changes the device naming logic on the host during build time.
    - The new target volume will be mounted with the highest available
      DeviceName in the BlockDeviceMapping object, taking care to avoid
      assignments that also are allocated at launch to ephemeral devices
      (C5d, I3, F1, and M5d currently).
    - The system device name will be identifed by the difference between the
      existing block devices prior to and after the AttachVolume call has
      finished. This does not address the race condition identified in andsens#459.
    john-pierce committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    638d270 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    0550e1e View commit details
    Browse the repository at this point in the history