Upgrade to gp3
This is required for sufficient IO performance to actually pull a Docker image.
This commit is contained in:
parent
c3a2aa90b2
commit
920d58b781
|
@ -169,7 +169,7 @@ resource "aws_instance" "server" {
|
|||
resource "aws_ebs_volume" "data" {
|
||||
availability_zone = "${data.aws_region.current.name}b"
|
||||
size = 125
|
||||
type = "sc1"
|
||||
type = "gp3"
|
||||
tags = local.tags
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue