Closed bala151187 closed 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.
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 theaws_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)
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 :)