You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module will create a role, assumeable by another account, which has ECS Poweruser priviledges.
Example
module"ec2-poweruser" {
source="github.com/chanzuckerberg/cztack//aws-iam-role-ecs-poweruser?ref=v0.36.0"# The name of the role to create in this account.role_name="..."# The ID of the other AWS account which can assume this role.source_account_id="..."
}