Skip to content

v0.22.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 27 Aug 18:19
07688b5
Add permissions boundaries and GovCloud support @mattbsea (#42)

what

  • This merge request adds configurable permissions boundary ARNs to the iam roles created for EMR
  • It enables GovCloud support by modifying the Amazon managed EMR Role ARNs to work in GovCloud

why

  • The current EMR terraform module uses public AWS ARNs for EMR roles. These do no work in GovCloud.
  • I am operating in an environment that requires permissions boundaries on IAM roles.