genesis-community / bosh-genesis-kit

A Genesis Kit for BOSH deployments
MIT License
10 stars 22 forks source link

IAM instance profile for non-proto #127

Closed bala151187 closed 3 years ago

bala151187 commented 3 years ago

aws_s3_iam_instance_profile param helps the non-proto director to assign the IAM instance profile for the vm's created by it . Special thanks to @michaelmccaskill :)

dennisjbell commented 3 years ago

This solution uses the global properties attribute, which is deprecated and will be removed soon. I am also concerned with how this impacts proto boshes which didn't need the aws_s3_iam_instance_profile before now that its a required parameter.

bala151187 commented 3 years ago

This solution uses the global properties attribute, which is deprecated and will be removed soon. I am also concerned with how this impacts proto boshes which didn't need the aws_s3_iam_instance_profile before now that its a required parameter.

If the global properties attribute is getting deprecated how do we approach this issue . should we update the cloudconfig for all _vmtypes _aws_s3_iam_instanceprofile - param required in protobosh to attach IAM instance profile to the VMs gets created by proto directors for accessing the S3 blobstore(prometheus,vault,concourse,sheild)