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

vmlifecycle - aws - add support for setting volume type #680

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rabeyta
Copy link

@rabeyta rabeyta commented Dec 3, 2024

default to gp2 (current behavior). allows user to define boot_disk_type in their aws config to instruct the type of volume to use during vm creation

refactoring aws lifecycle create to no longer perform a modify volume after initial creation. pass those disk options to initial creation to allow users to modify the volume if necessary after initial create without a penalty. aws imposes a 6 hour cool down between changes and this allows a user to modify vs the create causing a 6 hour cooldown before the next change is allowed

default to gp2 (current behavior). allows user to define boot_disk_type in their aws config to instruct the type of volume to use when modifying the volume after vm creation

refactoring aws lifecycle create to no longer perform a modify volume after initial creation. pass those disk options to initial creation to allow users to modify the volume if necessary after initial create without a penalty. aws imposes a 6 hour cool down between changes and this allows a user to modify vs the create causing a 6 hour cooldown before the next change is allowed

Co-authored-by: Shawn Neal <[email protected]>
rabeyta added a commit to rabeyta/docs-platform-automation that referenced this pull request Dec 3, 2024
add BootDiskType to example due to PR pivotal-cf/om#680
Co-authored-by: Shawn Neal <[email protected]>
rabeyta added a commit to rabeyta/docs-platform-automation that referenced this pull request Dec 3, 2024
add boot_disk_type to example due to PR pivotal-cf/om#680

Co-authored-by: Shawn Neal <[email protected]>
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.

1 participant