aws-iam-managed-policies 0.0.607 → 0.0.608

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.
@@ -803784,8 +803784,8 @@
803784
803784
  },
803785
803785
  "AmazonConnectCampaignsServiceLinkedRolePolicy": {
803786
803786
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AmazonConnectCampaignsServiceLinkedRolePolicy",
803787
- "latestVersionId": "v4",
803788
- "versionsCount": 4,
803787
+ "latestVersionId": "v5",
803788
+ "versionsCount": 5,
803789
803789
  "versions": {
803790
803790
  "v1": {
803791
803791
  "createdDate": "2021-09-23T20:54:26.000Z",
@@ -804049,10 +804049,159 @@
804049
804049
  }
804050
804050
  ]
804051
804051
  }
804052
+ },
804053
+ "v5": {
804054
+ "createdDate": "2021-09-23T20:54:26.000Z",
804055
+ "document": {
804056
+ "Version": "2012-10-17",
804057
+ "Statement": [
804058
+ {
804059
+ "Sid": "ConnectCampaignAccess",
804060
+ "Effect": "Allow",
804061
+ "Action": [
804062
+ "connect-campaigns:ListCampaigns"
804063
+ ],
804064
+ "Resource": "*"
804065
+ },
804066
+ {
804067
+ "Sid": "ConnectCampaignsMetricsAccess",
804068
+ "Effect": "Allow",
804069
+ "Action": [
804070
+ "connect:GetMetricDataV2"
804071
+ ],
804072
+ "Resource": "arn:aws:connect-campaigns:*:*:campaign/*"
804073
+ },
804074
+ {
804075
+ "Sid": "ConnectAccess",
804076
+ "Effect": "Allow",
804077
+ "Action": [
804078
+ "connect:BatchPutContact",
804079
+ "connect:StopContact",
804080
+ "connect:DescribeContactFlow",
804081
+ "connect:SendOutboundEmail",
804082
+ "connect:SendOutboundWebNotification"
804083
+ ],
804084
+ "Resource": "arn:aws:connect:*:*:instance/*"
804085
+ },
804086
+ {
804087
+ "Sid": "ConnectChatAccess",
804088
+ "Effect": "Allow",
804089
+ "Action": [
804090
+ "connect:SendOutboundChatMessage"
804091
+ ],
804092
+ "Resource": [
804093
+ "arn:aws:connect:*:*:instance/*",
804094
+ "arn:aws:connect:*:*:phone-number/*"
804095
+ ],
804096
+ "Condition": {
804097
+ "StringEquals": {
804098
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
804099
+ }
804100
+ }
804101
+ },
804102
+ {
804103
+ "Sid": "AllowSocialMessagingSendMessageOperations",
804104
+ "Effect": "Allow",
804105
+ "Action": [
804106
+ "social-messaging:SendWhatsAppMessage"
804107
+ ],
804108
+ "Resource": "arn:aws:social-messaging:*:*:phone-number-id/*",
804109
+ "Condition": {
804110
+ "StringEquals": {
804111
+ "aws:ResourceTag/AmazonConnectEnabled": "True",
804112
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
804113
+ }
804114
+ }
804115
+ },
804116
+ {
804117
+ "Sid": "AllowSocialMessagingTemplateOperations",
804118
+ "Effect": "Allow",
804119
+ "Action": [
804120
+ "social-messaging:GetWhatsAppMessageTemplate"
804121
+ ],
804122
+ "Resource": "arn:aws:social-messaging:*:*:waba/*",
804123
+ "Condition": {
804124
+ "StringEquals": {
804125
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
804126
+ }
804127
+ }
804128
+ },
804129
+ {
804130
+ "Sid": "AllowSMSVoiceOperationsForConnect",
804131
+ "Effect": "Allow",
804132
+ "Action": [
804133
+ "sms-voice:SendTextMessage"
804134
+ ],
804135
+ "Resource": "arn:aws:sms-voice:*:*:phone-number/*",
804136
+ "Condition": {
804137
+ "StringEquals": {
804138
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
804139
+ }
804140
+ }
804141
+ },
804142
+ {
804143
+ "Sid": "EventBridgeListRuleAccess",
804144
+ "Effect": "Allow",
804145
+ "Action": [
804146
+ "events:ListRules"
804147
+ ],
804148
+ "Resource": "arn:aws:events:*:*:rule/*",
804149
+ "Condition": {
804150
+ "StringEquals": {
804151
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
804152
+ }
804153
+ }
804154
+ },
804155
+ {
804156
+ "Sid": "EventBridgeManagedResourceAccess",
804157
+ "Effect": "Allow",
804158
+ "Action": [
804159
+ "events:DeleteRule",
804160
+ "events:PutRule",
804161
+ "events:PutTargets",
804162
+ "events:RemoveTargets"
804163
+ ],
804164
+ "Resource": "arn:aws:events:*:*:rule/ConnectCampaignsRule*",
804165
+ "Condition": {
804166
+ "StringEquals": {
804167
+ "aws:ResourceAccount": "${aws:PrincipalAccount}",
804168
+ "events:ManagedBy": "connect-campaigns.amazonaws.com"
804169
+ }
804170
+ }
804171
+ },
804172
+ {
804173
+ "Sid": "EventBridgeListTargetsByRuleAccess",
804174
+ "Effect": "Allow",
804175
+ "Action": [
804176
+ "events:ListTargetsByRule"
804177
+ ],
804178
+ "Resource": "arn:aws:events:*:*:rule/ConnectCampaignsRule*",
804179
+ "Condition": {
804180
+ "StringEquals": {
804181
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
804182
+ }
804183
+ }
804184
+ },
804185
+ {
804186
+ "Sid": "AllowWisdomForConnectCampaignsEnabledTaggedResources",
804187
+ "Effect": "Allow",
804188
+ "Action": [
804189
+ "wisdom:GetMessageTemplate",
804190
+ "wisdom:RenderMessageTemplate"
804191
+ ],
804192
+ "Resource": "*",
804193
+ "Condition": {
804194
+ "StringEquals": {
804195
+ "aws:ResourceTag/AmazonConnectCampaignsEnabled": "True"
804196
+ }
804197
+ }
804198
+ }
804199
+ ]
804200
+ }
804052
804201
  }
804053
804202
  },
804054
804203
  "createdDate": "2021-09-23T20:54:26.000Z",
804055
- "lastUpdatedDate": "2026-05-27T01:42:13.000Z"
804204
+ "lastUpdatedDate": "2026-06-18T23:12:23.000Z"
804056
804205
  },
804057
804206
  "AmazonRedshiftQueryEditorV2FullAccess": {
804058
804207
  "arn": "arn:aws:iam::aws:policy/AmazonRedshiftQueryEditorV2FullAccess",
@@ -927109,8 +927258,8 @@
927109
927258
  },
927110
927259
  "AWSElasticDisasterRecoveryLaunchActionsPolicy": {
927111
927260
  "arn": "arn:aws:iam::aws:policy/AWSElasticDisasterRecoveryLaunchActionsPolicy",
927112
- "latestVersionId": "v6",
927113
- "versionsCount": 6,
927261
+ "latestVersionId": "v7",
927262
+ "versionsCount": 7,
927114
927263
  "versions": {
927115
927264
  "v1": {
927116
927265
  "createdDate": "2023-09-13T07:38:26.000Z",
@@ -928621,10 +928770,270 @@
928621
928770
  }
928622
928771
  ]
928623
928772
  }
928773
+ },
928774
+ "v7": {
928775
+ "createdDate": "2023-09-13T07:38:26.000Z",
928776
+ "document": {
928777
+ "Version": "2012-10-17",
928778
+ "Statement": [
928779
+ {
928780
+ "Sid": "LaunchActionsPolicy1",
928781
+ "Effect": "Allow",
928782
+ "Action": [
928783
+ "ssm:DescribeInstanceInformation",
928784
+ "ssm:DescribeParameters"
928785
+ ],
928786
+ "Resource": [
928787
+ "*"
928788
+ ],
928789
+ "Condition": {
928790
+ "ForAnyValue:StringEquals": {
928791
+ "aws:CalledVia": [
928792
+ "drs.amazonaws.com"
928793
+ ]
928794
+ }
928795
+ }
928796
+ },
928797
+ {
928798
+ "Sid": "LaunchActionsPolicy2",
928799
+ "Effect": "Allow",
928800
+ "Action": [
928801
+ "ssm:SendCommand",
928802
+ "ssm:StartAutomationExecution"
928803
+ ],
928804
+ "Resource": [
928805
+ "arn:aws:ssm:*:*:document/*",
928806
+ "arn:aws:ssm:*:*:automation-definition/*:*",
928807
+ "arn:aws:ssm:*:*:automation-execution/*"
928808
+ ],
928809
+ "Condition": {
928810
+ "ForAnyValue:StringEquals": {
928811
+ "aws:CalledVia": [
928812
+ "drs.amazonaws.com"
928813
+ ]
928814
+ },
928815
+ "StringEquals": {
928816
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
928817
+ }
928818
+ }
928819
+ },
928820
+ {
928821
+ "Sid": "LaunchActionsPolicy3",
928822
+ "Effect": "Allow",
928823
+ "Action": [
928824
+ "ssm:SendCommand",
928825
+ "ssm:StartAutomationExecution"
928826
+ ],
928827
+ "Resource": [
928828
+ "arn:aws:ssm:*::document/AWS-*",
928829
+ "arn:aws:ssm:*::document/AWSCodeDeployAgent-*",
928830
+ "arn:aws:ssm:*::document/AWSConfigRemediation-*",
928831
+ "arn:aws:ssm:*::document/AWSConformancePacks-*",
928832
+ "arn:aws:ssm:*::document/AWSDisasterRecovery-*",
928833
+ "arn:aws:ssm:*::document/AWSDistroOTel-*",
928834
+ "arn:aws:ssm:*::document/AWSDocs-*",
928835
+ "arn:aws:ssm:*::document/AWSDRS-*",
928836
+ "arn:aws:ssm:*::document/AWSEC2-*",
928837
+ "arn:aws:ssm:*::document/AWSEC2Launch-*",
928838
+ "arn:aws:ssm:*::document/AWSFIS-*",
928839
+ "arn:aws:ssm:*::document/AWSFleetManager-*",
928840
+ "arn:aws:ssm:*::document/AWSIncidents-*",
928841
+ "arn:aws:ssm:*::document/AWSKinesisTap-*",
928842
+ "arn:aws:ssm:*::document/AWSMigration-*",
928843
+ "arn:aws:ssm:*::document/AWSNVMe-*",
928844
+ "arn:aws:ssm:*::document/AWSNitroEnclavesWindows-*",
928845
+ "arn:aws:ssm:*::document/AWSObservabilityExporter-*",
928846
+ "arn:aws:ssm:*::document/AWSPVDriver-*",
928847
+ "arn:aws:ssm:*::document/AWSQuickSetupType-*",
928848
+ "arn:aws:ssm:*::document/AWSQuickStarts-*",
928849
+ "arn:aws:ssm:*::document/AWSRefactorSpaces-*",
928850
+ "arn:aws:ssm:*::document/AWSResilienceHub-*",
928851
+ "arn:aws:ssm:*::document/AWSSAP-*",
928852
+ "arn:aws:ssm:*::document/AWSSAPTools-*",
928853
+ "arn:aws:ssm:*::document/AWSSQLServer-*",
928854
+ "arn:aws:ssm:*::document/AWSSSO-*",
928855
+ "arn:aws:ssm:*::document/AWSSupport-*",
928856
+ "arn:aws:ssm:*::document/AWSSystemsManagerSAP-*",
928857
+ "arn:aws:ssm:*::document/AmazonCloudWatch-*",
928858
+ "arn:aws:ssm:*::document/AmazonCloudWatchAgent-*",
928859
+ "arn:aws:ssm:*::document/AmazonECS-*",
928860
+ "arn:aws:ssm:*::document/AmazonEFSUtils-*",
928861
+ "arn:aws:ssm:*::document/AmazonEKS-*",
928862
+ "arn:aws:ssm:*::document/AmazonInspector-*",
928863
+ "arn:aws:ssm:*::document/AmazonInspector2-*",
928864
+ "arn:aws:ssm:*::document/AmazonInternal-*",
928865
+ "arn:aws:ssm:*::document/AwsEnaNetworkDriver-*",
928866
+ "arn:aws:ssm:*::document/AwsVssComponents-*",
928867
+ "arn:aws:ssm:*::automation-definition/AWS-*:*",
928868
+ "arn:aws:ssm:*::automation-definition/AWSCodeDeployAgent-*:*",
928869
+ "arn:aws:ssm:*::automation-definition/AWSConfigRemediation-*:*",
928870
+ "arn:aws:ssm:*::automation-definition/AWSConformancePacks-*:*",
928871
+ "arn:aws:ssm:*::automation-definition/AWSDisasterRecovery-*:*",
928872
+ "arn:aws:ssm:*::automation-definition/AWSDistroOTel-*:*",
928873
+ "arn:aws:ssm:*::automation-definition/AWSDocs-*:*",
928874
+ "arn:aws:ssm:*::automation-definition/AWSDRS-*:*",
928875
+ "arn:aws:ssm:*::automation-definition/AWSEC2-*:*",
928876
+ "arn:aws:ssm:*::automation-definition/AWSEC2Launch-*:*",
928877
+ "arn:aws:ssm:*::automation-definition/AWSFIS-*:*",
928878
+ "arn:aws:ssm:*::automation-definition/AWSFleetManager-*:*",
928879
+ "arn:aws:ssm:*::automation-definition/AWSIncidents-*:*",
928880
+ "arn:aws:ssm:*::automation-definition/AWSKinesisTap-*:*",
928881
+ "arn:aws:ssm:*::automation-definition/AWSMigration-*:*",
928882
+ "arn:aws:ssm:*::automation-definition/AWSNVMe-*:*",
928883
+ "arn:aws:ssm:*::automation-definition/AWSNitroEnclavesWindows-*:*",
928884
+ "arn:aws:ssm:*::automation-definition/AWSObservabilityExporter-*:*",
928885
+ "arn:aws:ssm:*::automation-definition/AWSPVDriver-*:*",
928886
+ "arn:aws:ssm:*::automation-definition/AWSQuickSetupType-*:*",
928887
+ "arn:aws:ssm:*::automation-definition/AWSQuickStarts-*:*",
928888
+ "arn:aws:ssm:*::automation-definition/AWSRefactorSpaces-*:*",
928889
+ "arn:aws:ssm:*::automation-definition/AWSResilienceHub-*:*",
928890
+ "arn:aws:ssm:*::automation-definition/AWSSAP-*:*",
928891
+ "arn:aws:ssm:*::automation-definition/AWSSAPTools-*:*",
928892
+ "arn:aws:ssm:*::automation-definition/AWSSQLServer-*:*",
928893
+ "arn:aws:ssm:*::automation-definition/AWSSSO-*:*",
928894
+ "arn:aws:ssm:*::automation-definition/AWSSupport-*:*",
928895
+ "arn:aws:ssm:*::automation-definition/AWSSystemsManagerSAP-*:*",
928896
+ "arn:aws:ssm:*::automation-definition/AmazonCloudWatch-*:*",
928897
+ "arn:aws:ssm:*::automation-definition/AmazonCloudWatchAgent-*:*",
928898
+ "arn:aws:ssm:*::automation-definition/AmazonECS-*:*",
928899
+ "arn:aws:ssm:*::automation-definition/AmazonEFSUtils-*:*",
928900
+ "arn:aws:ssm:*::automation-definition/AmazonEKS-*:*",
928901
+ "arn:aws:ssm:*::automation-definition/AmazonInspector-*:*",
928902
+ "arn:aws:ssm:*::automation-definition/AmazonInspector2-*:*",
928903
+ "arn:aws:ssm:*::automation-definition/AmazonInternal-*:*",
928904
+ "arn:aws:ssm:*::automation-definition/AwsEnaNetworkDriver-*:*",
928905
+ "arn:aws:ssm:*::automation-definition/AwsVssComponents-*:*",
928906
+ "arn:aws:ssm:*:*:automation-execution/*"
928907
+ ],
928908
+ "Condition": {
928909
+ "ForAnyValue:StringEquals": {
928910
+ "aws:CalledVia": [
928911
+ "drs.amazonaws.com"
928912
+ ]
928913
+ }
928914
+ }
928915
+ },
928916
+ {
928917
+ "Sid": "LaunchActionsPolicy4",
928918
+ "Effect": "Allow",
928919
+ "Action": [
928920
+ "ssm:SendCommand"
928921
+ ],
928922
+ "Resource": [
928923
+ "arn:aws:ec2:*:*:instance/*"
928924
+ ],
928925
+ "Condition": {
928926
+ "ForAnyValue:StringEquals": {
928927
+ "aws:CalledVia": [
928928
+ "drs.amazonaws.com"
928929
+ ]
928930
+ },
928931
+ "Null": {
928932
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
928933
+ }
928934
+ }
928935
+ },
928936
+ {
928937
+ "Sid": "LaunchActionsPolicy5",
928938
+ "Effect": "Allow",
928939
+ "Action": [
928940
+ "ssm:SendCommand"
928941
+ ],
928942
+ "Resource": [
928943
+ "arn:aws:ec2:*:*:instance/*"
928944
+ ],
928945
+ "Condition": {
928946
+ "StringEquals": {
928947
+ "aws:ResourceTag/AWSDRS": "AllowLaunchingIntoThisInstance"
928948
+ },
928949
+ "ForAnyValue:StringEquals": {
928950
+ "aws:CalledVia": [
928951
+ "drs.amazonaws.com"
928952
+ ]
928953
+ }
928954
+ }
928955
+ },
928956
+ {
928957
+ "Sid": "LaunchActionsPolicy6",
928958
+ "Effect": "Allow",
928959
+ "Action": [
928960
+ "ssm:ListDocuments",
928961
+ "ssm:ListCommandInvocations"
928962
+ ],
928963
+ "Resource": "*"
928964
+ },
928965
+ {
928966
+ "Sid": "LaunchActionsPolicy7",
928967
+ "Effect": "Allow",
928968
+ "Action": [
928969
+ "ssm:ListDocumentVersions",
928970
+ "ssm:GetDocument",
928971
+ "ssm:DescribeDocument"
928972
+ ],
928973
+ "Resource": "arn:aws:ssm:*:*:document/*"
928974
+ },
928975
+ {
928976
+ "Sid": "LaunchActionsPolicy8",
928977
+ "Effect": "Allow",
928978
+ "Action": [
928979
+ "ssm:GetAutomationExecution"
928980
+ ],
928981
+ "Resource": "arn:aws:ssm:*:*:automation-execution/*",
928982
+ "Condition": {
928983
+ "Null": {
928984
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
928985
+ }
928986
+ }
928987
+ },
928988
+ {
928989
+ "Sid": "LaunchActionsPolicy9",
928990
+ "Effect": "Allow",
928991
+ "Action": [
928992
+ "ssm:GetParameters"
928993
+ ],
928994
+ "Resource": "arn:aws:ssm:*:*:parameter/ManagedByAWSElasticDisasterRecoveryService-*",
928995
+ "Condition": {
928996
+ "ForAnyValue:StringEquals": {
928997
+ "aws:CalledVia": "ssm.amazonaws.com"
928998
+ }
928999
+ }
929000
+ },
929001
+ {
929002
+ "Sid": "LaunchActionsPolicy10",
929003
+ "Effect": "Allow",
929004
+ "Action": [
929005
+ "ssm:GetParameter",
929006
+ "ssm:PutParameter"
929007
+ ],
929008
+ "Resource": "arn:aws:ssm:*:*:parameter/ManagedByAWSElasticDisasterRecoveryService-*",
929009
+ "Condition": {
929010
+ "StringEquals": {
929011
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
929012
+ }
929013
+ }
929014
+ },
929015
+ {
929016
+ "Sid": "LaunchActionsPolicy11",
929017
+ "Effect": "Allow",
929018
+ "Action": "iam:PassRole",
929019
+ "Resource": [
929020
+ "arn:aws:iam::*:role/service-role/AWSElasticDisasterRecoveryRecoveryInstanceWithLaunchActionsRole"
929021
+ ],
929022
+ "Condition": {
929023
+ "StringEquals": {
929024
+ "iam:PassedToService": "ec2.amazonaws.com"
929025
+ },
929026
+ "ForAnyValue:StringEquals": {
929027
+ "aws:CalledVia": "drs.amazonaws.com"
929028
+ }
929029
+ }
929030
+ }
929031
+ ]
929032
+ }
928624
929033
  }
928625
929034
  },
928626
929035
  "createdDate": "2023-09-13T07:38:26.000Z",
928627
- "lastUpdatedDate": "2026-02-12T18:01:19.000Z"
929036
+ "lastUpdatedDate": "2026-06-18T22:57:16.000Z"
928628
929037
  },
928629
929038
  "AmazonDataZoneFullAccess": {
928630
929039
  "arn": "arn:aws:iam::aws:policy/AmazonDataZoneFullAccess",
@@ -945531,8 +945940,8 @@
945531
945940
  },
945532
945941
  "AWSElasticDisasterRecoveryConsoleFullAccess_v2": {
945533
945942
  "arn": "arn:aws:iam::aws:policy/AWSElasticDisasterRecoveryConsoleFullAccess_v2",
945534
- "latestVersionId": "v9",
945535
- "versionsCount": 9,
945943
+ "latestVersionId": "v10",
945944
+ "versionsCount": 10,
945536
945945
  "versions": {
945537
945946
  "v1": {
945538
945947
  "createdDate": "2023-11-27T13:35:19.000Z",
@@ -945958,7 +946367,553 @@
945958
946367
  "Sid": "ConsoleFullAccess30",
945959
946368
  "Effect": "Allow",
945960
946369
  "Action": [
945961
- "ssm:DescribeInstanceInformation"
946370
+ "ssm:DescribeInstanceInformation"
946371
+ ],
946372
+ "Resource": [
946373
+ "*"
946374
+ ],
946375
+ "Condition": {
946376
+ "ForAnyValue:StringEquals": {
946377
+ "aws:CalledVia": [
946378
+ "drs.amazonaws.com"
946379
+ ]
946380
+ }
946381
+ }
946382
+ },
946383
+ {
946384
+ "Sid": "ConsoleFullAccess31",
946385
+ "Effect": "Allow",
946386
+ "Action": [
946387
+ "ssm:SendCommand",
946388
+ "ssm:StartAutomationExecution"
946389
+ ],
946390
+ "Resource": [
946391
+ "arn:aws:ssm:*:*:automation-definition/AWS-CreateImage:$DEFAULT",
946392
+ "arn:aws:ssm:*:*:document/AWSMigration-ValidateNetworkConnectivity",
946393
+ "arn:aws:ssm:*:*:document/AWSMigration-VerifyMountedVolumes",
946394
+ "arn:aws:ssm:*:*:document/AWSMigration-ValidateHttpResponse",
946395
+ "arn:aws:ssm:*:*:document/AWSMigration-ValidateDiskSpace",
946396
+ "arn:aws:ssm:*:*:document/AWSMigration-VerifyProcessIsRunning",
946397
+ "arn:aws:ssm:*:*:document/AWSMigration-LinuxTimeSyncSetting",
946398
+ "arn:aws:ssm:*:*:document/AWSEC2-ApplicationInsightsCloudwatchAgentInstallAndConfigure"
946399
+ ],
946400
+ "Condition": {
946401
+ "ForAnyValue:StringEquals": {
946402
+ "aws:CalledVia": [
946403
+ "drs.amazonaws.com"
946404
+ ]
946405
+ }
946406
+ }
946407
+ },
946408
+ {
946409
+ "Sid": "ConsoleFullAccess32",
946410
+ "Effect": "Allow",
946411
+ "Action": [
946412
+ "ssm:SendCommand"
946413
+ ],
946414
+ "Resource": [
946415
+ "arn:aws:ec2:*:*:instance/*"
946416
+ ],
946417
+ "Condition": {
946418
+ "ForAnyValue:StringEquals": {
946419
+ "aws:CalledVia": [
946420
+ "drs.amazonaws.com"
946421
+ ]
946422
+ },
946423
+ "Null": {
946424
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946425
+ }
946426
+ }
946427
+ },
946428
+ {
946429
+ "Sid": "ConsoleFullAccess33",
946430
+ "Effect": "Allow",
946431
+ "Action": [
946432
+ "ssm:ListDocuments",
946433
+ "ssm:ListCommandInvocations"
946434
+ ],
946435
+ "Resource": "*"
946436
+ },
946437
+ {
946438
+ "Sid": "ConsoleFullAccess34",
946439
+ "Effect": "Allow",
946440
+ "Action": [
946441
+ "ssm:GetParameter",
946442
+ "ssm:PutParameter"
946443
+ ],
946444
+ "Resource": "arn:aws:ssm:*:*:parameter/ManagedByAWSElasticDisasterRecoveryService-*",
946445
+ "Condition": {
946446
+ "StringEquals": {
946447
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
946448
+ }
946449
+ }
946450
+ },
946451
+ {
946452
+ "Sid": "ConsoleFullAccess35",
946453
+ "Effect": "Allow",
946454
+ "Action": [
946455
+ "ssm:DescribeDocument",
946456
+ "ssm:GetDocument"
946457
+ ],
946458
+ "Resource": "arn:aws:ssm:*:*:document/*"
946459
+ },
946460
+ {
946461
+ "Sid": "ConsoleFullAccess36",
946462
+ "Effect": "Allow",
946463
+ "Action": [
946464
+ "ssm:GetParameters"
946465
+ ],
946466
+ "Resource": [
946467
+ "arn:aws:ssm:*:*:parameter/ManagedByAWSElasticDisasterRecovery-*"
946468
+ ],
946469
+ "Condition": {
946470
+ "ForAnyValue:StringEquals": {
946471
+ "aws:CalledVia": "ssm.amazonaws.com"
946472
+ }
946473
+ }
946474
+ },
946475
+ {
946476
+ "Sid": "ConsoleFullAccess37",
946477
+ "Effect": "Allow",
946478
+ "Action": [
946479
+ "ssm:GetAutomationExecution"
946480
+ ],
946481
+ "Resource": "arn:aws:ssm:*:*:automation-execution/*",
946482
+ "Condition": {
946483
+ "Null": {
946484
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946485
+ }
946486
+ }
946487
+ }
946488
+ ]
946489
+ }
946490
+ },
946491
+ "v2": {
946492
+ "createdDate": "2023-11-27T13:35:19.000Z",
946493
+ "document": {
946494
+ "Version": "2012-10-17",
946495
+ "Statement": [
946496
+ {
946497
+ "Sid": "ConsoleFullAccess1",
946498
+ "Effect": "Allow",
946499
+ "Action": [
946500
+ "drs:*"
946501
+ ],
946502
+ "Resource": "*"
946503
+ },
946504
+ {
946505
+ "Sid": "ConsoleFullAccess2",
946506
+ "Effect": "Allow",
946507
+ "Action": [
946508
+ "kms:ListAliases",
946509
+ "kms:DescribeKey"
946510
+ ],
946511
+ "Resource": "*"
946512
+ },
946513
+ {
946514
+ "Sid": "ConsoleFullAccess3",
946515
+ "Effect": "Allow",
946516
+ "Action": [
946517
+ "ec2:DescribeAccountAttributes",
946518
+ "ec2:DescribeAvailabilityZones",
946519
+ "ec2:DescribeImages",
946520
+ "ec2:DescribeInstances",
946521
+ "ec2:DescribeInstanceTypes",
946522
+ "ec2:DescribeInstanceAttribute",
946523
+ "ec2:DescribeInstanceStatus",
946524
+ "ec2:DescribeInstanceTypeOfferings",
946525
+ "ec2:DescribeLaunchTemplateVersions",
946526
+ "ec2:DescribeLaunchTemplates",
946527
+ "ec2:DescribeSecurityGroups",
946528
+ "ec2:DescribeSnapshots",
946529
+ "ec2:DescribeSubnets",
946530
+ "ec2:DescribeVolumes",
946531
+ "ec2:GetEbsEncryptionByDefault",
946532
+ "ec2:GetEbsDefaultKmsKeyId",
946533
+ "ec2:DescribeKeyPairs",
946534
+ "ec2:DescribeCapacityReservations",
946535
+ "ec2:DescribeHosts"
946536
+ ],
946537
+ "Resource": "*"
946538
+ },
946539
+ {
946540
+ "Sid": "ConsoleFullAccess4",
946541
+ "Effect": "Allow",
946542
+ "Action": "license-manager:ListLicenseConfigurations",
946543
+ "Resource": "*"
946544
+ },
946545
+ {
946546
+ "Sid": "ConsoleFullAccess5",
946547
+ "Effect": "Allow",
946548
+ "Action": "resource-groups:ListGroups",
946549
+ "Resource": "*"
946550
+ },
946551
+ {
946552
+ "Sid": "ConsoleFullAccess6",
946553
+ "Effect": "Allow",
946554
+ "Action": "elasticloadbalancing:DescribeLoadBalancers",
946555
+ "Resource": "*"
946556
+ },
946557
+ {
946558
+ "Sid": "ConsoleFullAccess7",
946559
+ "Effect": "Allow",
946560
+ "Action": [
946561
+ "iam:ListInstanceProfiles",
946562
+ "iam:ListRoles"
946563
+ ],
946564
+ "Resource": "*"
946565
+ },
946566
+ {
946567
+ "Sid": "ConsoleFullAccess8",
946568
+ "Effect": "Allow",
946569
+ "Action": "iam:PassRole",
946570
+ "Resource": [
946571
+ "arn:aws:iam::*:role/service-role/AWSElasticDisasterRecoveryConversionServerRole",
946572
+ "arn:aws:iam::*:role/service-role/AWSElasticDisasterRecoveryRecoveryInstanceRole",
946573
+ "arn:aws:iam::*:role/service-role/AWSElasticDisasterRecoveryRecoveryInstanceWithLaunchActionsRole"
946574
+ ],
946575
+ "Condition": {
946576
+ "StringEquals": {
946577
+ "iam:PassedToService": "ec2.amazonaws.com"
946578
+ }
946579
+ }
946580
+ },
946581
+ {
946582
+ "Sid": "ConsoleFullAccess9",
946583
+ "Effect": "Allow",
946584
+ "Action": [
946585
+ "ec2:DeleteSnapshot"
946586
+ ],
946587
+ "Resource": "arn:aws:ec2:*:*:snapshot/*",
946588
+ "Condition": {
946589
+ "Null": {
946590
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946591
+ },
946592
+ "Bool": {
946593
+ "aws:ViaAWSService": "true"
946594
+ }
946595
+ }
946596
+ },
946597
+ {
946598
+ "Sid": "ConsoleFullAccess10",
946599
+ "Effect": "Allow",
946600
+ "Action": [
946601
+ "ec2:CreateLaunchTemplateVersion",
946602
+ "ec2:ModifyLaunchTemplate",
946603
+ "ec2:DeleteLaunchTemplateVersions",
946604
+ "ec2:CreateTags",
946605
+ "ec2:DeleteTags"
946606
+ ],
946607
+ "Resource": "arn:aws:ec2:*:*:launch-template/*",
946608
+ "Condition": {
946609
+ "Null": {
946610
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946611
+ }
946612
+ }
946613
+ },
946614
+ {
946615
+ "Sid": "ConsoleFullAccess11",
946616
+ "Effect": "Allow",
946617
+ "Action": [
946618
+ "ec2:CreateLaunchTemplate"
946619
+ ],
946620
+ "Resource": "arn:aws:ec2:*:*:launch-template/*",
946621
+ "Condition": {
946622
+ "Null": {
946623
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
946624
+ }
946625
+ }
946626
+ },
946627
+ {
946628
+ "Sid": "ConsoleFullAccess12",
946629
+ "Effect": "Allow",
946630
+ "Action": [
946631
+ "ec2:DeleteVolume"
946632
+ ],
946633
+ "Resource": "arn:aws:ec2:*:*:volume/*",
946634
+ "Condition": {
946635
+ "Null": {
946636
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946637
+ },
946638
+ "Bool": {
946639
+ "aws:ViaAWSService": "true"
946640
+ }
946641
+ }
946642
+ },
946643
+ {
946644
+ "Sid": "ConsoleFullAccess13",
946645
+ "Effect": "Allow",
946646
+ "Action": [
946647
+ "ec2:StartInstances",
946648
+ "ec2:StopInstances",
946649
+ "ec2:TerminateInstances",
946650
+ "ec2:ModifyInstanceAttribute",
946651
+ "ec2:GetConsoleOutput",
946652
+ "ec2:GetConsoleScreenshot"
946653
+ ],
946654
+ "Resource": "arn:aws:ec2:*:*:instance/*",
946655
+ "Condition": {
946656
+ "Null": {
946657
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946658
+ },
946659
+ "Bool": {
946660
+ "aws:ViaAWSService": "true"
946661
+ }
946662
+ }
946663
+ },
946664
+ {
946665
+ "Sid": "ConsoleFullAccess14",
946666
+ "Effect": "Allow",
946667
+ "Action": [
946668
+ "ec2:RevokeSecurityGroupEgress",
946669
+ "ec2:AuthorizeSecurityGroupIngress",
946670
+ "ec2:AuthorizeSecurityGroupEgress"
946671
+ ],
946672
+ "Resource": "arn:aws:ec2:*:*:security-group/*",
946673
+ "Condition": {
946674
+ "Null": {
946675
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946676
+ },
946677
+ "Bool": {
946678
+ "aws:ViaAWSService": "true"
946679
+ }
946680
+ }
946681
+ },
946682
+ {
946683
+ "Sid": "ConsoleFullAccess15",
946684
+ "Effect": "Allow",
946685
+ "Action": [
946686
+ "ec2:CreateVolume"
946687
+ ],
946688
+ "Resource": "arn:aws:ec2:*:*:volume/*",
946689
+ "Condition": {
946690
+ "Null": {
946691
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
946692
+ },
946693
+ "Bool": {
946694
+ "aws:ViaAWSService": "true"
946695
+ }
946696
+ }
946697
+ },
946698
+ {
946699
+ "Sid": "ConsoleFullAccess16",
946700
+ "Effect": "Allow",
946701
+ "Action": "ec2:CreateSecurityGroup",
946702
+ "Resource": "arn:aws:ec2:*:*:vpc/*"
946703
+ },
946704
+ {
946705
+ "Sid": "ConsoleFullAccess17",
946706
+ "Effect": "Allow",
946707
+ "Action": [
946708
+ "ec2:CreateSecurityGroup"
946709
+ ],
946710
+ "Resource": "arn:aws:ec2:*:*:security-group/*",
946711
+ "Condition": {
946712
+ "Null": {
946713
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
946714
+ },
946715
+ "Bool": {
946716
+ "aws:ViaAWSService": "true"
946717
+ }
946718
+ }
946719
+ },
946720
+ {
946721
+ "Sid": "ConsoleFullAccess18",
946722
+ "Effect": "Allow",
946723
+ "Action": [
946724
+ "ec2:CreateSnapshot"
946725
+ ],
946726
+ "Resource": "arn:aws:ec2:*:*:volume/*",
946727
+ "Condition": {
946728
+ "Null": {
946729
+ "ec2:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946730
+ },
946731
+ "Bool": {
946732
+ "aws:ViaAWSService": "true"
946733
+ }
946734
+ }
946735
+ },
946736
+ {
946737
+ "Sid": "ConsoleFullAccess19",
946738
+ "Effect": "Allow",
946739
+ "Action": [
946740
+ "ec2:CreateSnapshot"
946741
+ ],
946742
+ "Resource": "arn:aws:ec2:*:*:snapshot/*",
946743
+ "Condition": {
946744
+ "Null": {
946745
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
946746
+ },
946747
+ "Bool": {
946748
+ "aws:ViaAWSService": "true"
946749
+ }
946750
+ }
946751
+ },
946752
+ {
946753
+ "Sid": "ConsoleFullAccess20",
946754
+ "Effect": "Allow",
946755
+ "Action": [
946756
+ "ec2:DetachVolume",
946757
+ "ec2:AttachVolume"
946758
+ ],
946759
+ "Resource": "arn:aws:ec2:*:*:instance/*",
946760
+ "Condition": {
946761
+ "Null": {
946762
+ "ec2:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946763
+ },
946764
+ "Bool": {
946765
+ "aws:ViaAWSService": "true"
946766
+ }
946767
+ }
946768
+ },
946769
+ {
946770
+ "Sid": "ConsoleFullAccess21",
946771
+ "Effect": "Allow",
946772
+ "Action": [
946773
+ "ec2:DetachVolume",
946774
+ "ec2:AttachVolume",
946775
+ "ec2:StartInstances",
946776
+ "ec2:GetConsoleOutput",
946777
+ "ec2:GetConsoleScreenshot"
946778
+ ],
946779
+ "Resource": "arn:aws:ec2:*:*:instance/*",
946780
+ "Condition": {
946781
+ "StringEquals": {
946782
+ "ec2:ResourceTag/AWSDRS": "AllowLaunchingIntoThisInstance"
946783
+ },
946784
+ "ForAnyValue:StringEquals": {
946785
+ "aws:CalledVia": [
946786
+ "drs.amazonaws.com"
946787
+ ]
946788
+ }
946789
+ }
946790
+ },
946791
+ {
946792
+ "Sid": "ConsoleFullAccess22",
946793
+ "Effect": "Allow",
946794
+ "Action": [
946795
+ "ec2:AttachVolume"
946796
+ ],
946797
+ "Resource": "arn:aws:ec2:*:*:volume/*",
946798
+ "Condition": {
946799
+ "Null": {
946800
+ "ec2:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946801
+ },
946802
+ "Bool": {
946803
+ "aws:ViaAWSService": "true"
946804
+ }
946805
+ }
946806
+ },
946807
+ {
946808
+ "Sid": "ConsoleFullAccess23",
946809
+ "Effect": "Allow",
946810
+ "Action": [
946811
+ "ec2:DetachVolume"
946812
+ ],
946813
+ "Resource": "arn:aws:ec2:*:*:volume/*",
946814
+ "Condition": {
946815
+ "Bool": {
946816
+ "aws:ViaAWSService": "true"
946817
+ }
946818
+ }
946819
+ },
946820
+ {
946821
+ "Sid": "ConsoleFullAccess24",
946822
+ "Effect": "Allow",
946823
+ "Action": [
946824
+ "ec2:RunInstances"
946825
+ ],
946826
+ "Resource": "arn:aws:ec2:*:*:instance/*",
946827
+ "Condition": {
946828
+ "Null": {
946829
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
946830
+ },
946831
+ "Bool": {
946832
+ "aws:ViaAWSService": "true"
946833
+ }
946834
+ }
946835
+ },
946836
+ {
946837
+ "Sid": "ConsoleFullAccess25",
946838
+ "Effect": "Allow",
946839
+ "Action": [
946840
+ "ec2:RunInstances"
946841
+ ],
946842
+ "Resource": [
946843
+ "arn:aws:ec2:*:*:security-group/*",
946844
+ "arn:aws:ec2:*:*:volume/*",
946845
+ "arn:aws:ec2:*:*:subnet/*",
946846
+ "arn:aws:ec2:*:*:image/*",
946847
+ "arn:aws:ec2:*:*:network-interface/*",
946848
+ "arn:aws:ec2:*:*:launch-template/*"
946849
+ ],
946850
+ "Condition": {
946851
+ "Bool": {
946852
+ "aws:ViaAWSService": "true"
946853
+ }
946854
+ }
946855
+ },
946856
+ {
946857
+ "Sid": "ConsoleFullAccess26",
946858
+ "Effect": "Allow",
946859
+ "Action": "ec2:CreateTags",
946860
+ "Resource": [
946861
+ "arn:aws:ec2:*:*:security-group/*",
946862
+ "arn:aws:ec2:*:*:volume/*",
946863
+ "arn:aws:ec2:*:*:snapshot/*",
946864
+ "arn:aws:ec2:*:*:instance/*"
946865
+ ],
946866
+ "Condition": {
946867
+ "StringEquals": {
946868
+ "ec2:CreateAction": [
946869
+ "CreateSecurityGroup",
946870
+ "CreateVolume",
946871
+ "CreateSnapshot",
946872
+ "RunInstances"
946873
+ ]
946874
+ },
946875
+ "Bool": {
946876
+ "aws:ViaAWSService": "true"
946877
+ }
946878
+ }
946879
+ },
946880
+ {
946881
+ "Sid": "ConsoleFullAccess27",
946882
+ "Effect": "Allow",
946883
+ "Action": "ec2:CreateTags",
946884
+ "Resource": "arn:aws:ec2:*:*:launch-template/*",
946885
+ "Condition": {
946886
+ "StringEquals": {
946887
+ "ec2:CreateAction": [
946888
+ "CreateLaunchTemplate"
946889
+ ]
946890
+ }
946891
+ }
946892
+ },
946893
+ {
946894
+ "Sid": "ConsoleFullAccess28",
946895
+ "Effect": "Allow",
946896
+ "Action": [
946897
+ "cloudformation:DescribeStacks",
946898
+ "cloudformation:ListStacks"
946899
+ ],
946900
+ "Resource": "*"
946901
+ },
946902
+ {
946903
+ "Sid": "ConsoleFullAccess29",
946904
+ "Effect": "Allow",
946905
+ "Action": [
946906
+ "s3:GetBucketLocation",
946907
+ "s3:ListAllMyBuckets"
946908
+ ],
946909
+ "Resource": "*"
946910
+ },
946911
+ {
946912
+ "Sid": "ConsoleFullAccess30",
946913
+ "Effect": "Allow",
946914
+ "Action": [
946915
+ "ssm:DescribeInstanceInformation",
946916
+ "ssm:DescribeParameters"
945962
946917
  ],
945963
946918
  "Resource": [
945964
946919
  "*"
@@ -946079,7 +947034,7 @@
946079
947034
  ]
946080
947035
  }
946081
947036
  },
946082
- "v2": {
947037
+ "v3": {
946083
947038
  "createdDate": "2023-11-27T13:35:19.000Z",
946084
947039
  "document": {
946085
947040
  "Version": "2012-10-17",
@@ -946123,7 +947078,8 @@
946123
947078
  "ec2:GetEbsDefaultKmsKeyId",
946124
947079
  "ec2:DescribeKeyPairs",
946125
947080
  "ec2:DescribeCapacityReservations",
946126
- "ec2:DescribeHosts"
947081
+ "ec2:DescribeHosts",
947082
+ "ec2:GetInstanceTypesFromInstanceRequirements"
946127
947083
  ],
946128
947084
  "Resource": "*"
946129
947085
  },
@@ -946621,11 +947577,72 @@
946621
947577
  "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
946622
947578
  }
946623
947579
  }
947580
+ },
947581
+ {
947582
+ "Sid": "ConsoleFullAccess38",
947583
+ "Effect": "Allow",
947584
+ "Action": [
947585
+ "ec2:AssociateIamInstanceProfile"
947586
+ ],
947587
+ "Resource": [
947588
+ "arn:aws:ec2:*:*:instance/*"
947589
+ ],
947590
+ "Condition": {
947591
+ "Null": {
947592
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
947593
+ },
947594
+ "Bool": {
947595
+ "aws:ViaAWSService": "true"
947596
+ }
947597
+ }
947598
+ },
947599
+ {
947600
+ "Sid": "ConsoleFullAccess39",
947601
+ "Effect": "Allow",
947602
+ "Action": "ec2:CreateFleet",
947603
+ "Resource": [
947604
+ "arn:aws:ec2:*:*:instance/*",
947605
+ "arn:aws:ec2:*:*:fleet/*",
947606
+ "arn:aws:ec2:*:*:volume/*",
947607
+ "arn:aws:ec2:*:*:subnet/*",
947608
+ "arn:aws:ec2:*:*:image/*",
947609
+ "arn:aws:ec2:*:*:launch-template/*"
947610
+ ],
947611
+ "Condition": {
947612
+ "ForAnyValue:StringEquals": {
947613
+ "aws:CalledVia": [
947614
+ "drs.amazonaws.com"
947615
+ ]
947616
+ }
947617
+ }
947618
+ },
947619
+ {
947620
+ "Sid": "ConsoleFullAccess40",
947621
+ "Effect": "Allow",
947622
+ "Action": "ec2:CreateTags",
947623
+ "Resource": [
947624
+ "arn:aws:ec2:*:*:security-group/*",
947625
+ "arn:aws:ec2:*:*:volume/*",
947626
+ "arn:aws:ec2:*:*:snapshot/*",
947627
+ "arn:aws:ec2:*:*:instance/*"
947628
+ ],
947629
+ "Condition": {
947630
+ "StringEquals": {
947631
+ "ec2:CreateAction": [
947632
+ "CreateFleet"
947633
+ ]
947634
+ },
947635
+ "ForAnyValue:StringEquals": {
947636
+ "aws:CalledVia": [
947637
+ "drs.amazonaws.com"
947638
+ ]
947639
+ }
947640
+ }
946624
947641
  }
946625
947642
  ]
946626
947643
  }
946627
947644
  },
946628
- "v3": {
947645
+ "v4": {
946629
947646
  "createdDate": "2023-11-27T13:35:19.000Z",
946630
947647
  "document": {
946631
947648
  "Version": "2012-10-17",
@@ -946999,7 +948016,8 @@
946999
948016
  "arn:aws:ec2:*:*:security-group/*",
947000
948017
  "arn:aws:ec2:*:*:volume/*",
947001
948018
  "arn:aws:ec2:*:*:snapshot/*",
947002
- "arn:aws:ec2:*:*:instance/*"
948019
+ "arn:aws:ec2:*:*:instance/*",
948020
+ "arn:aws:ec2:*:*:network-interface/*"
947003
948021
  ],
947004
948022
  "Condition": {
947005
948023
  "StringEquals": {
@@ -947007,7 +948025,8 @@
947007
948025
  "CreateSecurityGroup",
947008
948026
  "CreateVolume",
947009
948027
  "CreateSnapshot",
947010
- "RunInstances"
948028
+ "RunInstances",
948029
+ "CreateNetworkInterface"
947011
948030
  ]
947012
948031
  },
947013
948032
  "Bool": {
@@ -947229,11 +948248,70 @@
947229
948248
  ]
947230
948249
  }
947231
948250
  }
948251
+ },
948252
+ {
948253
+ "Sid": "ConsoleFullAccess41",
948254
+ "Effect": "Allow",
948255
+ "Action": [
948256
+ "ec2:CreateVolume"
948257
+ ],
948258
+ "Resource": "arn:aws:ec2:*:*:snapshot/*",
948259
+ "Condition": {
948260
+ "Null": {
948261
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
948262
+ },
948263
+ "Bool": {
948264
+ "aws:ViaAWSService": "true"
948265
+ }
948266
+ }
948267
+ },
948268
+ {
948269
+ "Sid": "ConsoleFullAccess42",
948270
+ "Effect": "Allow",
948271
+ "Action": [
948272
+ "ec2:CreateNetworkInterface"
948273
+ ],
948274
+ "Resource": "arn:aws:ec2:*:*:network-interface/*",
948275
+ "Condition": {
948276
+ "Null": {
948277
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
948278
+ },
948279
+ "Bool": {
948280
+ "aws:ViaAWSService": "true"
948281
+ }
948282
+ }
948283
+ },
948284
+ {
948285
+ "Sid": "ConsoleFullAccess43",
948286
+ "Effect": "Allow",
948287
+ "Action": [
948288
+ "ec2:CreateNetworkInterface"
948289
+ ],
948290
+ "Resource": [
948291
+ "arn:aws:ec2:*:*:subnet/*",
948292
+ "arn:aws:ec2:*:*:security-group/*"
948293
+ ]
948294
+ },
948295
+ {
948296
+ "Sid": "ConsoleFullAccess44",
948297
+ "Effect": "Allow",
948298
+ "Action": [
948299
+ "ec2:CreateNetworkInterfacePermission"
948300
+ ],
948301
+ "Resource": "arn:aws:ec2:*:*:network-interface/*",
948302
+ "Condition": {
948303
+ "Null": {
948304
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
948305
+ },
948306
+ "Bool": {
948307
+ "aws:ViaAWSService": "true"
948308
+ }
948309
+ }
947232
948310
  }
947233
948311
  ]
947234
948312
  }
947235
948313
  },
947236
- "v4": {
948314
+ "v5": {
947237
948315
  "createdDate": "2023-11-27T13:35:19.000Z",
947238
948316
  "document": {
947239
948317
  "Version": "2012-10-17",
@@ -947689,7 +948767,8 @@
947689
948767
  "arn:aws:ssm:*:*:document/AWSMigration-ValidateDiskSpace",
947690
948768
  "arn:aws:ssm:*:*:document/AWSMigration-VerifyProcessIsRunning",
947691
948769
  "arn:aws:ssm:*:*:document/AWSMigration-LinuxTimeSyncSetting",
947692
- "arn:aws:ssm:*:*:document/AWSEC2-ApplicationInsightsCloudwatchAgentInstallAndConfigure"
948770
+ "arn:aws:ssm:*:*:document/AWSEC2-ApplicationInsightsCloudwatchAgentInstallAndConfigure",
948771
+ "arn:aws:ssm:*:*:automation-execution/*"
947693
948772
  ],
947694
948773
  "Condition": {
947695
948774
  "ForAnyValue:StringEquals": {
@@ -947902,7 +948981,7 @@
947902
948981
  ]
947903
948982
  }
947904
948983
  },
947905
- "v5": {
948984
+ "v7": {
947906
948985
  "createdDate": "2023-11-27T13:35:19.000Z",
947907
948986
  "document": {
947908
948987
  "Version": "2012-10-17",
@@ -948572,7 +949651,7 @@
948572
949651
  ]
948573
949652
  }
948574
949653
  },
948575
- "v7": {
949654
+ "v9": {
948576
949655
  "createdDate": "2023-11-27T13:35:19.000Z",
948577
949656
  "document": {
948578
949657
  "Version": "2012-10-17",
@@ -949242,7 +950321,7 @@
949242
950321
  ]
949243
950322
  }
949244
950323
  },
949245
- "v9": {
950324
+ "v10": {
949246
950325
  "createdDate": "2023-11-27T13:35:19.000Z",
949247
950326
  "document": {
949248
950327
  "Version": "2012-10-17",
@@ -949341,11 +950420,11 @@
949341
950420
  ],
949342
950421
  "Resource": "arn:aws:ec2:*:*:snapshot/*",
949343
950422
  "Condition": {
949344
- "Null": {
949345
- "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949346
- },
949347
950423
  "Bool": {
949348
950424
  "aws:ViaAWSService": "true"
950425
+ },
950426
+ "Null": {
950427
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949349
950428
  }
949350
950429
  }
949351
950430
  },
@@ -949387,11 +950466,11 @@
949387
950466
  ],
949388
950467
  "Resource": "arn:aws:ec2:*:*:volume/*",
949389
950468
  "Condition": {
949390
- "Null": {
949391
- "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949392
- },
949393
950469
  "Bool": {
949394
950470
  "aws:ViaAWSService": "true"
950471
+ },
950472
+ "Null": {
950473
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949395
950474
  }
949396
950475
  }
949397
950476
  },
@@ -949408,11 +950487,11 @@
949408
950487
  ],
949409
950488
  "Resource": "arn:aws:ec2:*:*:instance/*",
949410
950489
  "Condition": {
949411
- "Null": {
949412
- "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949413
- },
949414
950490
  "Bool": {
949415
950491
  "aws:ViaAWSService": "true"
950492
+ },
950493
+ "Null": {
950494
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949416
950495
  }
949417
950496
  }
949418
950497
  },
@@ -949426,11 +950505,11 @@
949426
950505
  ],
949427
950506
  "Resource": "arn:aws:ec2:*:*:security-group/*",
949428
950507
  "Condition": {
949429
- "Null": {
949430
- "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949431
- },
949432
950508
  "Bool": {
949433
950509
  "aws:ViaAWSService": "true"
950510
+ },
950511
+ "Null": {
950512
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949434
950513
  }
949435
950514
  }
949436
950515
  },
@@ -949442,11 +950521,11 @@
949442
950521
  ],
949443
950522
  "Resource": "arn:aws:ec2:*:*:volume/*",
949444
950523
  "Condition": {
949445
- "Null": {
949446
- "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
949447
- },
949448
950524
  "Bool": {
949449
950525
  "aws:ViaAWSService": "true"
950526
+ },
950527
+ "Null": {
950528
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
949450
950529
  }
949451
950530
  }
949452
950531
  },
@@ -949464,11 +950543,11 @@
949464
950543
  ],
949465
950544
  "Resource": "arn:aws:ec2:*:*:security-group/*",
949466
950545
  "Condition": {
949467
- "Null": {
949468
- "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
949469
- },
949470
950546
  "Bool": {
949471
950547
  "aws:ViaAWSService": "true"
950548
+ },
950549
+ "Null": {
950550
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
949472
950551
  }
949473
950552
  }
949474
950553
  },
@@ -949480,11 +950559,11 @@
949480
950559
  ],
949481
950560
  "Resource": "arn:aws:ec2:*:*:volume/*",
949482
950561
  "Condition": {
949483
- "Null": {
949484
- "ec2:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949485
- },
949486
950562
  "Bool": {
949487
950563
  "aws:ViaAWSService": "true"
950564
+ },
950565
+ "Null": {
950566
+ "ec2:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949488
950567
  }
949489
950568
  }
949490
950569
  },
@@ -949496,11 +950575,11 @@
949496
950575
  ],
949497
950576
  "Resource": "arn:aws:ec2:*:*:snapshot/*",
949498
950577
  "Condition": {
949499
- "Null": {
949500
- "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
949501
- },
949502
950578
  "Bool": {
949503
950579
  "aws:ViaAWSService": "true"
950580
+ },
950581
+ "Null": {
950582
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
949504
950583
  }
949505
950584
  }
949506
950585
  },
@@ -949513,11 +950592,11 @@
949513
950592
  ],
949514
950593
  "Resource": "arn:aws:ec2:*:*:instance/*",
949515
950594
  "Condition": {
949516
- "Null": {
949517
- "ec2:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949518
- },
949519
950595
  "Bool": {
949520
950596
  "aws:ViaAWSService": "true"
950597
+ },
950598
+ "Null": {
950599
+ "ec2:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949521
950600
  }
949522
950601
  }
949523
950602
  },
@@ -949533,13 +950612,13 @@
949533
950612
  ],
949534
950613
  "Resource": "arn:aws:ec2:*:*:instance/*",
949535
950614
  "Condition": {
949536
- "StringEquals": {
949537
- "ec2:ResourceTag/AWSDRS": "AllowLaunchingIntoThisInstance"
949538
- },
949539
950615
  "ForAnyValue:StringEquals": {
949540
950616
  "aws:CalledVia": [
949541
950617
  "drs.amazonaws.com"
949542
950618
  ]
950619
+ },
950620
+ "StringEquals": {
950621
+ "ec2:ResourceTag/AWSDRS": "AllowLaunchingIntoThisInstance"
949543
950622
  }
949544
950623
  }
949545
950624
  },
@@ -949551,11 +950630,11 @@
949551
950630
  ],
949552
950631
  "Resource": "arn:aws:ec2:*:*:volume/*",
949553
950632
  "Condition": {
949554
- "Null": {
949555
- "ec2:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949556
- },
949557
950633
  "Bool": {
949558
950634
  "aws:ViaAWSService": "true"
950635
+ },
950636
+ "Null": {
950637
+ "ec2:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949559
950638
  }
949560
950639
  }
949561
950640
  },
@@ -949580,11 +950659,11 @@
949580
950659
  ],
949581
950660
  "Resource": "arn:aws:ec2:*:*:instance/*",
949582
950661
  "Condition": {
949583
- "Null": {
949584
- "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
949585
- },
949586
950662
  "Bool": {
949587
950663
  "aws:ViaAWSService": "true"
950664
+ },
950665
+ "Null": {
950666
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
949588
950667
  }
949589
950668
  }
949590
950669
  },
@@ -949620,6 +950699,9 @@
949620
950699
  "arn:aws:ec2:*:*:network-interface/*"
949621
950700
  ],
949622
950701
  "Condition": {
950702
+ "Bool": {
950703
+ "aws:ViaAWSService": "true"
950704
+ },
949623
950705
  "StringEquals": {
949624
950706
  "ec2:CreateAction": [
949625
950707
  "CreateSecurityGroup",
@@ -949628,9 +950710,6 @@
949628
950710
  "RunInstances",
949629
950711
  "CreateNetworkInterface"
949630
950712
  ]
949631
- },
949632
- "Bool": {
949633
- "aws:ViaAWSService": "true"
949634
950713
  }
949635
950714
  }
949636
950715
  },
@@ -949698,6 +950777,14 @@
949698
950777
  "arn:aws:ssm:*:*:document/AWSMigration-ValidateDiskSpace",
949699
950778
  "arn:aws:ssm:*:*:document/AWSMigration-VerifyProcessIsRunning",
949700
950779
  "arn:aws:ssm:*:*:document/AWSMigration-LinuxTimeSyncSetting",
950780
+ "arn:aws:ssm:*:*:document/AWSDRS-ValidateNetworkConnectivity",
950781
+ "arn:aws:ssm:*:*:document/AWSDRS-VerifyMountedVolumes",
950782
+ "arn:aws:ssm:*:*:document/AWSDRS-ValidateHttpResponse",
950783
+ "arn:aws:ssm:*:*:document/AWSDRS-ValidateDiskSpace",
950784
+ "arn:aws:ssm:*:*:document/AWSDRS-VerifyProcessIsRunning",
950785
+ "arn:aws:ssm:*:*:document/AWSDRS-LinuxTimeSyncSetting",
950786
+ "arn:aws:ssm:*:*:document/AWSDRS-InstallDRAgentOnInstance",
950787
+ "arn:aws:ssm:*:*:document/AWSDRS-VerifyTags",
949701
950788
  "arn:aws:ssm:*:*:document/AWSEC2-ApplicationInsightsCloudwatchAgentInstallAndConfigure",
949702
950789
  "arn:aws:ssm:*:*:automation-execution/*"
949703
950790
  ],
@@ -949799,11 +950886,11 @@
949799
950886
  "arn:aws:ec2:*:*:instance/*"
949800
950887
  ],
949801
950888
  "Condition": {
949802
- "Null": {
949803
- "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949804
- },
949805
950889
  "Bool": {
949806
950890
  "aws:ViaAWSService": "true"
950891
+ },
950892
+ "Null": {
950893
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949807
950894
  }
949808
950895
  }
949809
950896
  },
@@ -949838,15 +950925,15 @@
949838
950925
  "arn:aws:ec2:*:*:instance/*"
949839
950926
  ],
949840
950927
  "Condition": {
949841
- "StringEquals": {
949842
- "ec2:CreateAction": [
949843
- "CreateFleet"
949844
- ]
949845
- },
949846
950928
  "ForAnyValue:StringEquals": {
949847
950929
  "aws:CalledVia": [
949848
950930
  "drs.amazonaws.com"
949849
950931
  ]
950932
+ },
950933
+ "StringEquals": {
950934
+ "ec2:CreateAction": [
950935
+ "CreateFleet"
950936
+ ]
949850
950937
  }
949851
950938
  }
949852
950939
  },
@@ -949858,11 +950945,11 @@
949858
950945
  ],
949859
950946
  "Resource": "arn:aws:ec2:*:*:snapshot/*",
949860
950947
  "Condition": {
949861
- "Null": {
949862
- "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949863
- },
949864
950948
  "Bool": {
949865
950949
  "aws:ViaAWSService": "true"
950950
+ },
950951
+ "Null": {
950952
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949866
950953
  }
949867
950954
  }
949868
950955
  },
@@ -949874,11 +950961,11 @@
949874
950961
  ],
949875
950962
  "Resource": "arn:aws:ec2:*:*:network-interface/*",
949876
950963
  "Condition": {
949877
- "Null": {
949878
- "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
949879
- },
949880
950964
  "Bool": {
949881
950965
  "aws:ViaAWSService": "true"
950966
+ },
950967
+ "Null": {
950968
+ "aws:RequestTag/AWSElasticDisasterRecoveryManaged": "false"
949882
950969
  }
949883
950970
  }
949884
950971
  },
@@ -949901,11 +950988,11 @@
949901
950988
  ],
949902
950989
  "Resource": "arn:aws:ec2:*:*:network-interface/*",
949903
950990
  "Condition": {
949904
- "Null": {
949905
- "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949906
- },
949907
950991
  "Bool": {
949908
950992
  "aws:ViaAWSService": "true"
950993
+ },
950994
+ "Null": {
950995
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
949909
950996
  }
949910
950997
  }
949911
950998
  }
@@ -949914,7 +951001,7 @@
949914
951001
  }
949915
951002
  },
949916
951003
  "createdDate": "2023-11-27T13:35:19.000Z",
949917
- "lastUpdatedDate": "2026-02-12T18:02:32.000Z"
951004
+ "lastUpdatedDate": "2026-06-18T22:57:18.000Z"
949918
951005
  },
949919
951006
  "AmazonOneEnterpriseFullAccess": {
949920
951007
  "arn": "arn:aws:iam::aws:policy/AmazonOneEnterpriseFullAccess",