Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Dec 1, 2024
1 parent 317c09d commit 6939a94
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
19 changes: 19 additions & 0 deletions policies/CloudWatchNetworkFlowMonitorAgentPublishPolicy
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"PolicyVersion": {
"CreateDate": "2024-12-01T22:51:06Z",
"VersionId": "v1",
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"networkflowmonitor:Publish"
],
"Resource": "*",
"Effect": "Allow"
}
]
},
"IsDefaultVersion": true
}
}
38 changes: 38 additions & 0 deletions policies/CloudWatchNetworkFlowMonitorServiceRolePolicy
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"PolicyVersion": {
"CreateDate": "2024-12-01T22:36:07Z",
"VersionId": "v1",
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"cloudwatch:PutMetricData"
],
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"cloudwatch:namespace": "AWS/NetworkFlowMonitor"
}
}
},
{
"Action": [
"organizations:ListDelegatedAdministrators",
"organizations:DescribeOrganization",
"organizations:ListAWSServiceAccessForOrganization",
"organizations:DescribeAccount",
"organizations:ListAccounts"
],
"Resource": [
"arn:aws:organizations::*:account/*",
"arn:aws:organizations::*:organization/*"
],
"Effect": "Allow"
}
]
},
"IsDefaultVersion": true
}
}
29 changes: 29 additions & 0 deletions policies/CloudWatchNetworkFlowMonitorTopologyServiceRolePolicy
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"PolicyVersion": {
"CreateDate": "2024-12-01T22:51:07Z",
"VersionId": "v1",
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"ec2:DescribeTransitGatewayAttachments",
"ec2:DescribeTransitGatewayConnects",
"ec2:DescribeTransitGatewayPeeringAttachments",
"ec2:DescribeTransitGatewayRouteTables",
"ec2:DescribeTransitGateways",
"ec2:DescribeTransitGatewayVpcAttachments",
"ec2:DescribeVpnConnections",
"ec2:DescribeCustomerGateways",
"ec2:GetTransitGatewayRouteTableAssociations",
"ec2:GetTransitGatewayRouteTablePropagations",
"ec2:SearchTransitGatewayRoutes"
],
"Resource": "*",
"Effect": "Allow"
}
]
},
"IsDefaultVersion": true
}
}

0 comments on commit 6939a94

Please sign in to comment.