Commit c5515f68 by Feanil Patel

The instance should not be in the ELB security group.

parent 20cfc50c
...@@ -307,9 +307,7 @@ ...@@ -307,9 +307,7 @@
region: "{{ aws_region }}" region: "{{ aws_region }}"
wait: "yes" wait: "yes"
group_id: group_id:
#Apply the ELB security group to the instances so they can talk to teach other
- "{{ service_sec_group.group_id }}" - "{{ service_sec_group.group_id }}"
- "{{ elb_sec_group.group_id }}"
key_name: "{{ service_config.key_name }}" key_name: "{{ service_config.key_name }}"
vpc_subnet_id: "{{ created_service_subnets.results[item | int % created_service_subnets.results | length].subnet_id }}" vpc_subnet_id: "{{ created_service_subnets.results[item | int % created_service_subnets.results | length].subnet_id }}"
instance_type: "{{ service_config.instance_type }}" instance_type: "{{ service_config.instance_type }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment