Can a VM Provider be configured with a AWS role

Were using VM Provider with AWS EC2.
When the virtual machines are created we want them to have a specific IAM role.
But i don’t see that option configurable with Circleci admin console in the VM Provider section.
Currently the instances are being created with no IAM roles.

Hey!

Couple of things.

  1. With CircleCI Server you get engineering support so please feel free to reach out to support instead of posting on this community site. This way we will be sure to give you a timely response.
  2. There is no way to do this from with replicated right now.

I think the only good way I can think of is to add some additional scripts internally to monitor the VM’s and attach IAM roles as shown here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html?icmpid=docs_ec2_console#attach-iam-role

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.