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

Commit

Permalink
deploy to t2.small instead of m3.medium
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 14, 2017
1 parent 558dadd commit e8ba2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
name: "pollingstations_{{ aws_env }}-{{ lc_num }}"
assign_public_ip: yes
image_id: "{{ ami_id }}"
instance_type: m3.medium
instance_type: t2.small
instance_profile_name: "arn:aws:iam::225244788755:instance-profile/packer-ami-builder"
security_groups: ["{{ sg_instance.group_id }}"]
user_data: "{{lookup('template', 'userdata.yml') }}"
Expand Down

0 comments on commit e8ba2a5

Please sign in to comment.