// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 resource "aws_iam_role" "app_rotation_ecs_ec2_role" { name = "team-app-rotation-ecs-ec2-role" permissions_boundary = "arn:aws:iam::aws:policy/PowerUserAccess" assume_role_policy = <