Using service-linked roles for RTB Fabric
AWS RTB Fabric uses AWS Identity and Access Management (IAM) service-linked roles. A service-linked role is a unique type of IAM role that is linked directly to RTB Fabric. Service-linked roles are predefined by RTB Fabric and include all the permissions that the service requires to call other AWS services on your behalf.
A service-linked role makes setting up RTB Fabric easier because you don't have to manually add the necessary permissions. RTB Fabric defines the permissions of its service-linked roles, and unless defined otherwise, only RTB Fabric can assume its roles. The defined permissions include the trust policy and the permissions policy, and that permissions policy cannot be attached to any other IAM entity.
You can delete a service-linked role only after first deleting their related resources. This protects your RTB Fabric resources because you can't inadvertently remove permission to access the resources.
For information about other services that support service-linked roles, see AWS services that work with IAM and look for the services that have Yes in the Service-linked roles column. Choose a Yes with a link to view the service-linked role documentation for that service.
Service-linked role permissions for RTB Fabric
RTB Fabric uses the service-linked role named AWSServiceRoleForRTBFabric –
      A service-linked role required for AWS RTB Fabric to access your network interface resources and deliver metrics. AWSServiceRoleForRTBFabric uses managed policy RTBFabricServiceRolePolicy.
The AWSServiceRoleForRTBFabric service-linked role trusts the following services to assume the role:
- 
        rtbfabric.amazonaws.com
The role permissions policy allows RTB Fabric to complete the following actions on the specified resources:
- 
        Action: ec2:CreateNetworkInterfaceon subnets and security groups
- 
        Action: ec2:CreateNetworkInterfaceon network interfaces with theRTBFabricManaged:truetag
- 
        Action: ec2:CreateNetworkInterfacePermissionon network interfaces tagged withRTBFabricManaged:true
- 
        Action: ec2:DeleteNetworkInterfaceandec2:DetachNetworkInterfaceon network interfaces tagged withRTBFabricManaged:true
- 
        Action: ec2:CreateTagson network interfaces during creation
- 
        Action: ec2:Describe*on EC2 resources for network interface management
- 
        Action: cloudwatch:PutMetricDatato theAWS/RTBFabricnamespace
The complete permissions policy for this role is available in the AWS Managed Policy Reference. For information about policy updates, see AWS managed policy updates.
You must configure permissions to allow your users, groups, or roles to create, edit, or delete a service-linked role. For more information, see Service-linked role permissions in the IAM User Guide.
Creating a service-linked role for RTB Fabric
You don't need to manually create a service-linked role. When you create an RTB application for the first time (CreateRequesterRtbApp or CreateResponderRtbApp) in the AWS Management Console, the AWS CLI, or the AWS API, RTB Fabric creates the service-linked role for you.
If you delete this service-linked role, and then need to create it again, you can use the same process to recreate the role in your account. When you create an RTB application for the first time (CreateRequesterRtbApp or CreateResponderRtbApp), RTB Fabric creates the service-linked role for you again.
You can also use the IAM console to create a service-linked role with the
        RTB Fabric use case. In the AWS CLI or the AWS API, create a
      service-linked role with the rtbfabric.amazonaws.com service name. For more
      information, see Creating a service-linked role in the IAM User Guide. If you
      delete this service-linked role, you can use this same process to create the role
      again.
Editing a service-linked role for RTB Fabric
RTB Fabric does not allow you to edit the AWSServiceRoleForRTBFabric service-linked role. After you create a service-linked role, you cannot change the name of the role because various entities might reference the role. However, you can edit the description of the role using IAM. For more information, see Editing a service-linked role in the IAM User Guide.
Deleting a service-linked role for RTB Fabric
If you no longer need to use a feature or service that requires a service-linked role, we recommend that you delete that role. That way you don't have an unused entity that is not actively monitored or maintained. However, you must clean up the resources for your service-linked role before you can manually delete it.
Note
If the RTB Fabric service is using the role when you try to delete the resources, then the deletion might fail. If that happens, wait for a few minutes and try the operation again.
To delete RTB Fabric resources used by the AWSServiceRoleForRTBFabric
- 
        Delete all RTB applications in your account. You must delete both requester and responder gateways before you can delete the service-linked role. You can use either the console or the CLI: - 
            Console method: For instructions on deleting requester gateways, see Deleting a requester gateway. For instructions on deleting responder gateways, see Deleting a responder gateway. 
- 
            CLI method: Use the DeleteRequesterGatewayorDeleteResponderGatewayAPI to delete RTB gateways. Replace the example gateway ID with your gateway ID:aws rtbfabric delete-requester-gateway --gateway-idrtb-gw-abc123xyz789The response returns a status of DELETING:{ "gatewayId": "rtb-gw-abc123xyz789", "status": "DELETING" }Repeat this command for each RTB application in your account. 
 
- 
            
- 
        After deleting all RTB applications, wait for RTB Fabric to automatically clean up the network interfaces tagged with RTBFabricManaged:true. This process can take up to 20 minutes.
- 
        Verify that no RTB applications or RTB Fabric-managed network interfaces remain in your account: - 
            Open the RTB Fabric console and verify that no RTB applications are listed. 
- 
            Open the Network Interfaces page of the Amazon EC2 console. 
- 
            In the search box, enter tag:RTBFabricManaged:trueto filter for RTB Fabric-managed network interfaces.
- 
            Verify that no network interfaces appear in the results. 
 
- 
            
Note
RTBFabric only deletes the network interface if no other RTBFabric configuration is using that network interface. If you have multiple RTBFabric configurations using the same subnet and security group combination, the network interface will remain until all configurations are removed.
Note
RTBFabric relies on the service-linked role permissions to delete network interfaces. Do not delete the AWSServiceRoleForRTBFabric role before RTBFabric completes the network interface cleanup, or the cleanup may fail.
To manually delete the service-linked role using IAM
Use the IAM console, the AWS CLI, or the AWS API to delete the AWSServiceRoleForRTBFabric service-linked role. For more information, see Deleting a service-linked role in the IAM User Guide.
Supported Regions for RTB Fabric service-linked roles
RTB Fabric supports using service-linked roles in all of the Regions where the service is available. For more information, see AWS Regions and endpoints.