Skip to content

Commit

Permalink
Update container instance type and newrelic
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Jan 14, 2025
1 parent b398cdc commit 67fb7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ cloudformation_stack:

template_parameters:
UseAES256Encryption: "true"
AdministratorIPAddress: "" # Stack allows only single IP here to SSH to bastion
BastionAMI: "" # https://cloud-images.ubuntu.com/locator/ec2/ [us-east-1 amd64]
AdministratorIPAddress: "{{ administrator_ip_cidrs[0] }}" # Stack allows only single IP here to SSH to bastion
BastionAMI: "ami-0ad554caf874569d2" # https://cloud-images.ubuntu.com/locator/ec2/ [us-east-1 amd64]
BastionKeyName: rluna_hip
BastionInstanceType: t3.small # Is this a proper size?
BastionType: SSH
Expand Down

0 comments on commit 67fb7f7

Please sign in to comment.