aws-iam-managed-policies 0.0.75 → 0.0.76
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 +768 -20
- package/package.json +1 -1
|
@@ -73661,8 +73661,8 @@
|
|
|
73661
73661
|
},
|
|
73662
73662
|
"CloudWatchReadOnlyAccess": {
|
|
73663
73663
|
"arn": "arn:aws:iam::aws:policy/CloudWatchReadOnlyAccess",
|
|
73664
|
-
"latestVersionId": "
|
|
73665
|
-
"versionsCount":
|
|
73664
|
+
"latestVersionId": "v8",
|
|
73665
|
+
"versionsCount": 8,
|
|
73666
73666
|
"versions": {
|
|
73667
73667
|
"v1": {
|
|
73668
73668
|
"createdDate": "2015-02-06T18:40:01.000Z",
|
|
@@ -73872,10 +73872,60 @@
|
|
|
73872
73872
|
}
|
|
73873
73873
|
]
|
|
73874
73874
|
}
|
|
73875
|
+
},
|
|
73876
|
+
"v8": {
|
|
73877
|
+
"createdDate": "2015-02-06T18:40:01.000Z",
|
|
73878
|
+
"document": {
|
|
73879
|
+
"Version": "2012-10-17",
|
|
73880
|
+
"Statement": [
|
|
73881
|
+
{
|
|
73882
|
+
"Sid": "CloudWatchReadOnlyAccessPermissions",
|
|
73883
|
+
"Effect": "Allow",
|
|
73884
|
+
"Action": [
|
|
73885
|
+
"application-autoscaling:DescribeScalingPolicies",
|
|
73886
|
+
"autoscaling:Describe*",
|
|
73887
|
+
"cloudwatch:BatchGet*",
|
|
73888
|
+
"cloudwatch:Describe*",
|
|
73889
|
+
"cloudwatch:GenerateQuery",
|
|
73890
|
+
"cloudwatch:Get*",
|
|
73891
|
+
"cloudwatch:List*",
|
|
73892
|
+
"logs:Get*",
|
|
73893
|
+
"logs:List*",
|
|
73894
|
+
"logs:StartQuery",
|
|
73895
|
+
"logs:StopQuery",
|
|
73896
|
+
"logs:Describe*",
|
|
73897
|
+
"logs:TestMetricFilter",
|
|
73898
|
+
"logs:FilterLogEvents",
|
|
73899
|
+
"logs:StartLiveTail",
|
|
73900
|
+
"logs:StopLiveTail",
|
|
73901
|
+
"oam:ListSinks",
|
|
73902
|
+
"sns:Get*",
|
|
73903
|
+
"sns:List*",
|
|
73904
|
+
"rum:BatchGet*",
|
|
73905
|
+
"rum:Get*",
|
|
73906
|
+
"rum:List*",
|
|
73907
|
+
"synthetics:Describe*",
|
|
73908
|
+
"synthetics:Get*",
|
|
73909
|
+
"synthetics:List*",
|
|
73910
|
+
"xray:BatchGet*",
|
|
73911
|
+
"xray:Get*"
|
|
73912
|
+
],
|
|
73913
|
+
"Resource": "*"
|
|
73914
|
+
},
|
|
73915
|
+
{
|
|
73916
|
+
"Sid": "OAMReadPermissions",
|
|
73917
|
+
"Effect": "Allow",
|
|
73918
|
+
"Action": [
|
|
73919
|
+
"oam:ListAttachedLinks"
|
|
73920
|
+
],
|
|
73921
|
+
"Resource": "arn:aws:oam:*:*:sink/*"
|
|
73922
|
+
}
|
|
73923
|
+
]
|
|
73924
|
+
}
|
|
73875
73925
|
}
|
|
73876
73926
|
},
|
|
73877
73927
|
"createdDate": "2015-02-06T18:40:01.000Z",
|
|
73878
|
-
"lastUpdatedDate": "2023-
|
|
73928
|
+
"lastUpdatedDate": "2023-12-05T19:24:15.000Z"
|
|
73879
73929
|
},
|
|
73880
73930
|
"CloudWatchLogsFullAccess": {
|
|
73881
73931
|
"arn": "arn:aws:iam::aws:policy/CloudWatchLogsFullAccess",
|
|
@@ -130348,8 +130398,8 @@
|
|
|
130348
130398
|
},
|
|
130349
130399
|
"AWSBatchServiceRole": {
|
|
130350
130400
|
"arn": "arn:aws:iam::aws:policy/service-role/AWSBatchServiceRole",
|
|
130351
|
-
"latestVersionId": "
|
|
130352
|
-
"versionsCount":
|
|
130401
|
+
"latestVersionId": "v13",
|
|
130402
|
+
"versionsCount": 13,
|
|
130353
130403
|
"versions": {
|
|
130354
130404
|
"v2": {
|
|
130355
130405
|
"createdDate": "2016-12-13T00:38:36.000Z",
|
|
@@ -131497,10 +131547,144 @@
|
|
|
131497
131547
|
}
|
|
131498
131548
|
]
|
|
131499
131549
|
}
|
|
131550
|
+
},
|
|
131551
|
+
"v13": {
|
|
131552
|
+
"createdDate": "2016-12-06T19:36:24.000Z",
|
|
131553
|
+
"document": {
|
|
131554
|
+
"Version": "2012-10-17",
|
|
131555
|
+
"Statement": [
|
|
131556
|
+
{
|
|
131557
|
+
"Sid": "AWSBatchPolicyStatement1",
|
|
131558
|
+
"Effect": "Allow",
|
|
131559
|
+
"Action": [
|
|
131560
|
+
"ec2:DescribeAccountAttributes",
|
|
131561
|
+
"ec2:DescribeInstances",
|
|
131562
|
+
"ec2:DescribeInstanceStatus",
|
|
131563
|
+
"ec2:DescribeInstanceAttribute",
|
|
131564
|
+
"ec2:DescribeSubnets",
|
|
131565
|
+
"ec2:DescribeSecurityGroups",
|
|
131566
|
+
"ec2:DescribeKeyPairs",
|
|
131567
|
+
"ec2:DescribeImages",
|
|
131568
|
+
"ec2:DescribeImageAttribute",
|
|
131569
|
+
"ec2:DescribeSpotInstanceRequests",
|
|
131570
|
+
"ec2:DescribeSpotFleetInstances",
|
|
131571
|
+
"ec2:DescribeSpotFleetRequests",
|
|
131572
|
+
"ec2:DescribeSpotPriceHistory",
|
|
131573
|
+
"ec2:DescribeSpotFleetRequestHistory",
|
|
131574
|
+
"ec2:DescribeVpcClassicLink",
|
|
131575
|
+
"ec2:DescribeLaunchTemplateVersions",
|
|
131576
|
+
"ec2:CreateLaunchTemplate",
|
|
131577
|
+
"ec2:DeleteLaunchTemplate",
|
|
131578
|
+
"ec2:RequestSpotFleet",
|
|
131579
|
+
"ec2:CancelSpotFleetRequests",
|
|
131580
|
+
"ec2:ModifySpotFleetRequest",
|
|
131581
|
+
"ec2:TerminateInstances",
|
|
131582
|
+
"ec2:RunInstances",
|
|
131583
|
+
"autoscaling:DescribeAccountLimits",
|
|
131584
|
+
"autoscaling:DescribeAutoScalingGroups",
|
|
131585
|
+
"autoscaling:DescribeLaunchConfigurations",
|
|
131586
|
+
"autoscaling:DescribeAutoScalingInstances",
|
|
131587
|
+
"autoscaling:DescribeScalingActivities",
|
|
131588
|
+
"autoscaling:CreateLaunchConfiguration",
|
|
131589
|
+
"autoscaling:CreateAutoScalingGroup",
|
|
131590
|
+
"autoscaling:UpdateAutoScalingGroup",
|
|
131591
|
+
"autoscaling:SetDesiredCapacity",
|
|
131592
|
+
"autoscaling:DeleteLaunchConfiguration",
|
|
131593
|
+
"autoscaling:DeleteAutoScalingGroup",
|
|
131594
|
+
"autoscaling:CreateOrUpdateTags",
|
|
131595
|
+
"autoscaling:SuspendProcesses",
|
|
131596
|
+
"autoscaling:PutNotificationConfiguration",
|
|
131597
|
+
"autoscaling:TerminateInstanceInAutoScalingGroup",
|
|
131598
|
+
"ecs:DescribeClusters",
|
|
131599
|
+
"ecs:DescribeContainerInstances",
|
|
131600
|
+
"ecs:DescribeTaskDefinition",
|
|
131601
|
+
"ecs:DescribeTasks",
|
|
131602
|
+
"ecs:ListAccountSettings",
|
|
131603
|
+
"ecs:ListClusters",
|
|
131604
|
+
"ecs:ListContainerInstances",
|
|
131605
|
+
"ecs:ListTaskDefinitionFamilies",
|
|
131606
|
+
"ecs:ListTaskDefinitions",
|
|
131607
|
+
"ecs:ListTasks",
|
|
131608
|
+
"ecs:CreateCluster",
|
|
131609
|
+
"ecs:DeleteCluster",
|
|
131610
|
+
"ecs:RegisterTaskDefinition",
|
|
131611
|
+
"ecs:DeregisterTaskDefinition",
|
|
131612
|
+
"ecs:RunTask",
|
|
131613
|
+
"ecs:StartTask",
|
|
131614
|
+
"ecs:StopTask",
|
|
131615
|
+
"ecs:UpdateContainerAgent",
|
|
131616
|
+
"ecs:DeregisterContainerInstance",
|
|
131617
|
+
"logs:CreateLogGroup",
|
|
131618
|
+
"logs:CreateLogStream",
|
|
131619
|
+
"logs:PutLogEvents",
|
|
131620
|
+
"logs:DescribeLogGroups",
|
|
131621
|
+
"iam:GetInstanceProfile",
|
|
131622
|
+
"iam:GetRole"
|
|
131623
|
+
],
|
|
131624
|
+
"Resource": "*"
|
|
131625
|
+
},
|
|
131626
|
+
{
|
|
131627
|
+
"Sid": "AWSBatchPolicyStatement2",
|
|
131628
|
+
"Effect": "Allow",
|
|
131629
|
+
"Action": "ecs:TagResource",
|
|
131630
|
+
"Resource": [
|
|
131631
|
+
"arn:aws:ecs:*:*:task/*_Batch_*"
|
|
131632
|
+
]
|
|
131633
|
+
},
|
|
131634
|
+
{
|
|
131635
|
+
"Sid": "AWSBatchPolicyStatement3",
|
|
131636
|
+
"Effect": "Allow",
|
|
131637
|
+
"Action": "iam:PassRole",
|
|
131638
|
+
"Resource": [
|
|
131639
|
+
"*"
|
|
131640
|
+
],
|
|
131641
|
+
"Condition": {
|
|
131642
|
+
"StringEquals": {
|
|
131643
|
+
"iam:PassedToService": [
|
|
131644
|
+
"ec2.amazonaws.com",
|
|
131645
|
+
"ec2.amazonaws.com.cn",
|
|
131646
|
+
"ecs-tasks.amazonaws.com"
|
|
131647
|
+
]
|
|
131648
|
+
}
|
|
131649
|
+
}
|
|
131650
|
+
},
|
|
131651
|
+
{
|
|
131652
|
+
"Sid": "AWSBatchPolicyStatement4",
|
|
131653
|
+
"Effect": "Allow",
|
|
131654
|
+
"Action": "iam:CreateServiceLinkedRole",
|
|
131655
|
+
"Resource": "*",
|
|
131656
|
+
"Condition": {
|
|
131657
|
+
"StringEquals": {
|
|
131658
|
+
"iam:AWSServiceName": [
|
|
131659
|
+
"spot.amazonaws.com",
|
|
131660
|
+
"spotfleet.amazonaws.com",
|
|
131661
|
+
"autoscaling.amazonaws.com",
|
|
131662
|
+
"ecs.amazonaws.com"
|
|
131663
|
+
]
|
|
131664
|
+
}
|
|
131665
|
+
}
|
|
131666
|
+
},
|
|
131667
|
+
{
|
|
131668
|
+
"Sid": "AWSBatchPolicyStatement5",
|
|
131669
|
+
"Effect": "Allow",
|
|
131670
|
+
"Action": [
|
|
131671
|
+
"ec2:CreateTags"
|
|
131672
|
+
],
|
|
131673
|
+
"Resource": [
|
|
131674
|
+
"*"
|
|
131675
|
+
],
|
|
131676
|
+
"Condition": {
|
|
131677
|
+
"StringEquals": {
|
|
131678
|
+
"ec2:CreateAction": "RunInstances"
|
|
131679
|
+
}
|
|
131680
|
+
}
|
|
131681
|
+
}
|
|
131682
|
+
]
|
|
131683
|
+
}
|
|
131500
131684
|
}
|
|
131501
131685
|
},
|
|
131502
131686
|
"createdDate": "2016-12-06T19:36:24.000Z",
|
|
131503
|
-
"lastUpdatedDate": "
|
|
131687
|
+
"lastUpdatedDate": "2023-12-05T18:49:44.000Z"
|
|
131504
131688
|
},
|
|
131505
131689
|
"AWSQuicksightAthenaAccess": {
|
|
131506
131690
|
"arn": "arn:aws:iam::aws:policy/service-role/AWSQuicksightAthenaAccess",
|
|
@@ -410732,8 +410916,8 @@
|
|
|
410732
410916
|
},
|
|
410733
410917
|
"BatchServiceRolePolicy": {
|
|
410734
410918
|
"arn": "arn:aws:iam::aws:policy/aws-service-role/BatchServiceRolePolicy",
|
|
410735
|
-
"latestVersionId": "
|
|
410736
|
-
"versionsCount":
|
|
410919
|
+
"latestVersionId": "v7",
|
|
410920
|
+
"versionsCount": 7,
|
|
410737
410921
|
"versions": {
|
|
410738
410922
|
"v1": {
|
|
410739
410923
|
"createdDate": "2021-03-10T06:55:36.000Z",
|
|
@@ -411639,7 +411823,249 @@
|
|
|
411639
411823
|
"arn:aws:ec2:*:*:placement-group/*",
|
|
411640
411824
|
"arn:aws:ec2:*:*:capacity-reservation/*",
|
|
411641
411825
|
"arn:aws:ec2:*:*:elastic-gpu/*",
|
|
411642
|
-
"arn:aws:elastic-inference:*:*:elastic-inference-accelerator/*"
|
|
411826
|
+
"arn:aws:elastic-inference:*:*:elastic-inference-accelerator/*"
|
|
411827
|
+
]
|
|
411828
|
+
},
|
|
411829
|
+
{
|
|
411830
|
+
"Effect": "Allow",
|
|
411831
|
+
"Action": "ec2:RunInstances",
|
|
411832
|
+
"Resource": "arn:aws:ec2:*:*:instance/*",
|
|
411833
|
+
"Condition": {
|
|
411834
|
+
"Null": {
|
|
411835
|
+
"aws:RequestTag/AWSBatchServiceTag": "false"
|
|
411836
|
+
}
|
|
411837
|
+
}
|
|
411838
|
+
},
|
|
411839
|
+
{
|
|
411840
|
+
"Effect": "Allow",
|
|
411841
|
+
"Action": [
|
|
411842
|
+
"ec2:CreateTags"
|
|
411843
|
+
],
|
|
411844
|
+
"Resource": [
|
|
411845
|
+
"*"
|
|
411846
|
+
],
|
|
411847
|
+
"Condition": {
|
|
411848
|
+
"StringEquals": {
|
|
411849
|
+
"ec2:CreateAction": [
|
|
411850
|
+
"RunInstances",
|
|
411851
|
+
"CreateLaunchTemplate",
|
|
411852
|
+
"RequestSpotFleet"
|
|
411853
|
+
]
|
|
411854
|
+
}
|
|
411855
|
+
}
|
|
411856
|
+
}
|
|
411857
|
+
]
|
|
411858
|
+
}
|
|
411859
|
+
},
|
|
411860
|
+
"v5": {
|
|
411861
|
+
"createdDate": "2022-05-18T20:05:56.000Z",
|
|
411862
|
+
"document": {
|
|
411863
|
+
"Version": "2012-10-17",
|
|
411864
|
+
"Statement": [
|
|
411865
|
+
{
|
|
411866
|
+
"Effect": "Allow",
|
|
411867
|
+
"Action": [
|
|
411868
|
+
"ec2:DescribeAccountAttributes",
|
|
411869
|
+
"ec2:DescribeInstances",
|
|
411870
|
+
"ec2:DescribeInstanceStatus",
|
|
411871
|
+
"ec2:DescribeInstanceAttribute",
|
|
411872
|
+
"ec2:DescribeSubnets",
|
|
411873
|
+
"ec2:DescribeSecurityGroups",
|
|
411874
|
+
"ec2:DescribeKeyPairs",
|
|
411875
|
+
"ec2:DescribeImages",
|
|
411876
|
+
"ec2:DescribeImageAttribute",
|
|
411877
|
+
"ec2:DescribeSpotInstanceRequests",
|
|
411878
|
+
"ec2:DescribeSpotFleetInstances",
|
|
411879
|
+
"ec2:DescribeSpotFleetRequests",
|
|
411880
|
+
"ec2:DescribeSpotPriceHistory",
|
|
411881
|
+
"ec2:DescribeVpcClassicLink",
|
|
411882
|
+
"ec2:DescribeLaunchTemplateVersions",
|
|
411883
|
+
"ec2:RequestSpotFleet",
|
|
411884
|
+
"autoscaling:DescribeAccountLimits",
|
|
411885
|
+
"autoscaling:DescribeAutoScalingGroups",
|
|
411886
|
+
"autoscaling:DescribeLaunchConfigurations",
|
|
411887
|
+
"autoscaling:DescribeAutoScalingInstances",
|
|
411888
|
+
"ecs:DescribeClusters",
|
|
411889
|
+
"ecs:DescribeContainerInstances",
|
|
411890
|
+
"ecs:DescribeTaskDefinition",
|
|
411891
|
+
"ecs:DescribeTasks",
|
|
411892
|
+
"ecs:ListClusters",
|
|
411893
|
+
"ecs:ListContainerInstances",
|
|
411894
|
+
"ecs:ListTaskDefinitionFamilies",
|
|
411895
|
+
"ecs:ListTaskDefinitions",
|
|
411896
|
+
"ecs:ListTasks",
|
|
411897
|
+
"ecs:DeregisterTaskDefinition",
|
|
411898
|
+
"ecs:TagResource",
|
|
411899
|
+
"ecs:ListAccountSettings",
|
|
411900
|
+
"logs:DescribeLogGroups",
|
|
411901
|
+
"iam:GetInstanceProfile",
|
|
411902
|
+
"iam:GetRole"
|
|
411903
|
+
],
|
|
411904
|
+
"Resource": "*"
|
|
411905
|
+
},
|
|
411906
|
+
{
|
|
411907
|
+
"Effect": "Allow",
|
|
411908
|
+
"Action": [
|
|
411909
|
+
"logs:CreateLogGroup",
|
|
411910
|
+
"logs:CreateLogStream"
|
|
411911
|
+
],
|
|
411912
|
+
"Resource": "arn:aws:logs:*:*:log-group:/aws/batch/job*"
|
|
411913
|
+
},
|
|
411914
|
+
{
|
|
411915
|
+
"Effect": "Allow",
|
|
411916
|
+
"Action": [
|
|
411917
|
+
"logs:PutLogEvents"
|
|
411918
|
+
],
|
|
411919
|
+
"Resource": "arn:aws:logs:*:*:log-group:/aws/batch/job*:log-stream:*"
|
|
411920
|
+
},
|
|
411921
|
+
{
|
|
411922
|
+
"Effect": "Allow",
|
|
411923
|
+
"Action": [
|
|
411924
|
+
"autoscaling:CreateOrUpdateTags"
|
|
411925
|
+
],
|
|
411926
|
+
"Resource": "*",
|
|
411927
|
+
"Condition": {
|
|
411928
|
+
"Null": {
|
|
411929
|
+
"aws:RequestTag/AWSBatchServiceTag": "false"
|
|
411930
|
+
}
|
|
411931
|
+
}
|
|
411932
|
+
},
|
|
411933
|
+
{
|
|
411934
|
+
"Effect": "Allow",
|
|
411935
|
+
"Action": "iam:PassRole",
|
|
411936
|
+
"Resource": [
|
|
411937
|
+
"*"
|
|
411938
|
+
],
|
|
411939
|
+
"Condition": {
|
|
411940
|
+
"StringEquals": {
|
|
411941
|
+
"iam:PassedToService": [
|
|
411942
|
+
"ec2.amazonaws.com",
|
|
411943
|
+
"ec2.amazonaws.com.cn",
|
|
411944
|
+
"ecs-tasks.amazonaws.com"
|
|
411945
|
+
]
|
|
411946
|
+
}
|
|
411947
|
+
}
|
|
411948
|
+
},
|
|
411949
|
+
{
|
|
411950
|
+
"Effect": "Allow",
|
|
411951
|
+
"Action": "iam:CreateServiceLinkedRole",
|
|
411952
|
+
"Resource": "*",
|
|
411953
|
+
"Condition": {
|
|
411954
|
+
"StringEquals": {
|
|
411955
|
+
"iam:AWSServiceName": [
|
|
411956
|
+
"spot.amazonaws.com",
|
|
411957
|
+
"spotfleet.amazonaws.com",
|
|
411958
|
+
"autoscaling.amazonaws.com",
|
|
411959
|
+
"ecs.amazonaws.com"
|
|
411960
|
+
]
|
|
411961
|
+
}
|
|
411962
|
+
}
|
|
411963
|
+
},
|
|
411964
|
+
{
|
|
411965
|
+
"Effect": "Allow",
|
|
411966
|
+
"Action": [
|
|
411967
|
+
"ec2:CreateLaunchTemplate"
|
|
411968
|
+
],
|
|
411969
|
+
"Resource": "*",
|
|
411970
|
+
"Condition": {
|
|
411971
|
+
"Null": {
|
|
411972
|
+
"aws:RequestTag/AWSBatchServiceTag": "false"
|
|
411973
|
+
}
|
|
411974
|
+
}
|
|
411975
|
+
},
|
|
411976
|
+
{
|
|
411977
|
+
"Effect": "Allow",
|
|
411978
|
+
"Action": [
|
|
411979
|
+
"ec2:TerminateInstances",
|
|
411980
|
+
"ec2:CancelSpotFleetRequests",
|
|
411981
|
+
"ec2:ModifySpotFleetRequest",
|
|
411982
|
+
"ec2:DeleteLaunchTemplate"
|
|
411983
|
+
],
|
|
411984
|
+
"Resource": "*",
|
|
411985
|
+
"Condition": {
|
|
411986
|
+
"Null": {
|
|
411987
|
+
"aws:ResourceTag/AWSBatchServiceTag": "false"
|
|
411988
|
+
}
|
|
411989
|
+
}
|
|
411990
|
+
},
|
|
411991
|
+
{
|
|
411992
|
+
"Effect": "Allow",
|
|
411993
|
+
"Action": [
|
|
411994
|
+
"autoscaling:CreateLaunchConfiguration",
|
|
411995
|
+
"autoscaling:DeleteLaunchConfiguration"
|
|
411996
|
+
],
|
|
411997
|
+
"Resource": "arn:aws:autoscaling:*:*:launchConfiguration:*:launchConfigurationName/AWSBatch*"
|
|
411998
|
+
},
|
|
411999
|
+
{
|
|
412000
|
+
"Effect": "Allow",
|
|
412001
|
+
"Action": [
|
|
412002
|
+
"autoscaling:CreateAutoScalingGroup",
|
|
412003
|
+
"autoscaling:UpdateAutoScalingGroup",
|
|
412004
|
+
"autoscaling:SetDesiredCapacity",
|
|
412005
|
+
"autoscaling:DeleteAutoScalingGroup",
|
|
412006
|
+
"autoscaling:SuspendProcesses",
|
|
412007
|
+
"autoscaling:PutNotificationConfiguration",
|
|
412008
|
+
"autoscaling:TerminateInstanceInAutoScalingGroup"
|
|
412009
|
+
],
|
|
412010
|
+
"Resource": "arn:aws:autoscaling:*:*:autoScalingGroup:*:autoScalingGroupName/AWSBatch*"
|
|
412011
|
+
},
|
|
412012
|
+
{
|
|
412013
|
+
"Effect": "Allow",
|
|
412014
|
+
"Action": [
|
|
412015
|
+
"ecs:DeleteCluster",
|
|
412016
|
+
"ecs:DeregisterContainerInstance",
|
|
412017
|
+
"ecs:RunTask",
|
|
412018
|
+
"ecs:StartTask",
|
|
412019
|
+
"ecs:StopTask"
|
|
412020
|
+
],
|
|
412021
|
+
"Resource": "arn:aws:ecs:*:*:cluster/AWSBatch*"
|
|
412022
|
+
},
|
|
412023
|
+
{
|
|
412024
|
+
"Effect": "Allow",
|
|
412025
|
+
"Action": [
|
|
412026
|
+
"ecs:RunTask",
|
|
412027
|
+
"ecs:StartTask",
|
|
412028
|
+
"ecs:StopTask"
|
|
412029
|
+
],
|
|
412030
|
+
"Resource": "arn:aws:ecs:*:*:task-definition/*"
|
|
412031
|
+
},
|
|
412032
|
+
{
|
|
412033
|
+
"Effect": "Allow",
|
|
412034
|
+
"Action": [
|
|
412035
|
+
"ecs:StopTask"
|
|
412036
|
+
],
|
|
412037
|
+
"Resource": "arn:aws:ecs:*:*:task/*/*"
|
|
412038
|
+
},
|
|
412039
|
+
{
|
|
412040
|
+
"Effect": "Allow",
|
|
412041
|
+
"Action": [
|
|
412042
|
+
"ecs:CreateCluster",
|
|
412043
|
+
"ecs:RegisterTaskDefinition"
|
|
412044
|
+
],
|
|
412045
|
+
"Resource": "*",
|
|
412046
|
+
"Condition": {
|
|
412047
|
+
"Null": {
|
|
412048
|
+
"aws:RequestTag/AWSBatchServiceTag": "false"
|
|
412049
|
+
}
|
|
412050
|
+
}
|
|
412051
|
+
},
|
|
412052
|
+
{
|
|
412053
|
+
"Effect": "Allow",
|
|
412054
|
+
"Action": "ec2:RunInstances",
|
|
412055
|
+
"Resource": [
|
|
412056
|
+
"arn:aws:ec2:*::image/*",
|
|
412057
|
+
"arn:aws:ec2:*::snapshot/*",
|
|
412058
|
+
"arn:aws:ec2:*:*:subnet/*",
|
|
412059
|
+
"arn:aws:ec2:*:*:network-interface/*",
|
|
412060
|
+
"arn:aws:ec2:*:*:security-group/*",
|
|
412061
|
+
"arn:aws:ec2:*:*:volume/*",
|
|
412062
|
+
"arn:aws:ec2:*:*:key-pair/*",
|
|
412063
|
+
"arn:aws:ec2:*:*:launch-template/*",
|
|
412064
|
+
"arn:aws:ec2:*:*:placement-group/*",
|
|
412065
|
+
"arn:aws:ec2:*:*:capacity-reservation/*",
|
|
412066
|
+
"arn:aws:ec2:*:*:elastic-gpu/*",
|
|
412067
|
+
"arn:aws:elastic-inference:*:*:elastic-inference-accelerator/*",
|
|
412068
|
+
"arn:aws:resource-groups:*:*:group/*"
|
|
411643
412069
|
]
|
|
411644
412070
|
},
|
|
411645
412071
|
{
|
|
@@ -411673,8 +412099,8 @@
|
|
|
411673
412099
|
]
|
|
411674
412100
|
}
|
|
411675
412101
|
},
|
|
411676
|
-
"
|
|
411677
|
-
"createdDate": "2022-
|
|
412102
|
+
"v6": {
|
|
412103
|
+
"createdDate": "2022-10-17T17:20:22.000Z",
|
|
411678
412104
|
"document": {
|
|
411679
412105
|
"Version": "2012-10-17",
|
|
411680
412106
|
"Statement": [
|
|
@@ -411701,6 +412127,7 @@
|
|
|
411701
412127
|
"autoscaling:DescribeAutoScalingGroups",
|
|
411702
412128
|
"autoscaling:DescribeLaunchConfigurations",
|
|
411703
412129
|
"autoscaling:DescribeAutoScalingInstances",
|
|
412130
|
+
"eks:DescribeCluster",
|
|
411704
412131
|
"ecs:DescribeClusters",
|
|
411705
412132
|
"ecs:DescribeContainerInstances",
|
|
411706
412133
|
"ecs:DescribeTaskDefinition",
|
|
@@ -411915,12 +412342,13 @@
|
|
|
411915
412342
|
]
|
|
411916
412343
|
}
|
|
411917
412344
|
},
|
|
411918
|
-
"
|
|
411919
|
-
"createdDate": "
|
|
412345
|
+
"v7": {
|
|
412346
|
+
"createdDate": "2021-03-10T06:55:36.000Z",
|
|
411920
412347
|
"document": {
|
|
411921
412348
|
"Version": "2012-10-17",
|
|
411922
412349
|
"Statement": [
|
|
411923
412350
|
{
|
|
412351
|
+
"Sid": "AWSBatchPolicyStatement1",
|
|
411924
412352
|
"Effect": "Allow",
|
|
411925
412353
|
"Action": [
|
|
411926
412354
|
"ec2:DescribeAccountAttributes",
|
|
@@ -411936,6 +412364,7 @@
|
|
|
411936
412364
|
"ec2:DescribeSpotFleetInstances",
|
|
411937
412365
|
"ec2:DescribeSpotFleetRequests",
|
|
411938
412366
|
"ec2:DescribeSpotPriceHistory",
|
|
412367
|
+
"ec2:DescribeSpotFleetRequestHistory",
|
|
411939
412368
|
"ec2:DescribeVpcClassicLink",
|
|
411940
412369
|
"ec2:DescribeLaunchTemplateVersions",
|
|
411941
412370
|
"ec2:RequestSpotFleet",
|
|
@@ -411943,6 +412372,7 @@
|
|
|
411943
412372
|
"autoscaling:DescribeAutoScalingGroups",
|
|
411944
412373
|
"autoscaling:DescribeLaunchConfigurations",
|
|
411945
412374
|
"autoscaling:DescribeAutoScalingInstances",
|
|
412375
|
+
"autoscaling:DescribeScalingActivities",
|
|
411946
412376
|
"eks:DescribeCluster",
|
|
411947
412377
|
"ecs:DescribeClusters",
|
|
411948
412378
|
"ecs:DescribeContainerInstances",
|
|
@@ -411963,6 +412393,7 @@
|
|
|
411963
412393
|
"Resource": "*"
|
|
411964
412394
|
},
|
|
411965
412395
|
{
|
|
412396
|
+
"Sid": "AWSBatchPolicyStatement2",
|
|
411966
412397
|
"Effect": "Allow",
|
|
411967
412398
|
"Action": [
|
|
411968
412399
|
"logs:CreateLogGroup",
|
|
@@ -411971,6 +412402,7 @@
|
|
|
411971
412402
|
"Resource": "arn:aws:logs:*:*:log-group:/aws/batch/job*"
|
|
411972
412403
|
},
|
|
411973
412404
|
{
|
|
412405
|
+
"Sid": "AWSBatchPolicyStatement3",
|
|
411974
412406
|
"Effect": "Allow",
|
|
411975
412407
|
"Action": [
|
|
411976
412408
|
"logs:PutLogEvents"
|
|
@@ -411978,6 +412410,7 @@
|
|
|
411978
412410
|
"Resource": "arn:aws:logs:*:*:log-group:/aws/batch/job*:log-stream:*"
|
|
411979
412411
|
},
|
|
411980
412412
|
{
|
|
412413
|
+
"Sid": "AWSBatchPolicyStatement4",
|
|
411981
412414
|
"Effect": "Allow",
|
|
411982
412415
|
"Action": [
|
|
411983
412416
|
"autoscaling:CreateOrUpdateTags"
|
|
@@ -411990,6 +412423,7 @@
|
|
|
411990
412423
|
}
|
|
411991
412424
|
},
|
|
411992
412425
|
{
|
|
412426
|
+
"Sid": "AWSBatchPolicyStatement5",
|
|
411993
412427
|
"Effect": "Allow",
|
|
411994
412428
|
"Action": "iam:PassRole",
|
|
411995
412429
|
"Resource": [
|
|
@@ -412006,6 +412440,7 @@
|
|
|
412006
412440
|
}
|
|
412007
412441
|
},
|
|
412008
412442
|
{
|
|
412443
|
+
"Sid": "AWSBatchPolicyStatement6",
|
|
412009
412444
|
"Effect": "Allow",
|
|
412010
412445
|
"Action": "iam:CreateServiceLinkedRole",
|
|
412011
412446
|
"Resource": "*",
|
|
@@ -412021,6 +412456,7 @@
|
|
|
412021
412456
|
}
|
|
412022
412457
|
},
|
|
412023
412458
|
{
|
|
412459
|
+
"Sid": "AWSBatchPolicyStatement7",
|
|
412024
412460
|
"Effect": "Allow",
|
|
412025
412461
|
"Action": [
|
|
412026
412462
|
"ec2:CreateLaunchTemplate"
|
|
@@ -412033,6 +412469,7 @@
|
|
|
412033
412469
|
}
|
|
412034
412470
|
},
|
|
412035
412471
|
{
|
|
412472
|
+
"Sid": "AWSBatchPolicyStatement8",
|
|
412036
412473
|
"Effect": "Allow",
|
|
412037
412474
|
"Action": [
|
|
412038
412475
|
"ec2:TerminateInstances",
|
|
@@ -412048,6 +412485,7 @@
|
|
|
412048
412485
|
}
|
|
412049
412486
|
},
|
|
412050
412487
|
{
|
|
412488
|
+
"Sid": "AWSBatchPolicyStatement9",
|
|
412051
412489
|
"Effect": "Allow",
|
|
412052
412490
|
"Action": [
|
|
412053
412491
|
"autoscaling:CreateLaunchConfiguration",
|
|
@@ -412056,6 +412494,7 @@
|
|
|
412056
412494
|
"Resource": "arn:aws:autoscaling:*:*:launchConfiguration:*:launchConfigurationName/AWSBatch*"
|
|
412057
412495
|
},
|
|
412058
412496
|
{
|
|
412497
|
+
"Sid": "AWSBatchPolicyStatement10",
|
|
412059
412498
|
"Effect": "Allow",
|
|
412060
412499
|
"Action": [
|
|
412061
412500
|
"autoscaling:CreateAutoScalingGroup",
|
|
@@ -412069,6 +412508,7 @@
|
|
|
412069
412508
|
"Resource": "arn:aws:autoscaling:*:*:autoScalingGroup:*:autoScalingGroupName/AWSBatch*"
|
|
412070
412509
|
},
|
|
412071
412510
|
{
|
|
412511
|
+
"Sid": "AWSBatchPolicyStatement11",
|
|
412072
412512
|
"Effect": "Allow",
|
|
412073
412513
|
"Action": [
|
|
412074
412514
|
"ecs:DeleteCluster",
|
|
@@ -412080,6 +412520,7 @@
|
|
|
412080
412520
|
"Resource": "arn:aws:ecs:*:*:cluster/AWSBatch*"
|
|
412081
412521
|
},
|
|
412082
412522
|
{
|
|
412523
|
+
"Sid": "AWSBatchPolicyStatement12",
|
|
412083
412524
|
"Effect": "Allow",
|
|
412084
412525
|
"Action": [
|
|
412085
412526
|
"ecs:RunTask",
|
|
@@ -412089,6 +412530,7 @@
|
|
|
412089
412530
|
"Resource": "arn:aws:ecs:*:*:task-definition/*"
|
|
412090
412531
|
},
|
|
412091
412532
|
{
|
|
412533
|
+
"Sid": "AWSBatchPolicyStatement13",
|
|
412092
412534
|
"Effect": "Allow",
|
|
412093
412535
|
"Action": [
|
|
412094
412536
|
"ecs:StopTask"
|
|
@@ -412096,6 +412538,7 @@
|
|
|
412096
412538
|
"Resource": "arn:aws:ecs:*:*:task/*/*"
|
|
412097
412539
|
},
|
|
412098
412540
|
{
|
|
412541
|
+
"Sid": "AWSBatchPolicyStatement14",
|
|
412099
412542
|
"Effect": "Allow",
|
|
412100
412543
|
"Action": [
|
|
412101
412544
|
"ecs:CreateCluster",
|
|
@@ -412109,6 +412552,7 @@
|
|
|
412109
412552
|
}
|
|
412110
412553
|
},
|
|
412111
412554
|
{
|
|
412555
|
+
"Sid": "AWSBatchPolicyStatement15",
|
|
412112
412556
|
"Effect": "Allow",
|
|
412113
412557
|
"Action": "ec2:RunInstances",
|
|
412114
412558
|
"Resource": [
|
|
@@ -412128,6 +412572,7 @@
|
|
|
412128
412572
|
]
|
|
412129
412573
|
},
|
|
412130
412574
|
{
|
|
412575
|
+
"Sid": "AWSBatchPolicyStatement16",
|
|
412131
412576
|
"Effect": "Allow",
|
|
412132
412577
|
"Action": "ec2:RunInstances",
|
|
412133
412578
|
"Resource": "arn:aws:ec2:*:*:instance/*",
|
|
@@ -412138,6 +412583,7 @@
|
|
|
412138
412583
|
}
|
|
412139
412584
|
},
|
|
412140
412585
|
{
|
|
412586
|
+
"Sid": "AWSBatchPolicyStatement17",
|
|
412141
412587
|
"Effect": "Allow",
|
|
412142
412588
|
"Action": [
|
|
412143
412589
|
"ec2:CreateTags"
|
|
@@ -412160,7 +412606,7 @@
|
|
|
412160
412606
|
}
|
|
412161
412607
|
},
|
|
412162
412608
|
"createdDate": "2021-03-10T06:55:36.000Z",
|
|
412163
|
-
"lastUpdatedDate": "
|
|
412609
|
+
"lastUpdatedDate": "2023-12-05T22:52:40.000Z"
|
|
412164
412610
|
},
|
|
412165
412611
|
"AmazonEMRServicePolicy_v2": {
|
|
412166
412612
|
"arn": "arn:aws:iam::aws:policy/service-role/AmazonEMRServicePolicy_v2",
|
|
@@ -451124,8 +451570,8 @@
|
|
|
451124
451570
|
},
|
|
451125
451571
|
"AWSMigrationHubOrchestratorConsoleFullAccess": {
|
|
451126
451572
|
"arn": "arn:aws:iam::aws:policy/AWSMigrationHubOrchestratorConsoleFullAccess",
|
|
451127
|
-
"latestVersionId": "
|
|
451128
|
-
"versionsCount":
|
|
451573
|
+
"latestVersionId": "v2",
|
|
451574
|
+
"versionsCount": 2,
|
|
451129
451575
|
"versions": {
|
|
451130
451576
|
"v1": {
|
|
451131
451577
|
"createdDate": "2022-04-20T02:26:28.000Z",
|
|
@@ -451219,10 +451665,140 @@
|
|
|
451219
451665
|
}
|
|
451220
451666
|
]
|
|
451221
451667
|
}
|
|
451668
|
+
},
|
|
451669
|
+
"v2": {
|
|
451670
|
+
"createdDate": "2022-04-20T02:26:28.000Z",
|
|
451671
|
+
"document": {
|
|
451672
|
+
"Version": "2012-10-17",
|
|
451673
|
+
"Statement": [
|
|
451674
|
+
{
|
|
451675
|
+
"Sid": "MHO",
|
|
451676
|
+
"Effect": "Allow",
|
|
451677
|
+
"Action": [
|
|
451678
|
+
"migrationhub-orchestrator:*"
|
|
451679
|
+
],
|
|
451680
|
+
"Resource": "*"
|
|
451681
|
+
},
|
|
451682
|
+
{
|
|
451683
|
+
"Sid": "ListAllMyBuckets",
|
|
451684
|
+
"Effect": "Allow",
|
|
451685
|
+
"Action": [
|
|
451686
|
+
"s3:ListAllMyBuckets"
|
|
451687
|
+
],
|
|
451688
|
+
"Resource": "arn:aws:s3:::*"
|
|
451689
|
+
},
|
|
451690
|
+
{
|
|
451691
|
+
"Sid": "S3MHO",
|
|
451692
|
+
"Effect": "Allow",
|
|
451693
|
+
"Action": [
|
|
451694
|
+
"s3:GetObject",
|
|
451695
|
+
"s3:GetBucketAcl",
|
|
451696
|
+
"s3:GetBucketLocation",
|
|
451697
|
+
"s3:ListBucket",
|
|
451698
|
+
"s3:ListBucketVersions",
|
|
451699
|
+
"s3:PutObject"
|
|
451700
|
+
],
|
|
451701
|
+
"Resource": [
|
|
451702
|
+
"arn:aws:s3:::migrationhub-orchestrator-*",
|
|
451703
|
+
"arn:aws:s3:::migrationhub-orchestrator-*/*"
|
|
451704
|
+
]
|
|
451705
|
+
},
|
|
451706
|
+
{
|
|
451707
|
+
"Sid": "ListSecrets",
|
|
451708
|
+
"Effect": "Allow",
|
|
451709
|
+
"Action": [
|
|
451710
|
+
"secretsmanager:ListSecrets"
|
|
451711
|
+
],
|
|
451712
|
+
"Resource": "*"
|
|
451713
|
+
},
|
|
451714
|
+
{
|
|
451715
|
+
"Sid": "Configuration",
|
|
451716
|
+
"Effect": "Allow",
|
|
451717
|
+
"Action": [
|
|
451718
|
+
"discovery:DescribeConfigurations",
|
|
451719
|
+
"discovery:ListConfigurations",
|
|
451720
|
+
"discovery:GetDiscoverySummary"
|
|
451721
|
+
],
|
|
451722
|
+
"Resource": "*"
|
|
451723
|
+
},
|
|
451724
|
+
{
|
|
451725
|
+
"Sid": "GetHomeRegion",
|
|
451726
|
+
"Effect": "Allow",
|
|
451727
|
+
"Action": [
|
|
451728
|
+
"mgh:GetHomeRegion"
|
|
451729
|
+
],
|
|
451730
|
+
"Resource": "*"
|
|
451731
|
+
},
|
|
451732
|
+
{
|
|
451733
|
+
"Sid": "EC2Describe",
|
|
451734
|
+
"Effect": "Allow",
|
|
451735
|
+
"Action": [
|
|
451736
|
+
"ec2:DescribeInstances",
|
|
451737
|
+
"ec2:DescribeVpcs"
|
|
451738
|
+
],
|
|
451739
|
+
"Resource": "*"
|
|
451740
|
+
},
|
|
451741
|
+
{
|
|
451742
|
+
"Sid": "KMS",
|
|
451743
|
+
"Effect": "Allow",
|
|
451744
|
+
"Action": [
|
|
451745
|
+
"kms:ListKeys",
|
|
451746
|
+
"kms:ListAliases"
|
|
451747
|
+
],
|
|
451748
|
+
"Resource": "*"
|
|
451749
|
+
},
|
|
451750
|
+
{
|
|
451751
|
+
"Sid": "IAMListProfileRole",
|
|
451752
|
+
"Effect": "Allow",
|
|
451753
|
+
"Action": [
|
|
451754
|
+
"iam:ListInstanceProfiles",
|
|
451755
|
+
"iam:ListRoles"
|
|
451756
|
+
],
|
|
451757
|
+
"Resource": "*"
|
|
451758
|
+
},
|
|
451759
|
+
{
|
|
451760
|
+
"Sid": "ECS",
|
|
451761
|
+
"Effect": "Allow",
|
|
451762
|
+
"Action": [
|
|
451763
|
+
"ecs:ListClusters"
|
|
451764
|
+
],
|
|
451765
|
+
"Resource": "*"
|
|
451766
|
+
},
|
|
451767
|
+
{
|
|
451768
|
+
"Sid": "Account",
|
|
451769
|
+
"Effect": "Allow",
|
|
451770
|
+
"Action": [
|
|
451771
|
+
"account:ListRegions"
|
|
451772
|
+
],
|
|
451773
|
+
"Resource": "*"
|
|
451774
|
+
},
|
|
451775
|
+
{
|
|
451776
|
+
"Sid": "CreateServiceRole",
|
|
451777
|
+
"Effect": "Allow",
|
|
451778
|
+
"Action": [
|
|
451779
|
+
"iam:CreateServiceLinkedRole"
|
|
451780
|
+
],
|
|
451781
|
+
"Resource": "*",
|
|
451782
|
+
"Condition": {
|
|
451783
|
+
"StringEquals": {
|
|
451784
|
+
"iam:AWSServiceName": "migrationhub-orchestrator.amazonaws.com"
|
|
451785
|
+
}
|
|
451786
|
+
}
|
|
451787
|
+
},
|
|
451788
|
+
{
|
|
451789
|
+
"Sid": "GetRole",
|
|
451790
|
+
"Effect": "Allow",
|
|
451791
|
+
"Action": [
|
|
451792
|
+
"iam:GetRole"
|
|
451793
|
+
],
|
|
451794
|
+
"Resource": "arn:aws:iam::*:role/aws-service-role/migrationhub-orchestrator.amazonaws.com/AWSServiceRoleForMigrationHubOrchestrator*"
|
|
451795
|
+
}
|
|
451796
|
+
]
|
|
451797
|
+
}
|
|
451222
451798
|
}
|
|
451223
451799
|
},
|
|
451224
451800
|
"createdDate": "2022-04-20T02:26:28.000Z",
|
|
451225
|
-
"lastUpdatedDate": "
|
|
451801
|
+
"lastUpdatedDate": "2023-12-05T17:34:16.000Z"
|
|
451226
451802
|
},
|
|
451227
451803
|
"AWSMigrationHubOrchestratorInstanceRolePolicy": {
|
|
451228
451804
|
"arn": "arn:aws:iam::aws:policy/AWSMigrationHubOrchestratorInstanceRolePolicy",
|
|
@@ -473978,8 +474554,8 @@
|
|
|
473978
474554
|
},
|
|
473979
474555
|
"CloudWatchFullAccessV2": {
|
|
473980
474556
|
"arn": "arn:aws:iam::aws:policy/CloudWatchFullAccessV2",
|
|
473981
|
-
"latestVersionId": "
|
|
473982
|
-
"versionsCount":
|
|
474557
|
+
"latestVersionId": "v2",
|
|
474558
|
+
"versionsCount": 2,
|
|
473983
474559
|
"versions": {
|
|
473984
474560
|
"v1": {
|
|
473985
474561
|
"createdDate": "2023-08-01T11:32:57.000Z",
|
|
@@ -474028,10 +474604,72 @@
|
|
|
474028
474604
|
}
|
|
474029
474605
|
]
|
|
474030
474606
|
}
|
|
474607
|
+
},
|
|
474608
|
+
"v2": {
|
|
474609
|
+
"createdDate": "2023-08-01T11:32:57.000Z",
|
|
474610
|
+
"document": {
|
|
474611
|
+
"Version": "2012-10-17",
|
|
474612
|
+
"Statement": [
|
|
474613
|
+
{
|
|
474614
|
+
"Sid": "CloudWatchFullAccessPermissions",
|
|
474615
|
+
"Effect": "Allow",
|
|
474616
|
+
"Action": [
|
|
474617
|
+
"application-autoscaling:DescribeScalingPolicies",
|
|
474618
|
+
"autoscaling:DescribeAutoScalingGroups",
|
|
474619
|
+
"autoscaling:DescribePolicies",
|
|
474620
|
+
"cloudwatch:*",
|
|
474621
|
+
"logs:*",
|
|
474622
|
+
"sns:CreateTopic",
|
|
474623
|
+
"sns:ListSubscriptions",
|
|
474624
|
+
"sns:ListSubscriptionsByTopic",
|
|
474625
|
+
"sns:ListTopics",
|
|
474626
|
+
"sns:Subscribe",
|
|
474627
|
+
"iam:GetPolicy",
|
|
474628
|
+
"iam:GetPolicyVersion",
|
|
474629
|
+
"iam:GetRole",
|
|
474630
|
+
"oam:ListSinks",
|
|
474631
|
+
"rum:*",
|
|
474632
|
+
"synthetics:*",
|
|
474633
|
+
"xray:*"
|
|
474634
|
+
],
|
|
474635
|
+
"Resource": "*"
|
|
474636
|
+
},
|
|
474637
|
+
{
|
|
474638
|
+
"Sid": "CloudWatchApplicationSignalsServiceLinkedRolePermissions",
|
|
474639
|
+
"Effect": "Allow",
|
|
474640
|
+
"Action": "iam:CreateServiceLinkedRole",
|
|
474641
|
+
"Resource": "arn:aws:iam::*:role/aws-service-role/application-signals.cloudwatch.amazonaws.com/AWSServiceRoleForCloudWatchApplicationSignals",
|
|
474642
|
+
"Condition": {
|
|
474643
|
+
"StringLike": {
|
|
474644
|
+
"iam:AWSServiceName": "application-signals.cloudwatch.amazonaws.com"
|
|
474645
|
+
}
|
|
474646
|
+
}
|
|
474647
|
+
},
|
|
474648
|
+
{
|
|
474649
|
+
"Sid": "EventsServicePermissions",
|
|
474650
|
+
"Effect": "Allow",
|
|
474651
|
+
"Action": "iam:CreateServiceLinkedRole",
|
|
474652
|
+
"Resource": "arn:aws:iam::*:role/aws-service-role/events.amazonaws.com/AWSServiceRoleForCloudWatchEvents*",
|
|
474653
|
+
"Condition": {
|
|
474654
|
+
"StringLike": {
|
|
474655
|
+
"iam:AWSServiceName": "events.amazonaws.com"
|
|
474656
|
+
}
|
|
474657
|
+
}
|
|
474658
|
+
},
|
|
474659
|
+
{
|
|
474660
|
+
"Sid": "OAMReadPermissions",
|
|
474661
|
+
"Effect": "Allow",
|
|
474662
|
+
"Action": [
|
|
474663
|
+
"oam:ListAttachedLinks"
|
|
474664
|
+
],
|
|
474665
|
+
"Resource": "arn:aws:oam:*:*:sink/*"
|
|
474666
|
+
}
|
|
474667
|
+
]
|
|
474668
|
+
}
|
|
474031
474669
|
}
|
|
474032
474670
|
},
|
|
474033
474671
|
"createdDate": "2023-08-01T11:32:57.000Z",
|
|
474034
|
-
"lastUpdatedDate": "2023-
|
|
474672
|
+
"lastUpdatedDate": "2023-12-05T19:36:00.000Z"
|
|
474035
474673
|
},
|
|
474036
474674
|
"AmazonSageMakerPartnerServiceCatalogProductsLambdaServiceRolePolicy": {
|
|
474037
474675
|
"arn": "arn:aws:iam::aws:policy/service-role/AmazonSageMakerPartnerServiceCatalogProductsLambdaServiceRolePolicy",
|
|
@@ -483012,5 +483650,115 @@
|
|
|
483012
483650
|
},
|
|
483013
483651
|
"createdDate": "2023-11-30T07:32:17.000Z",
|
|
483014
483652
|
"lastUpdatedDate": "2023-11-30T07:32:17.000Z"
|
|
483653
|
+
},
|
|
483654
|
+
"IVSReadOnlyAccess": {
|
|
483655
|
+
"arn": "arn:aws:iam::aws:policy/IVSReadOnlyAccess",
|
|
483656
|
+
"latestVersionId": "v1",
|
|
483657
|
+
"versionsCount": 1,
|
|
483658
|
+
"versions": {
|
|
483659
|
+
"v1": {
|
|
483660
|
+
"createdDate": "2023-12-05T18:00:37.000Z",
|
|
483661
|
+
"document": {
|
|
483662
|
+
"Version": "2012-10-17",
|
|
483663
|
+
"Statement": [
|
|
483664
|
+
{
|
|
483665
|
+
"Sid": "IVSReadOnlyAccess",
|
|
483666
|
+
"Effect": "Allow",
|
|
483667
|
+
"Action": [
|
|
483668
|
+
"ivs:BatchGetChannel",
|
|
483669
|
+
"ivs:GetChannel",
|
|
483670
|
+
"ivs:GetParticipant",
|
|
483671
|
+
"ivs:GetPlaybackKeyPair",
|
|
483672
|
+
"ivs:GetRecordingConfiguration",
|
|
483673
|
+
"ivs:GetStage",
|
|
483674
|
+
"ivs:GetStageSession",
|
|
483675
|
+
"ivs:GetStream",
|
|
483676
|
+
"ivs:GetStreamSession",
|
|
483677
|
+
"ivs:ListChannels",
|
|
483678
|
+
"ivs:ListParticipants",
|
|
483679
|
+
"ivs:ListParticipantEvents",
|
|
483680
|
+
"ivs:ListPlaybackKeyPairs",
|
|
483681
|
+
"ivs:ListRecordingConfigurations",
|
|
483682
|
+
"ivs:ListStages",
|
|
483683
|
+
"ivs:ListStageSessions",
|
|
483684
|
+
"ivs:ListStreamKeys",
|
|
483685
|
+
"ivs:ListStreams",
|
|
483686
|
+
"ivs:ListStreamSessions",
|
|
483687
|
+
"ivs:ListTagsForResource"
|
|
483688
|
+
],
|
|
483689
|
+
"Resource": "*"
|
|
483690
|
+
}
|
|
483691
|
+
]
|
|
483692
|
+
}
|
|
483693
|
+
}
|
|
483694
|
+
},
|
|
483695
|
+
"createdDate": "2023-12-05T18:00:37.000Z",
|
|
483696
|
+
"lastUpdatedDate": "2023-12-05T18:00:37.000Z"
|
|
483697
|
+
},
|
|
483698
|
+
"AWSMSKReplicatorExecutionRole": {
|
|
483699
|
+
"arn": "arn:aws:iam::aws:policy/service-role/AWSMSKReplicatorExecutionRole",
|
|
483700
|
+
"latestVersionId": "v1",
|
|
483701
|
+
"versionsCount": 1,
|
|
483702
|
+
"versions": {
|
|
483703
|
+
"v1": {
|
|
483704
|
+
"createdDate": "2023-12-06T00:07:52.000Z",
|
|
483705
|
+
"document": {
|
|
483706
|
+
"Version": "2012-10-17",
|
|
483707
|
+
"Statement": [
|
|
483708
|
+
{
|
|
483709
|
+
"Sid": "ClusterPermissions",
|
|
483710
|
+
"Effect": "Allow",
|
|
483711
|
+
"Action": [
|
|
483712
|
+
"kafka-cluster:Connect",
|
|
483713
|
+
"kafka-cluster:DescribeCluster",
|
|
483714
|
+
"kafka-cluster:AlterCluster",
|
|
483715
|
+
"kafka-cluster:DescribeTopic",
|
|
483716
|
+
"kafka-cluster:CreateTopic",
|
|
483717
|
+
"kafka-cluster:AlterTopic",
|
|
483718
|
+
"kafka-cluster:WriteData",
|
|
483719
|
+
"kafka-cluster:ReadData",
|
|
483720
|
+
"kafka-cluster:AlterGroup",
|
|
483721
|
+
"kafka-cluster:DescribeGroup",
|
|
483722
|
+
"kafka-cluster:DescribeTopicDynamicConfiguration",
|
|
483723
|
+
"kafka-cluster:AlterTopicDynamicConfiguration"
|
|
483724
|
+
],
|
|
483725
|
+
"Resource": [
|
|
483726
|
+
"arn:aws:kafka:*:*:cluster/*"
|
|
483727
|
+
]
|
|
483728
|
+
},
|
|
483729
|
+
{
|
|
483730
|
+
"Sid": "TopicPermissions",
|
|
483731
|
+
"Effect": "Allow",
|
|
483732
|
+
"Action": [
|
|
483733
|
+
"kafka-cluster:DescribeTopic",
|
|
483734
|
+
"kafka-cluster:CreateTopic",
|
|
483735
|
+
"kafka-cluster:AlterTopic",
|
|
483736
|
+
"kafka-cluster:WriteData",
|
|
483737
|
+
"kafka-cluster:ReadData",
|
|
483738
|
+
"kafka-cluster:DescribeTopicDynamicConfiguration",
|
|
483739
|
+
"kafka-cluster:AlterTopicDynamicConfiguration",
|
|
483740
|
+
"kafka-cluster:AlterCluster"
|
|
483741
|
+
],
|
|
483742
|
+
"Resource": [
|
|
483743
|
+
"arn:aws:kafka:*:*:topic/*/*"
|
|
483744
|
+
]
|
|
483745
|
+
},
|
|
483746
|
+
{
|
|
483747
|
+
"Sid": "GroupPermissions",
|
|
483748
|
+
"Effect": "Allow",
|
|
483749
|
+
"Action": [
|
|
483750
|
+
"kafka-cluster:AlterGroup",
|
|
483751
|
+
"kafka-cluster:DescribeGroup"
|
|
483752
|
+
],
|
|
483753
|
+
"Resource": [
|
|
483754
|
+
"arn:aws:kafka:*:*:group/*/*"
|
|
483755
|
+
]
|
|
483756
|
+
}
|
|
483757
|
+
]
|
|
483758
|
+
}
|
|
483759
|
+
}
|
|
483760
|
+
},
|
|
483761
|
+
"createdDate": "2023-12-06T00:07:52.000Z",
|
|
483762
|
+
"lastUpdatedDate": "2023-12-06T00:07:52.000Z"
|
|
483015
483763
|
}
|
|
483016
483764
|
}
|
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.76",
|
|
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",
|