Creating the atc-manager IAM Role

AWS uses IAM roles and policies to grant permissions to launch EC2 instances and update records in Route 53. The IAM roles for the cluster manager and transfer nodes require you to first configure policies, which are later attached to the role to manage permissions for the role. The following describes how to create an IAM role to grant the cluster manager permissions to access EC2 and Route 53.

This IAM role requires that the following policies have already been configured:
  • atc-route53-policy
  • atc-ec2-policy
  • atc-pass-node-role-policy
  1. Go to IAM. Select Roles from the Details sidebar.
  2. Click Create New Role.
  3. Name the role "atc-manager".
  4. Click Select for Amazon EC2.
  5. Select the following policies and attach them to the role:
    • atc-route53-policy
    • atc-ec2-policy
    • atc-pass-node-role-policy
  6. Click Next Step, then Create Role.