Skip to content

Commit 8cee6be

Browse files
authored
Merge pull request #742 from rust-lang/add-rustc-perf-one-to-bastion-allow-list
add rustc-perf-one to bastion allow list
2 parents 8b4dbbf + 084782f commit 8cee6be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

terraform/rds-databases/instance.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ resource "aws_security_group" "rust_prod_db" {
4646
from_port = 5432
4747
to_port = 5432
4848
protocol = "tcp"
49-
cidr_blocks = ["159.69.58.186/32"]
50-
description = "Connections from rustc-perf collection server"
49+
cidr_blocks = ["144.76.186.39/32", "159.69.58.186/32"]
50+
description = "Connections from rustc-perf collection servers"
5151
}
5252

5353
tags = {
@@ -61,8 +61,8 @@ resource "aws_db_instance" "shared" {
6161
backup_retention_period = 3
6262
storage_type = "gp3"
6363
engine = "postgres"
64-
engine_version = "16.3"
65-
instance_class = "db.t4g.micro"
64+
engine_version = "16.8"
65+
instance_class = "db.m7g.large"
6666
identifier = "shared"
6767
username = "root"
6868
password = random_password.shared_root.result

0 commit comments

Comments
 (0)