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

ec2_ami: boot_mode is missing "uefi-preferred" option #2064

Closed
1 task done
ypismerov-tmx opened this issue Apr 26, 2024 · 0 comments · Fixed by #2253
Closed
1 task done

ec2_ami: boot_mode is missing "uefi-preferred" option #2064

ypismerov-tmx opened this issue Apr 26, 2024 · 0 comments · Fixed by #2253
Assignees
Labels

Comments

@ypismerov-tmx
Copy link

Summary

There are cases uefi-preferred has to be set up for AMI to be able to work with AWS metal instances (dedicated hosts).
It is currently missing. Only uefi and legacy-bios modes are supported by boot_mode parameter
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html lists of currently supported boot modes.

Issue Type

Feature Idea

Component Name

ec2_ami

Additional Information

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@mandar242 mandar242 self-assigned this Aug 27, 2024
patchback bot pushed a commit that referenced this issue Aug 28, 2024
SUMMARY

Add support for uefi-preferred boot mode
Fixes #2064

ISSUE TYPE

Feature Pull Request

COMPONENT NAME

ec2_ami
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
(cherry picked from commit edb41e9)
softwarefactory-project-zuul bot pushed a commit that referenced this issue Aug 28, 2024
This is a backport of PR #2253 as merged into main (edb41e9).
SUMMARY

Add support for uefi-preferred boot mode
Fixes #2064

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

ec2_ami
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
@mandar242 mandar242 added jira and removed jira labels Aug 28, 2024
braydencw1 pushed a commit to braydencw1/amazon.aws that referenced this issue Aug 29, 2024
…s#2253)

SUMMARY

Add support for uefi-preferred boot mode
Fixes ansible-collections#2064

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

ec2_ami
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants