Skip to content

Commit 882fdaf

Browse files
committed
update default volume size
Signed-off-by: Gyuho Lee <[email protected]>
1 parent a02c3ab commit 882fdaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/avalancheup-aws/cfn-templates/asg_ubuntu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Parameters:
100100
# https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping-ebs.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs-volumesize
101101
VolumeSize:
102102
Type: Number
103-
Default: 500
103+
Default: 300
104104
MinValue: 200
105105
MaxValue: 1024
106106
Description: Size of the root disk for the EC2 instances, in GiB.
@@ -526,7 +526,7 @@ Resources:
526526
- DeviceName: "/dev/sda1"
527527
Ebs:
528528
VolumeType: gp3
529-
VolumeSize: 200
529+
VolumeSize: 40
530530

531531
Monitoring:
532532
Enabled: true

bin/avalancheup-aws/src/spec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ impl Spec {
654654
} else {
655655
if avalanchego_config.is_mainnet() {
656656
if state_sync_enabled {
657-
500
657+
300
658658
} else {
659659
1024
660660
}

0 commit comments

Comments
 (0)