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

Made boot disk size configurable. #166

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

gwright99
Copy link
Collaborator

No description provided.

@gwright99 gwright99 requested a review from schaluva December 14, 2024 13:13
@gwright99 gwright99 linked an issue Dec 14, 2024 that may be closed by this pull request
@schaluva
Copy link
Collaborator

Added ec2_root_volume_size = 8 to terraform.tfvars with v24.1.7 and confirmed successful deployment of Platform. Additional check with value of ec2_root_volume_size = 2 and confirmed the following error message:

Error: updating EC2 Instance (i-02237ca2fed29147a) volume (vol-0edfc3c76529b83c6): InvalidParameterValue: New size cannot be smaller than existing size
│       status code: 400, request id: ff48532e-1d3c-4bdd-b92d-91217c43c334
│ 
│   with aws_instance.ec2,
│   on 006_ec2.tf line 101, in resource "aws_instance" "ec2":
│  101: resource "aws_instance" "ec2" {

@gwright99 gwright99 merged commit 19233a4 into master Dec 17, 2024
@gwright99 gwright99 deleted the gwright99/164-make-ebs-configurable branch December 17, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ Bug ] Make EBS boot volume configurable
2 participants