EngineerBetter / concourse-up

Deprecated - used Control Tower instead
https://github.com/EngineerBetter/control-tower
Apache License 2.0
203 stars 28 forks source link

add IAM rule to workers #49

Closed phynias closed 5 years ago

phynias commented 6 years ago

This isn't a problem with concourse-up, I was just hoping someone familiar with it may be able to help me quickly. I need to be able to set a IAM role to my workers so they have access to certain resources easily. I have gone through bosh docs and found iam_instance_profile which I believe I need to set to the role I want. But I can not for the life of me figure out which section to add it. I have tried many and none work. If anyone can help me out I would appreciate it.

thanks!

crsimmons commented 5 years ago

I'm not familiar with that option specifically but I think it needs to go in the resource_pools block in the deployment manifest. You can get the manifest for your concourse with bosh manifest then update it and deploying manually. Keep in mind that doing this may cause your next run of concourse-up or the self-update pipeline to fail.

sources https://bosh.io/docs/deployment-manifest/#resource-pools https://bosh.io/docs/aws-iam-instance-profiles/

crsimmons commented 5 years ago

I'm closing this issue as it is not a problem with concourse-up