Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Runtime environments
  3. Hosted Agent
  4. Secure Agent groups
  5. Elastic runtime environments
  6. Serverless runtime environments
  7. Secure Agents
  8. Secure Agent installation

Runtime Environments

Runtime Environments

Step 3. Create a cluster installer role

Step 3. Create a cluster installer role

Create an IAM role for the cluster installer that allows the cluster installer to deploy an elastic runtime environment.
To create the cluster installer role, use the following guidelines:
  • Set the trusted entity to
    AWS service
    and the use case to
    Amazon EC2
    .
  • Use the same cluster installer role name that you specified in the cluster installer policy.
  • Edit the trust relationship and specify the following policy:
    { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "ec2.amazonaws.com" }, "Action": "sts:AssumeRole" } ] }
  • If AWS doesn't automatically create an instance profile for the role, create the instance profile manually.

0 COMMENTS

We’d like to hear from you!