-
Notifications
You must be signed in to change notification settings - Fork 348
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
Is there a way to increase volume size of instance created #212
Comments
Hmm, this seems off. Are you 100% sure that you are using the correct ami within the same region? |
Hi, |
Hi Team,
|
I dont have the time to implement this but do have the time to test it if you push a pull request? :) I have not been able to recreate your issue with the wrong disk size on the nodes that Im starting. |
sure, I'll then raise PR for this change in sometime as soon as I get some bandwidth. Thanks, |
Just to confirm when i use my custom AMI it always uses the AMI instance disk size.. |
Hi @stecullum @Preen, the EBS snapshot associated with your AMI (say 256 GB). does it spin up an EC2 instance with 256 GB volume also? You can look at AMI description and EBS Snapshot attached with 256GB but then also when instance is created only 8GB is assigned to it ![]() Thanks |
Hi,
I have created an AMI with 256 GB snapshot. However when I spinning up EC2 in workflow, it is creating instance with 8GB volume only. Do I need to specify some additional input in 'with' ?
PS: Creating instance manually from AWS console using given AMI creates instance with 256GB
Regards,
The text was updated successfully, but these errors were encountered: