Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Bump lc number and instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoWill committed Jan 6, 2021
1 parent 669a5e0 commit c2a459b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
vpc_id: vpc-110bfc78
vpc_id: "{{ regions[region].vpc_id }}"
ami_id: "{{ regions[region].ami_id }}"
lc_num: 94
lc_num: 96

elb_ssl_arn: "arn:aws:acm:eu-west-2:929325949831:certificate/f353d7fd-fc69-44da-91c5-2bf8225e44ce"
old_lc_num: "{{ lc_num - 1 }}"
Expand Down Expand Up @@ -98,7 +98,7 @@
name: "ee_{{ aws_env }}-{{ lc_num }}"
assign_public_ip: yes
image_id: "{{ ami_id }}"
instance_type: t3.small
instance_type: t3.medium
security_groups: ["{{ sg_instance.group_id }}"]
user_data: "{{lookup('template', 'userdata.yml') }}"
instance_profile_name: ee-packer-ami-builder
Expand Down

0 comments on commit c2a459b

Please sign in to comment.