Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add permissions boundary aws iam role #115

Closed
edersonbrilhante opened this issue Mar 19, 2020 · 2 comments
Closed

Add permissions boundary aws iam role #115

edersonbrilhante opened this issue Mar 19, 2020 · 2 comments

Comments

@edersonbrilhante
Copy link
Contributor

In my case, my AWS account I am using permissions boundary to avoid creating a new role with bigger permissions. So any new role must set these permissions.
To run the resource aws_iam_role. rds_enhanced_monitoring, it is needed to set these permissions boundary.
Example:

resource "aws_iam_role" "rds_enhanced_monitoring" {

  name               = "rds-enhanced-monitoring-${var.name}"
  assume_role_policy = data.aws_iam_policy_document.monitoring_rds_assume_role.json

  permissions_boundary = var.permissions_boundary
}
@bryantbiggs
Copy link
Member

Closed with #104

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants