aws-iam-managed-policies 0.0.261 → 0.0.263

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129452,8 +129452,8 @@
129452
129452
  },
129453
129453
  "AmazonElasticFileSystemFullAccess": {
129454
129454
  "arn": "arn:aws:iam::aws:policy/AmazonElasticFileSystemFullAccess",
129455
- "latestVersionId": "v9",
129456
- "versionsCount": 9,
129455
+ "latestVersionId": "v10",
129456
+ "versionsCount": 10,
129457
129457
  "versions": {
129458
129458
  "v1": {
129459
129459
  "createdDate": "2015-05-27T16:22:28.000Z",
@@ -129915,15 +129915,103 @@
129915
129915
  }
129916
129916
  ]
129917
129917
  }
129918
+ },
129919
+ "v10": {
129920
+ "createdDate": "2015-05-27T16:22:28.000Z",
129921
+ "document": {
129922
+ "Version": "2012-10-17",
129923
+ "Statement": [
129924
+ {
129925
+ "Sid": "ElasticFileSystemFullAccess",
129926
+ "Effect": "Allow",
129927
+ "Action": [
129928
+ "cloudwatch:DescribeAlarmsForMetric",
129929
+ "cloudwatch:GetMetricData",
129930
+ "ec2:CreateNetworkInterface",
129931
+ "ec2:DeleteNetworkInterface",
129932
+ "ec2:DescribeAvailabilityZones",
129933
+ "ec2:DescribeNetworkInterfaceAttribute",
129934
+ "ec2:DescribeNetworkInterfaces",
129935
+ "ec2:DescribeSecurityGroups",
129936
+ "ec2:DescribeSubnets",
129937
+ "ec2:DescribeVpcAttribute",
129938
+ "ec2:DescribeVpcs",
129939
+ "ec2:ModifyNetworkInterfaceAttribute",
129940
+ "elasticfilesystem:CreateFileSystem",
129941
+ "elasticfilesystem:CreateMountTarget",
129942
+ "elasticfilesystem:CreateTags",
129943
+ "elasticfilesystem:CreateAccessPoint",
129944
+ "elasticfilesystem:CreateReplicationConfiguration",
129945
+ "elasticfilesystem:DeleteFileSystem",
129946
+ "elasticfilesystem:DeleteMountTarget",
129947
+ "elasticfilesystem:DeleteTags",
129948
+ "elasticfilesystem:DeleteAccessPoint",
129949
+ "elasticfilesystem:DeleteFileSystemPolicy",
129950
+ "elasticfilesystem:DeleteReplicationConfiguration",
129951
+ "elasticfilesystem:DescribeAccountPreferences",
129952
+ "elasticfilesystem:DescribeBackupPolicy",
129953
+ "elasticfilesystem:DescribeFileSystems",
129954
+ "elasticfilesystem:DescribeFileSystemPolicy",
129955
+ "elasticfilesystem:DescribeLifecycleConfiguration",
129956
+ "elasticfilesystem:DescribeMountTargets",
129957
+ "elasticfilesystem:DescribeMountTargetSecurityGroups",
129958
+ "elasticfilesystem:DescribeTags",
129959
+ "elasticfilesystem:DescribeAccessPoints",
129960
+ "elasticfilesystem:DescribeReplicationConfigurations",
129961
+ "elasticfilesystem:ModifyMountTargetSecurityGroups",
129962
+ "elasticfilesystem:PutAccountPreferences",
129963
+ "elasticfilesystem:PutBackupPolicy",
129964
+ "elasticfilesystem:PutLifecycleConfiguration",
129965
+ "elasticfilesystem:PutFileSystemPolicy",
129966
+ "elasticfilesystem:UpdateFileSystem",
129967
+ "elasticfilesystem:UpdateFileSystemProtection",
129968
+ "elasticfilesystem:TagResource",
129969
+ "elasticfilesystem:UntagResource",
129970
+ "elasticfilesystem:ListTagsForResource",
129971
+ "elasticfilesystem:Backup",
129972
+ "elasticfilesystem:Restore",
129973
+ "elasticfilesystem:ReplicationRead",
129974
+ "elasticfilesystem:ReplicationWrite",
129975
+ "kms:DescribeKey",
129976
+ "kms:ListAliases"
129977
+ ],
129978
+ "Resource": "*"
129979
+ },
129980
+ {
129981
+ "Sid": "CreateServiceLinkedRoleForEFS",
129982
+ "Effect": "Allow",
129983
+ "Action": "iam:CreateServiceLinkedRole",
129984
+ "Resource": "*",
129985
+ "Condition": {
129986
+ "StringEquals": {
129987
+ "iam:AWSServiceName": [
129988
+ "elasticfilesystem.amazonaws.com"
129989
+ ]
129990
+ }
129991
+ }
129992
+ },
129993
+ {
129994
+ "Sid": "IAMPassRoleAccessForEFS",
129995
+ "Effect": "Allow",
129996
+ "Action": "iam:PassRole",
129997
+ "Resource": "arn:aws:iam::*:role/*",
129998
+ "Condition": {
129999
+ "StringLike": {
130000
+ "iam:PassedToService": "elasticfilesystem.amazonaws.com"
130001
+ }
130002
+ }
130003
+ }
130004
+ ]
130005
+ }
129918
130006
  }
129919
130007
  },
129920
130008
  "createdDate": "2015-05-27T16:22:28.000Z",
129921
- "lastUpdatedDate": "2023-11-28T16:53:28.000Z"
130009
+ "lastUpdatedDate": "2024-11-07T19:34:20.000Z"
129922
130010
  },
129923
130011
  "AmazonElasticFileSystemReadOnlyAccess": {
129924
130012
  "arn": "arn:aws:iam::aws:policy/AmazonElasticFileSystemReadOnlyAccess",
129925
- "latestVersionId": "v8",
129926
- "versionsCount": 8,
130013
+ "latestVersionId": "v9",
130014
+ "versionsCount": 9,
129927
130015
  "versions": {
129928
130016
  "v1": {
129929
130017
  "createdDate": "2015-05-27T16:25:25.000Z",
@@ -130158,10 +130246,47 @@
130158
130246
  }
130159
130247
  ]
130160
130248
  }
130249
+ },
130250
+ "v9": {
130251
+ "createdDate": "2015-05-27T16:25:25.000Z",
130252
+ "document": {
130253
+ "Version": "2012-10-17",
130254
+ "Statement": [
130255
+ {
130256
+ "Sid": "ElasticFileSystemReadOnlyAccess",
130257
+ "Effect": "Allow",
130258
+ "Action": [
130259
+ "cloudwatch:DescribeAlarmsForMetric",
130260
+ "cloudwatch:GetMetricData",
130261
+ "ec2:DescribeAvailabilityZones",
130262
+ "ec2:DescribeNetworkInterfaceAttribute",
130263
+ "ec2:DescribeNetworkInterfaces",
130264
+ "ec2:DescribeSecurityGroups",
130265
+ "ec2:DescribeSubnets",
130266
+ "ec2:DescribeVpcAttribute",
130267
+ "ec2:DescribeVpcs",
130268
+ "elasticfilesystem:DescribeAccountPreferences",
130269
+ "elasticfilesystem:DescribeBackupPolicy",
130270
+ "elasticfilesystem:DescribeFileSystems",
130271
+ "elasticfilesystem:DescribeFileSystemPolicy",
130272
+ "elasticfilesystem:DescribeLifecycleConfiguration",
130273
+ "elasticfilesystem:DescribeMountTargets",
130274
+ "elasticfilesystem:DescribeMountTargetSecurityGroups",
130275
+ "elasticfilesystem:DescribeTags",
130276
+ "elasticfilesystem:DescribeAccessPoints",
130277
+ "elasticfilesystem:DescribeReplicationConfigurations",
130278
+ "elasticfilesystem:ListTagsForResource",
130279
+ "elasticfilesystem:ReplicationRead",
130280
+ "kms:ListAliases"
130281
+ ],
130282
+ "Resource": "*"
130283
+ }
130284
+ ]
130285
+ }
130161
130286
  }
130162
130287
  },
130163
130288
  "createdDate": "2015-05-27T16:25:25.000Z",
130164
- "lastUpdatedDate": "2024-08-07T16:59:47.000Z"
130289
+ "lastUpdatedDate": "2024-11-07T19:39:56.000Z"
130165
130290
  },
130166
130291
  "AmazonSSMFullAccess": {
130167
130292
  "arn": "arn:aws:iam::aws:policy/AmazonSSMFullAccess",
@@ -313221,8 +313346,8 @@
313221
313346
  },
313222
313347
  "AmazonElasticFileSystemServiceRolePolicy": {
313223
313348
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AmazonElasticFileSystemServiceRolePolicy",
313224
- "latestVersionId": "v4",
313225
- "versionsCount": 4,
313349
+ "latestVersionId": "v5",
313350
+ "versionsCount": 5,
313226
313351
  "versions": {
313227
313352
  "v2": {
313228
313353
  "createdDate": "2020-07-16T16:48:14.000Z",
@@ -313484,10 +313609,99 @@
313484
313609
  }
313485
313610
  ]
313486
313611
  }
313612
+ },
313613
+ "v5": {
313614
+ "createdDate": "2019-11-05T16:52:41.000Z",
313615
+ "document": {
313616
+ "Version": "2012-10-17",
313617
+ "Statement": [
313618
+ {
313619
+ "Effect": "Allow",
313620
+ "Action": [
313621
+ "backup-storage:MountCapsule",
313622
+ "ec2:CreateNetworkInterface",
313623
+ "ec2:DeleteNetworkInterface",
313624
+ "ec2:DescribeSecurityGroups",
313625
+ "ec2:DescribeSubnets",
313626
+ "ec2:DescribeNetworkInterfaceAttribute",
313627
+ "ec2:ModifyNetworkInterfaceAttribute",
313628
+ "tag:GetResources"
313629
+ ],
313630
+ "Resource": "*"
313631
+ },
313632
+ {
313633
+ "Effect": "Allow",
313634
+ "Action": [
313635
+ "kms:DescribeKey"
313636
+ ],
313637
+ "Resource": "arn:aws:kms:*:*:key/*"
313638
+ },
313639
+ {
313640
+ "Effect": "Allow",
313641
+ "Action": [
313642
+ "backup:CreateBackupVault",
313643
+ "backup:PutBackupVaultAccessPolicy"
313644
+ ],
313645
+ "Resource": [
313646
+ "arn:aws:backup:*:*:backup-vault:aws/efs/automatic-backup-vault"
313647
+ ]
313648
+ },
313649
+ {
313650
+ "Effect": "Allow",
313651
+ "Action": [
313652
+ "backup:CreateBackupPlan",
313653
+ "backup:CreateBackupSelection"
313654
+ ],
313655
+ "Resource": [
313656
+ "arn:aws:backup:*:*:backup-plan:*"
313657
+ ]
313658
+ },
313659
+ {
313660
+ "Effect": "Allow",
313661
+ "Action": [
313662
+ "iam:CreateServiceLinkedRole"
313663
+ ],
313664
+ "Resource": "*",
313665
+ "Condition": {
313666
+ "StringEquals": {
313667
+ "iam:AWSServiceName": [
313668
+ "backup.amazonaws.com"
313669
+ ]
313670
+ }
313671
+ }
313672
+ },
313673
+ {
313674
+ "Effect": "Allow",
313675
+ "Action": [
313676
+ "iam:PassRole"
313677
+ ],
313678
+ "Resource": [
313679
+ "arn:aws:iam::*:role/aws-service-role/backup.amazonaws.com/AWSServiceRoleForBackup"
313680
+ ],
313681
+ "Condition": {
313682
+ "StringLike": {
313683
+ "iam:PassedToService": "backup.amazonaws.com"
313684
+ }
313685
+ }
313686
+ },
313687
+ {
313688
+ "Effect": "Allow",
313689
+ "Action": [
313690
+ "elasticfilesystem:DescribeFileSystems",
313691
+ "elasticfilesystem:CreateReplicationConfiguration",
313692
+ "elasticfilesystem:DescribeReplicationConfigurations",
313693
+ "elasticfilesystem:DeleteReplicationConfiguration",
313694
+ "elasticfilesystem:ReplicationRead",
313695
+ "elasticfilesystem:ReplicationWrite"
313696
+ ],
313697
+ "Resource": "*"
313698
+ }
313699
+ ]
313700
+ }
313487
313701
  }
313488
313702
  },
313489
313703
  "createdDate": "2019-11-05T16:52:41.000Z",
313490
- "lastUpdatedDate": "2022-01-10T19:27:33.000Z"
313704
+ "lastUpdatedDate": "2024-11-07T19:19:50.000Z"
313491
313705
  },
313492
313706
  "AWSSavingsPlansReadOnlyAccess": {
313493
313707
  "arn": "arn:aws:iam::aws:policy/AWSSavingsPlansReadOnlyAccess",
@@ -541672,8 +541886,8 @@
541672
541886
  },
541673
541887
  "AWSIPAMServiceRolePolicy": {
541674
541888
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AWSIPAMServiceRolePolicy",
541675
- "latestVersionId": "v4",
541676
- "versionsCount": 4,
541889
+ "latestVersionId": "v5",
541890
+ "versionsCount": 5,
541677
541891
  "versions": {
541678
541892
  "v1": {
541679
541893
  "createdDate": "2021-11-30T19:08:11.000Z",
@@ -541835,10 +542049,59 @@
541835
542049
  }
541836
542050
  ]
541837
542051
  }
542052
+ },
542053
+ "v5": {
542054
+ "createdDate": "2021-11-30T19:08:11.000Z",
542055
+ "document": {
542056
+ "Version": "2012-10-17",
542057
+ "Statement": [
542058
+ {
542059
+ "Sid": "IPAMDiscoveryDescribeActions",
542060
+ "Effect": "Allow",
542061
+ "Action": [
542062
+ "ec2:DescribeAccountAttributes",
542063
+ "ec2:DescribeAddresses",
542064
+ "ec2:DescribeByoipCidrs",
542065
+ "ec2:DescribeIpv6Pools",
542066
+ "ec2:DescribeNetworkInterfaces",
542067
+ "ec2:DescribePublicIpv4Pools",
542068
+ "ec2:DescribeSecurityGroups",
542069
+ "ec2:DescribeSecurityGroupRules",
542070
+ "ec2:DescribeSubnets",
542071
+ "ec2:DescribeVpcs",
542072
+ "ec2:DescribeVpnConnections",
542073
+ "ec2:GetIpamDiscoveredAccounts",
542074
+ "ec2:GetIpamDiscoveredPublicAddresses",
542075
+ "ec2:GetIpamDiscoveredResourceCidrs",
542076
+ "globalaccelerator:ListAccelerators",
542077
+ "globalaccelerator:ListByoipCidrs",
542078
+ "organizations:DescribeAccount",
542079
+ "organizations:DescribeOrganization",
542080
+ "organizations:ListAccounts",
542081
+ "organizations:ListDelegatedAdministrators",
542082
+ "organizations:ListChildren",
542083
+ "organizations:ListParents",
542084
+ "organizations:DescribeOrganizationalUnit"
542085
+ ],
542086
+ "Resource": "*"
542087
+ },
542088
+ {
542089
+ "Sid": "CloudWatchMetricsPublishActions",
542090
+ "Effect": "Allow",
542091
+ "Action": "cloudwatch:PutMetricData",
542092
+ "Resource": "*",
542093
+ "Condition": {
542094
+ "StringEquals": {
542095
+ "cloudwatch:namespace": "AWS/IPAM"
542096
+ }
542097
+ }
542098
+ }
542099
+ ]
542100
+ }
541838
542101
  }
541839
542102
  },
541840
542103
  "createdDate": "2021-11-30T19:08:11.000Z",
541841
- "lastUpdatedDate": "2023-11-08T19:05:45.000Z"
542104
+ "lastUpdatedDate": "2024-11-08T16:29:09.000Z"
541842
542105
  },
541843
542106
  "AWSPrivateNetworksServiceRolePolicy": {
541844
542107
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AWSPrivateNetworksServiceRolePolicy",
@@ -550710,8 +550973,8 @@
550710
550973
  },
550711
550974
  "AWSLicenseManagerUserSubscriptionsServiceRolePolicy": {
550712
550975
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AWSLicenseManagerUserSubscriptionsServiceRolePolicy",
550713
- "latestVersionId": "v3",
550714
- "versionsCount": 3,
550976
+ "latestVersionId": "v4",
550977
+ "versionsCount": 4,
550715
550978
  "versions": {
550716
550979
  "v1": {
550717
550980
  "createdDate": "2022-07-30T01:17:18.000Z",
@@ -550955,10 +551218,137 @@
550955
551218
  }
550956
551219
  ]
550957
551220
  }
551221
+ },
551222
+ "v4": {
551223
+ "createdDate": "2022-07-30T01:17:18.000Z",
551224
+ "document": {
551225
+ "Version": "2012-10-17",
551226
+ "Statement": [
551227
+ {
551228
+ "Sid": "DSReadPermissions",
551229
+ "Effect": "Allow",
551230
+ "Action": [
551231
+ "ds:DescribeDirectories",
551232
+ "ds:GetAuthorizedApplicationDetails"
551233
+ ],
551234
+ "Resource": "*"
551235
+ },
551236
+ {
551237
+ "Sid": "SSMReadPermissions",
551238
+ "Effect": "Allow",
551239
+ "Action": [
551240
+ "ssm:GetInventory",
551241
+ "ssm:GetCommandInvocation",
551242
+ "ssm:ListCommandInvocations",
551243
+ "ssm:DescribeInstanceInformation"
551244
+ ],
551245
+ "Resource": "*"
551246
+ },
551247
+ {
551248
+ "Sid": "EC2ReadPermissions",
551249
+ "Effect": "Allow",
551250
+ "Action": [
551251
+ "ec2:DescribeInstances",
551252
+ "ec2:DescribeVpcPeeringConnections"
551253
+ ],
551254
+ "Resource": "*"
551255
+ },
551256
+ {
551257
+ "Sid": "EC2WritePermissions",
551258
+ "Effect": "Allow",
551259
+ "Action": [
551260
+ "ec2:TerminateInstances",
551261
+ "ec2:CreateTags"
551262
+ ],
551263
+ "Condition": {
551264
+ "StringEquals": {
551265
+ "ec2:productCode": [
551266
+ "bz0vcy31ooqlzk5tsash4r1ik",
551267
+ "d44g89hc0gp9jdzm99rznthpw",
551268
+ "77yzkpa7kvee1y1tt7wnsdwoc",
551269
+ "a8jthu9h8pjsn4b8ylvfl6sfr",
551270
+ "7at6der8hnlov1g347e6tdkde",
551271
+ "3t0v0vuhvxjzm6m462f9v8iz4",
551272
+ "4gs2prcp03ojilgkjx8m3ifh7"
551273
+ ]
551274
+ }
551275
+ },
551276
+ "Resource": [
551277
+ "arn:aws:ec2:*:*:instance/*"
551278
+ ]
551279
+ },
551280
+ {
551281
+ "Sid": "SSMDocumentExecutionPermissions",
551282
+ "Effect": "Allow",
551283
+ "Action": [
551284
+ "ssm:SendCommand"
551285
+ ],
551286
+ "Resource": [
551287
+ "arn:aws:ssm:*::document/AWS-RunPowerShellScript"
551288
+ ]
551289
+ },
551290
+ {
551291
+ "Sid": "SSMInstanceExecutionPermissions",
551292
+ "Effect": "Allow",
551293
+ "Action": [
551294
+ "ssm:SendCommand"
551295
+ ],
551296
+ "Resource": [
551297
+ "arn:aws:ec2:*:*:instance/*"
551298
+ ],
551299
+ "Condition": {
551300
+ "StringEquals": {
551301
+ "aws:ResourceTag/AWSLicenseManager": "UserSubscriptions"
551302
+ }
551303
+ }
551304
+ },
551305
+ {
551306
+ "Sid": "ReadHostedZonePermissions",
551307
+ "Effect": "Allow",
551308
+ "Action": [
551309
+ "route53:GetHostedZone",
551310
+ "route53:ListResourceRecordSets"
551311
+ ],
551312
+ "Resource": "*"
551313
+ },
551314
+ {
551315
+ "Sid": "ReadSecurityGroupRulePermissions",
551316
+ "Effect": "Allow",
551317
+ "Action": [
551318
+ "ec2:DescribeSecurityGroupRules"
551319
+ ],
551320
+ "Resource": "*"
551321
+ },
551322
+ {
551323
+ "Effect": "Allow",
551324
+ "Sid": "DescribeSubnetsPermissions",
551325
+ "Action": [
551326
+ "ec2:DescribeSubnets"
551327
+ ],
551328
+ "Resource": "*"
551329
+ },
551330
+ {
551331
+ "Sid": "DescribeNetworkInterfacePermissions",
551332
+ "Effect": "Allow",
551333
+ "Action": [
551334
+ "ec2:DescribeNetworkInterfaces"
551335
+ ],
551336
+ "Resource": "*"
551337
+ },
551338
+ {
551339
+ "Sid": "ReadSecretPermissions",
551340
+ "Effect": "Allow",
551341
+ "Action": [
551342
+ "secretsmanager:GetSecretValue"
551343
+ ],
551344
+ "Resource": "arn:aws:secretsmanager:*:*:secret:license-manager-user-*"
551345
+ }
551346
+ ]
551347
+ }
550958
551348
  }
550959
551349
  },
550960
551350
  "createdDate": "2022-07-30T01:17:18.000Z",
550961
- "lastUpdatedDate": "2022-11-21T19:51:42.000Z"
551351
+ "lastUpdatedDate": "2024-11-08T02:54:26.000Z"
550962
551352
  },
550963
551353
  "AWSTrustedAdvisorPriorityFullAccess": {
550964
551354
  "arn": "arn:aws:iam::aws:policy/AWSTrustedAdvisorPriorityFullAccess",
@@ -614641,8 +615031,8 @@
614641
615031
  },
614642
615032
  "AmazonEKSComputePolicy": {
614643
615033
  "arn": "arn:aws:iam::aws:policy/AmazonEKSComputePolicy",
614644
- "latestVersionId": "v1",
614645
- "versionsCount": 1,
615034
+ "latestVersionId": "v2",
615035
+ "versionsCount": 2,
614646
615036
  "versions": {
614647
615037
  "v1": {
614648
615038
  "createdDate": "2024-11-01T21:46:52.000Z",
@@ -614734,9 +615124,100 @@
614734
615124
  }
614735
615125
  ]
614736
615126
  }
615127
+ },
615128
+ "v2": {
615129
+ "createdDate": "2024-11-01T21:46:52.000Z",
615130
+ "document": {
615131
+ "Version": "2012-10-17",
615132
+ "Statement": [
615133
+ {
615134
+ "Effect": "Allow",
615135
+ "Action": [
615136
+ "ec2:CreateFleet",
615137
+ "ec2:RunInstances"
615138
+ ],
615139
+ "Resource": [
615140
+ "arn:aws:ec2:*::image/*",
615141
+ "arn:aws:ec2:*:*:security-group/*",
615142
+ "arn:aws:ec2:*:*:subnet/*"
615143
+ ]
615144
+ },
615145
+ {
615146
+ "Effect": "Allow",
615147
+ "Action": [
615148
+ "ec2:CreateFleet",
615149
+ "ec2:RunInstances"
615150
+ ],
615151
+ "Resource": "arn:aws:ec2:*:*:launch-template/*",
615152
+ "Condition": {
615153
+ "StringEquals": {
615154
+ "aws:ResourceTag/eks:eks-cluster-name": "${aws:PrincipalTag/eks:eks-cluster-name}"
615155
+ }
615156
+ }
615157
+ },
615158
+ {
615159
+ "Effect": "Allow",
615160
+ "Action": [
615161
+ "ec2:CreateFleet",
615162
+ "ec2:RunInstances",
615163
+ "ec2:CreateLaunchTemplate"
615164
+ ],
615165
+ "Resource": "*",
615166
+ "Condition": {
615167
+ "StringEquals": {
615168
+ "aws:RequestTag/eks:eks-cluster-name": "${aws:PrincipalTag/eks:eks-cluster-name}"
615169
+ },
615170
+ "StringLike": {
615171
+ "aws:RequestTag/eks:kubernetes-node-class-name": "*",
615172
+ "aws:RequestTag/eks:kubernetes-node-pool-name": "*"
615173
+ },
615174
+ "ForAllValues:StringLike": {
615175
+ "aws:TagKeys": [
615176
+ "eks:eks-cluster-name",
615177
+ "eks:kubernetes-node-class-name",
615178
+ "eks:kubernetes-node-pool-name",
615179
+ "kubernetes.io/cluster/*"
615180
+ ]
615181
+ }
615182
+ }
615183
+ },
615184
+ {
615185
+ "Effect": "Allow",
615186
+ "Action": "ec2:CreateTags",
615187
+ "Resource": "*",
615188
+ "Condition": {
615189
+ "StringEquals": {
615190
+ "ec2:CreateAction": [
615191
+ "CreateFleet",
615192
+ "RunInstances",
615193
+ "CreateLaunchTemplate"
615194
+ ]
615195
+ }
615196
+ }
615197
+ },
615198
+ {
615199
+ "Effect": "Allow",
615200
+ "Action": "iam:AddRoleToInstanceProfile",
615201
+ "Resource": "arn:aws:iam::*:instance-profile/eks*"
615202
+ },
615203
+ {
615204
+ "Effect": "Allow",
615205
+ "Action": "iam:PassRole",
615206
+ "Resource": "*",
615207
+ "Condition": {
615208
+ "StringEquals": {
615209
+ "iam:PassedToService": [
615210
+ "ec2.amazonaws.com",
615211
+ "ec2.amazonaws.com.cn"
615212
+ ]
615213
+ }
615214
+ }
615215
+ }
615216
+ ]
615217
+ }
614737
615218
  }
614738
615219
  },
614739
615220
  "createdDate": "2024-11-01T21:46:52.000Z",
614740
- "lastUpdatedDate": "2024-11-01T21:46:52.000Z"
615221
+ "lastUpdatedDate": "2024-11-07T21:21:18.000Z"
614741
615222
  }
614742
615223
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-managed-policies",
3
- "version": "0.0.261",
3
+ "version": "0.0.263",
4
4
  "description": "Provides AWS IAM Managed Policies historical data as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",