Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Specify instance image via aws_ami resource #284

Merged
merged 2 commits into from Feb 15, 2017
Merged

Specify instance image via aws_ami resource #284

merged 2 commits into from Feb 15, 2017

Commits on Feb 15, 2017

  1. Specify instance image via aws_ami resource

    This commit specifies the instance image via the aws_ami resource.
    This has the following advantages:
    
      - it makes it clearer which ami we're using, and what specific
        properties we want (in this case, ubuntu xenial on hvm with ssd
        storage)
      - it will automatically use newer AMIs when they become available
    
    This has the following disadvantage:
    
      - it will automatically use newer AMIs when they become available
    
    ie, when a new ubuntu AMI gets baked, this code will automatically
    rebuild the world to use it.
    
    Putting this out as a PR for discussion; I'm undecided about it.
    philandstuff committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    583dee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40aaaf1 View commit details
    Browse the repository at this point in the history