Commit 3b168bca by Feanil Patel

Merge pull request #2521 from edx/feanil/edx_service_instance

The instance should not be in the ELB security group.
parents 64df07b6 c5515f68
......@@ -307,9 +307,7 @@
region: "{{ aws_region }}"
wait: "yes"
group_id:
#Apply the ELB security group to the instances so they can talk to teach other
- "{{ service_sec_group.group_id }}"
- "{{ elb_sec_group.group_id }}"
key_name: "{{ service_config.key_name }}"
vpc_subnet_id: "{{ created_service_subnets.results[item | int % created_service_subnets.results | length].subnet_id }}"
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