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

Commit

Permalink
update with latest deploy info
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Dec 17, 2019
1 parent 35f9c82 commit e37a296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
region: "{{ lookup('env', 'AWS_REGION') or 'eu-west-2' }}"
regions:
eu-west-2:
ami_id: ami-0bc10128dcb3eb032
ami_id: ami-0fb3fac81c1f90ee1
# The default VPC
vpc_id: vpc-110bfc78
vpc_id: "{{ regions[region].vpc_id }}"
ami_id: "{{ regions[region].ami_id }}"
lc_num: 84
lc_num: 85

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.medium
instance_type: t3.small
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 e37a296

Please sign in to comment.