Create

Attach an AWS managed IAM policy to the app’s task role

tapit create managed_iam_policy name=policy_name policy_arn=arn:aws:iam::aws:policy/ReadOnlyAccess

Required

  • name
  • policy_arn

Parameters

  • name: Name for this policy attachment (required)
  • policy_arn: ARN of the AWS managed policy to attach (required)