Skip to content

Commit

Permalink
Increase Mega Disk Size
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Apr 18, 2024
1 parent a9cfa38 commit 1252532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/task.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
DeviceName: '/dev/xvda',
Ebs: {
Encrypted: true,
VolumeSize: 250,
VolumeSize: 500,
VolumeType: 'gp3'
}
}]
Expand Down

0 comments on commit 1252532

Please sign in to comment.