Skip to content

Commit 62919a6

Browse files
committed
EPMDEDP-16736: chore: Update EBS CSI Driver IAM policy to AmazonEBSCSIDriverPolicyV2
- Migrate from deprecated AmazonEBSCSIDriverPolicy (v1) to the newer AmazonEBSCSIDriverPolicyV2 managed policy - V2 is AWS's recommended least-privilege policy for EBS CSI Driver
1 parent 55768e0 commit 62919a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eks/irsa.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module "aws_ebs_csi_driver_irsa" {
1111
permissions_boundary = var.role_permissions_boundary_arn
1212
use_name_prefix = false
1313
policies = {
14-
AmazonEBSCSIDriverPolicy = "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy"
14+
AmazonEBSCSIDriverPolicy = "arn:aws:iam::aws:policy/AmazonEBSCSIDriverPolicyV2"
1515
}
1616

1717
oidc_providers = {

0 commit comments

Comments
 (0)