Skip to content

Commit

Permalink
Updates AWS managed policies
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed Jan 8, 2025
1 parent ff1d007 commit 5f6c8ad
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,16 @@
],
"Resource": "arn:aws:rds:*:*:cluster-snapshot:awsbackup:*"
},
{
"Sid": "RDSSnapshotTenantDatabasePermissions",
"Effect": "Allow",
"Action": [
"rds:AddTagsToResource"
],
"Resource": [
"arn:aws:rds:*:*:snapshot-tenant-database:awsbackup:*"
]
},
{
"Sid": "KMSDescribePermissions",
"Effect": "Allow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@
"rds:DeleteDBCluster",
"rds:RestoreDBInstanceToPointInTime",
"rds:DescribeDBClusterSnapshots",
"rds:RestoreDBClusterToPointInTime"
"rds:RestoreDBClusterToPointInTime",
"rds:CreateTenantDatabase",
"rds:DeleteTenantDatabase"
],
"Resource": "*"
},
Expand Down
9 changes: 9 additions & 0 deletions docs/source/_static/managed-policies/ReadOnlyAccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"access-analyzer:GetAnalyzer",
"access-analyzer:GetArchiveRule",
"access-analyzer:GetFinding",
"access-analyzer:GetFindingsStatistics",
"access-analyzer:GetGeneratedPolicy",
"access-analyzer:ListAccessPreviewFindings",
"access-analyzer:ListAccessPreviews",
Expand Down Expand Up @@ -50,6 +51,7 @@
"amplify:GetDomainAssociation",
"amplify:GetJob",
"amplify:ListApps",
"amplify:ListBackendEnvironments",
"amplify:ListBranches",
"amplify:ListDomainAssociations",
"amplify:ListJobs",
Expand Down Expand Up @@ -2252,14 +2254,21 @@
"sts:GetCallerIdentity",
"sts:GetSessionToken",
"support:DescribeAttachment",
"support:DescribeCaseAttributes",
"support:DescribeCases",
"support:DescribeCommunication",
"support:DescribeCommunications",
"support:DescribeCreateCaseOptions",
"support:DescribeIssueTypes",
"support:DescribeServices",
"support:DescribeSeverityLevels",
"support:DescribeSupportedLanguages",
"support:DescribeSupportLevel",
"support:DescribeTrustedAdvisorCheckRefreshStatuses",
"support:DescribeTrustedAdvisorCheckResult",
"support:DescribeTrustedAdvisorChecks",
"support:DescribeTrustedAdvisorCheckSummaries",
"support:SearchForCases",
"supportplans:GetSupportPlan",
"supportplans:GetSupportPlanUpdateStatus",
"supportplans:ListSupportPlanModifiers",
Expand Down

0 comments on commit 5f6c8ad

Please # to comment.