You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In new cloud config for AWS, in vm_types, security_groups in cloud_properties are ignored. Other settings like iam_instance_profile or elbs are read and applied correctly. Nevertheless, when you do specify security_groups under a network definition in networks, they are read and applied correctly.
This means that to apply security groups to some VMs, you need to create artificial network definition (along everything that this brings - e.g. ensuring separate address ranges). It would be better if security_groups definition worked under vm_types - like it is documented: https://bosh.io/docs/cloud-config.html#vm-types - "CPI specific" link for AWS links to https://bosh.io/docs/aws-cpi.html#resource-pools .
Resource pools do support specifying security groups (added in cloudfoundry/bosh-aws-cpi-release#28), but it seems the same feature is missing when using vm_types & cloud config.
BOSH version 255.8
The text was updated successfully, but these errors were encountered:
In new cloud config for AWS, in vm_types, security_groups in cloud_properties are ignored. Other settings like iam_instance_profile or elbs are read and applied correctly. Nevertheless, when you do specify security_groups under a network definition in networks, they are read and applied correctly.
This means that to apply security groups to some VMs, you need to create artificial network definition (along everything that this brings - e.g. ensuring separate address ranges). It would be better if security_groups definition worked under vm_types - like it is documented: https://bosh.io/docs/cloud-config.html#vm-types - "CPI specific" link for AWS links to https://bosh.io/docs/aws-cpi.html#resource-pools .
Resource pools do support specifying security groups (added in cloudfoundry/bosh-aws-cpi-release#28), but it seems the same feature is missing when using vm_types & cloud config.
BOSH version 255.8
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
In new cloud config for AWS, in
vm_types
,security_groups
incloud_properties
are ignored. Other settings likeiam_instance_profile
orelbs
are read and applied correctly. Nevertheless, when you do specifysecurity_groups
under a network definition innetworks
, they are read and applied correctly.This means that to apply security groups to some VMs, you need to create artificial network definition (along everything that this brings - e.g. ensuring separate address ranges). It would be better if
security_groups
definition worked undervm_types
- like it is documented:https://bosh.io/docs/cloud-config.html#vm-types - "CPI specific" link for AWS links to https://bosh.io/docs/aws-cpi.html#resource-pools .
Resource pools do support specifying security groups (added in cloudfoundry/bosh-aws-cpi-release#28), but it seems the same feature is missing when using
vm_types
& cloud config.BOSH version 255.8
The text was updated successfully, but these errors were encountered: