Hi,
In my cloud config descriptor in the vm_types section I have specified that I want the created via bosh deployment VM instances to be added to a specific load balancer target group using the lbtargetgroups attribute, e.g.:
vm_types:
- name: vm_myserver
cloud_properties: { instance_type: m4.xlarge, lbtargetgroups: [my_target_group] }
Although the balancer and target groups are already created, the newly created VMs are not added to the target group and I have to do this manually via the aws console.
Do you have any ideas?
Thanks,
Tsvetan