Cost reduction: use cold HDD for EBS volume
This commit is contained in:
parent
a2d889860d
commit
ab43225e21
|
@ -168,7 +168,8 @@ resource "aws_instance" "server" {
|
||||||
|
|
||||||
resource "aws_ebs_volume" "data" {
|
resource "aws_ebs_volume" "data" {
|
||||||
availability_zone = "${data.aws_region.current.name}b"
|
availability_zone = "${data.aws_region.current.name}b"
|
||||||
size = 100
|
size = 125
|
||||||
|
type = "sc1"
|
||||||
tags = local.tags
|
tags = local.tags
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue