We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d31cd commit 9a534c0Copy full SHA for 9a534c0
nbe.tf
@@ -46,7 +46,7 @@ resource "aws_iam_instance_profile" "nbe_instance_profile" {
46
47
resource "aws_instance" "nbe_instance" {
48
ami = data.aws_ssm_parameter.al2023_ami_x86-64.value
49
- instance_type = "t3a.2xlarge"
+ instance_type = "m7i.2xlarge"
50
subnet_id = module.vpc.public_subnets[0]
51
vpc_security_group_ids = [aws_security_group.nbe_lab.id]
52
user_data = templatefile("${path.module}/nbe.sh.tpl", {
@@ -74,4 +74,4 @@ output "nbe_console_url" {
74
75
output "nbe_webui_url" {
76
value = "https://${aws_instance.nbe_instance.public_ip}"
77
-}
+}
0 commit comments