-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow for disk size in ec2 instances
Our EC2 code allows adding and removing volumes, but not setting the default volume size. For a t3.micro, it is only 8G. This is causing some cloud-init tests to fail. This commit allows for specifying default disk size, and sets the default to 15G.
- Loading branch information
1 parent
f2cfeeb
commit d3ef6c5
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1!5.8.0 | ||
1!5.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters