-
Notifications
You must be signed in to change notification settings - Fork 2
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
[ Bug ] Make EBS boot volume configurable #164
Comments
Added additional configuration value |
This solution is not fully baked yet. Just ran into the following error while deploying another test.
SuspicionsThe most recent AMI search settled on Proposed Solution
My preference is @schaluva for awareness and a chance to opine re: what approach she thinks makes more sense (or if there are others I've neglected to note). |
…_family [#164] Narrow AMI filter to AL2023-minimal
It has been discovered that ~October 2024, AWS changed the size of the default EBS boot disk on some of the AMI families used by the installer. This can impact new deployments. Example:
al2023-ami-minimal-2023.6.20241212.0-kernel-6.1-x86_64
: 2 GB boot diskal2023-ami-minimal-2023.6.20241121.0-kernel-6.1-x86_64
: 2 GB boot diskal2023-ami-minimal-2023.6.20241031.0-kernel-6.1-x86_64
: 8 GB boot disk2 GB is not a big enough disk to load all the packages and images required to stand up the application. Example of error thrown when trying to execute the Ansible step to install
docker
:Solution
Add an additional configuration value to explicitly set the boot disk size of the instantiated EC2 instance.
The text was updated successfully, but these errors were encountered: