aws-iam-managed-policies 0.0.608 → 0.0.609
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.
- package/dist/managedPolicies.json +133 -6
- package/package.json +1 -1
|
@@ -774590,8 +774590,8 @@
|
|
|
774590
774590
|
},
|
|
774591
774591
|
"AmazonEMRContainersServiceRolePolicy": {
|
|
774592
774592
|
"arn": "arn:aws:iam::aws:policy/aws-service-role/AmazonEMRContainersServiceRolePolicy",
|
|
774593
|
-
"latestVersionId": "
|
|
774594
|
-
"versionsCount":
|
|
774593
|
+
"latestVersionId": "v5",
|
|
774594
|
+
"versionsCount": 5,
|
|
774595
774595
|
"versions": {
|
|
774596
774596
|
"v1": {
|
|
774597
774597
|
"createdDate": "2020-12-09T00:38:19.000Z",
|
|
@@ -774757,10 +774757,103 @@
|
|
|
774757
774757
|
}
|
|
774758
774758
|
]
|
|
774759
774759
|
}
|
|
774760
|
+
},
|
|
774761
|
+
"v5": {
|
|
774762
|
+
"createdDate": "2020-12-09T00:38:19.000Z",
|
|
774763
|
+
"document": {
|
|
774764
|
+
"Version": "2012-10-17",
|
|
774765
|
+
"Statement": [
|
|
774766
|
+
{
|
|
774767
|
+
"Effect": "Allow",
|
|
774768
|
+
"Action": [
|
|
774769
|
+
"eks:DescribeCluster",
|
|
774770
|
+
"eks:ListNodeGroups",
|
|
774771
|
+
"eks:DescribeNodeGroup",
|
|
774772
|
+
"ec2:DescribeRouteTables",
|
|
774773
|
+
"ec2:DescribeSubnets",
|
|
774774
|
+
"ec2:DescribeSecurityGroups",
|
|
774775
|
+
"elasticloadbalancing:DescribeInstanceHealth",
|
|
774776
|
+
"elasticloadbalancing:DescribeLoadBalancers",
|
|
774777
|
+
"elasticloadbalancing:DescribeTargetGroups",
|
|
774778
|
+
"elasticloadbalancing:DescribeTargetHealth",
|
|
774779
|
+
"eks:ListPodIdentityAssociations",
|
|
774780
|
+
"eks:DescribePodIdentityAssociation",
|
|
774781
|
+
"ec2:DescribeVpcEndpointServiceConfigurations",
|
|
774782
|
+
"ec2:DescribeVpcEndpointServicePermissions"
|
|
774783
|
+
],
|
|
774784
|
+
"Resource": "*"
|
|
774785
|
+
},
|
|
774786
|
+
{
|
|
774787
|
+
"Effect": "Allow",
|
|
774788
|
+
"Action": [
|
|
774789
|
+
"acm:ImportCertificate",
|
|
774790
|
+
"acm:AddTagsToCertificate"
|
|
774791
|
+
],
|
|
774792
|
+
"Resource": "*",
|
|
774793
|
+
"Condition": {
|
|
774794
|
+
"StringEquals": {
|
|
774795
|
+
"aws:RequestTag/emr-container:endpoint:managed-certificate": "true"
|
|
774796
|
+
}
|
|
774797
|
+
}
|
|
774798
|
+
},
|
|
774799
|
+
{
|
|
774800
|
+
"Effect": "Allow",
|
|
774801
|
+
"Action": [
|
|
774802
|
+
"acm:DeleteCertificate"
|
|
774803
|
+
],
|
|
774804
|
+
"Resource": "*",
|
|
774805
|
+
"Condition": {
|
|
774806
|
+
"StringEquals": {
|
|
774807
|
+
"aws:ResourceTag/emr-container:endpoint:managed-certificate": "true"
|
|
774808
|
+
}
|
|
774809
|
+
}
|
|
774810
|
+
},
|
|
774811
|
+
{
|
|
774812
|
+
"Sid": "VPCEndpointServiceCreate",
|
|
774813
|
+
"Effect": "Allow",
|
|
774814
|
+
"Action": [
|
|
774815
|
+
"ec2:CreateVpcEndpointServiceConfiguration"
|
|
774816
|
+
],
|
|
774817
|
+
"Resource": "arn:aws:ec2:*:*:vpc-endpoint-service/*",
|
|
774818
|
+
"Condition": {
|
|
774819
|
+
"StringEquals": {
|
|
774820
|
+
"aws:RequestTag/emr-containers:managed-endpoint-resource": "true"
|
|
774821
|
+
}
|
|
774822
|
+
}
|
|
774823
|
+
},
|
|
774824
|
+
{
|
|
774825
|
+
"Sid": "VPCEndpointServiceManage",
|
|
774826
|
+
"Effect": "Allow",
|
|
774827
|
+
"Action": [
|
|
774828
|
+
"ec2:DeleteVpcEndpointServiceConfigurations",
|
|
774829
|
+
"ec2:ModifyVpcEndpointServicePermissions"
|
|
774830
|
+
],
|
|
774831
|
+
"Resource": "arn:aws:ec2:*:*:vpc-endpoint-service/*",
|
|
774832
|
+
"Condition": {
|
|
774833
|
+
"StringEquals": {
|
|
774834
|
+
"aws:ResourceTag/emr-containers:managed-endpoint-resource": "true"
|
|
774835
|
+
}
|
|
774836
|
+
}
|
|
774837
|
+
},
|
|
774838
|
+
{
|
|
774839
|
+
"Sid": "VPCEndpointServiceTagOnCreate",
|
|
774840
|
+
"Effect": "Allow",
|
|
774841
|
+
"Action": [
|
|
774842
|
+
"ec2:CreateTags"
|
|
774843
|
+
],
|
|
774844
|
+
"Resource": "arn:aws:ec2:*:*:vpc-endpoint-service/*",
|
|
774845
|
+
"Condition": {
|
|
774846
|
+
"StringEquals": {
|
|
774847
|
+
"ec2:CreateAction": "CreateVpcEndpointServiceConfiguration"
|
|
774848
|
+
}
|
|
774849
|
+
}
|
|
774850
|
+
}
|
|
774851
|
+
]
|
|
774852
|
+
}
|
|
774760
774853
|
}
|
|
774761
774854
|
},
|
|
774762
774855
|
"createdDate": "2020-12-09T00:38:19.000Z",
|
|
774763
|
-
"lastUpdatedDate": "
|
|
774856
|
+
"lastUpdatedDate": "2026-06-19T16:27:19.000Z"
|
|
774764
774857
|
},
|
|
774765
774858
|
"EC2InstanceProfileForImageBuilderECRContainerBuilds": {
|
|
774766
774859
|
"arn": "arn:aws:iam::aws:policy/EC2InstanceProfileForImageBuilderECRContainerBuilds",
|
|
@@ -1333504,8 +1333597,8 @@
|
|
|
1333504
1333597
|
},
|
|
1333505
1333598
|
"EC2ApplicationStatusChecksServiceRolePolicy": {
|
|
1333506
1333599
|
"arn": "arn:aws:iam::aws:policy/aws-service-role/EC2ApplicationStatusChecksServiceRolePolicy",
|
|
1333507
|
-
"latestVersionId": "
|
|
1333508
|
-
"versionsCount":
|
|
1333600
|
+
"latestVersionId": "v2",
|
|
1333601
|
+
"versionsCount": 2,
|
|
1333509
1333602
|
"versions": {
|
|
1333510
1333603
|
"v1": {
|
|
1333511
1333604
|
"createdDate": "2026-04-27T23:42:19.000Z",
|
|
@@ -1333539,10 +1333632,44 @@
|
|
|
1333539
1333632
|
}
|
|
1333540
1333633
|
]
|
|
1333541
1333634
|
}
|
|
1333635
|
+
},
|
|
1333636
|
+
"v2": {
|
|
1333637
|
+
"createdDate": "2026-04-27T23:42:19.000Z",
|
|
1333638
|
+
"document": {
|
|
1333639
|
+
"Version": "2012-10-17",
|
|
1333640
|
+
"Statement": [
|
|
1333641
|
+
{
|
|
1333642
|
+
"Effect": "Allow",
|
|
1333643
|
+
"Action": [
|
|
1333644
|
+
"ec2:DeleteNetworkInterface",
|
|
1333645
|
+
"ec2:AssignIpv6Addresses"
|
|
1333646
|
+
],
|
|
1333647
|
+
"Resource": "*",
|
|
1333648
|
+
"Condition": {
|
|
1333649
|
+
"StringEquals": {
|
|
1333650
|
+
"ec2:ManagedResourceOperator": [
|
|
1333651
|
+
"ec2.application-status-checks.amazonaws.com"
|
|
1333652
|
+
]
|
|
1333653
|
+
}
|
|
1333654
|
+
}
|
|
1333655
|
+
},
|
|
1333656
|
+
{
|
|
1333657
|
+
"Effect": "Allow",
|
|
1333658
|
+
"Action": [
|
|
1333659
|
+
"ec2:CreateNetworkInterface",
|
|
1333660
|
+
"ec2:DescribeInstances",
|
|
1333661
|
+
"ec2:DescribeSecurityGroups",
|
|
1333662
|
+
"ec2:DescribeSubnets",
|
|
1333663
|
+
"ec2:DescribeNetworkInterfaces"
|
|
1333664
|
+
],
|
|
1333665
|
+
"Resource": "*"
|
|
1333666
|
+
}
|
|
1333667
|
+
]
|
|
1333668
|
+
}
|
|
1333542
1333669
|
}
|
|
1333543
1333670
|
},
|
|
1333544
1333671
|
"createdDate": "2026-04-27T23:42:19.000Z",
|
|
1333545
|
-
"lastUpdatedDate": "2026-
|
|
1333672
|
+
"lastUpdatedDate": "2026-06-19T17:27:31.000Z"
|
|
1333546
1333673
|
},
|
|
1333547
1333674
|
"AWSMarketplaceDiscoveryFullAccess": {
|
|
1333548
1333675
|
"arn": "arn:aws:iam::aws:policy/AWSMarketplaceDiscoveryFullAccess",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-managed-policies",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.609",
|
|
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",
|