Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Use AMI from mappings #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Use AMI from mappings #11

wants to merge 3 commits into from

Conversation

fquffio
Copy link
Contributor

@fquffio fquffio commented Mar 21, 2019

This PR removes the CloudFormation parameter that forced you to specify an AMI ID for manager instance.

Latest AMIs for AWS regions are obtained with make list-latest-amis and are present in the template as a Mapping. The AMI is then selected automatically by CloudFormation based on the AWS Region the stack is launched in.

This resolves #6.

@fquffio fquffio added the enhancement New feature or request label Mar 21, 2019
@fquffio fquffio self-assigned this Mar 21, 2019
@fquffio fquffio force-pushed the chore/amis-from-mappings branch 2 times, most recently from a6200f1 to 886e02d Compare March 21, 2019 11:36
@pflorek
Copy link

pflorek commented Dec 5, 2019

This PR removes the CloudFormation parameter that forced you to specify an AMI ID for manager instance.

Latest AMIs for AWS regions are obtained with make list-latest-amis and are present in the template as a Mapping. The AMI is then selected automatically by CloudFormation based on the AWS Region the stack is launched in.

This resolves #6.

We still need the parameter ** ManagerImageId** for our custom patched AMI amzn2 😞 Is there a possibility for a condition, to mix in the mapping, if an image id is not given?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarification on Manager Image
2 participants