Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9775 launch config with instance store #9810

Merged
merged 2 commits into from
Feb 12, 2020
Merged

9775 launch config with instance store #9810

merged 2 commits into from
Feb 12, 2020

Commits on Aug 18, 2019

  1. revert part of 3d330bd

    * this revers part of commit 3d330bd, re-enabling the ability to use instance-store volumes
    * fetchRootDeviceName() will again return `nil, nil` when used against instance-store AMIs
    * re-add the `nil` value checking to fetchRootDeviceName() usage in readBlockDeviceMappingsFromConfig()
    Jonas Courteau committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    25fb1ca View commit details
    Browse the repository at this point in the history
  2. added test coverage for aws_launch_config + instance store AMIs

    * added instance store data AMI source
    * added basic acceptance test using this instance-store AMI
    Jonas Courteau committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    feafaa3 View commit details
    Browse the repository at this point in the history