Skip to content

Commit

Permalink
Change from t2.medium to t3.medium
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonHumphries committed Sep 23, 2024
1 parent f29d7d0 commit a2e5a5b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion terraform/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ data "aws_ami" "amazon_linux_2" {
resource "aws_launch_template" "launchtemp" {
name_prefix = "launchtemp-${module.common.testing_id}-"
image_id = data.aws_ami.amazon_linux_2.image_id
instance_type = "t2.medium"
instance_type = "t3.medium"
user_data = base64encode("#!/bin/bash\necho ECS_CLUSTER=aoc-testing-${module.common.testing_id} >> /etc/ecs/ecs.config")
metadata_options {
http_endpoint = "enabled"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ClusterName": "aoc-testing-bb8b409570942b90",
"ContainerInstanceId": "8471eea1fc384344a473b708c62d4c4f",
"InstanceId": "i-06535226c39fa333a",
"InstanceType": "t2.medium",
"InstanceType": "t3.medium",
"Sources": [
"cadvisor",
"roc",
Expand Down Expand Up @@ -111,4 +111,4 @@
"instance_network_tx_errors": 0,
"instance_network_tx_packets": 8.818008,
"instance_number_of_running_tasks": 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ClusterName": "aoc-testing-bb8b409570942b90",
"ContainerInstanceId": "8471eea1fc384344a473b708c62d4c4f",
"InstanceId": "i-06535226c39fa333a",
"InstanceType": "t2.medium",
"InstanceType": "t3.medium",
"Sources": [
"cadvisor",
"calculated"
Expand Down Expand Up @@ -40,4 +40,4 @@
"instance_filesystem_inodes_free": 504691,
"instance_filesystem_usage": 0,
"instance_filesystem_utilization": 0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ClusterName": "aoc-testing-bb8b409570942b90",
"ContainerInstanceId": "8471eea1fc384344a473b708c62d4c4f",
"InstanceId": "i-06535226c39fa333a",
"InstanceType": "t2.medium",
"InstanceType": "t3.medium",
"Sources": [
"cadvisor",
"calculated"
Expand Down Expand Up @@ -40,4 +40,4 @@
"instance_filesystem_inodes_free": 504691,
"instance_filesystem_usage": 0,
"instance_filesystem_utilization": 0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ClusterName": "aoc-testing-bb8b409570942b90",
"ContainerInstanceId": "8471eea1fc384344a473b708c62d4c4f",
"InstanceId": "i-06535226c39fa333a",
"InstanceType": "t2.medium",
"InstanceType": "t3.medium",
"Sources": [
"cadvisor",
"calculated"
Expand All @@ -21,4 +21,4 @@
"instance_interface_network_tx_errors": 0,
"instance_interface_network_tx_packets": 8.818008,
"interface": "eth0"
}
}

0 comments on commit a2e5a5b

Please sign in to comment.