AWSPanoramaApplianceServiceRolePolicy
Description: Allows an AWS Panorama Appliance to upload logs to Amazon CloudWatch, and to get objects from Amazon S3 access points created for use with AWS Panorama.
AWSPanoramaApplianceServiceRolePolicy
is an AWS managed policy.
Using this policy
You can attach AWSPanoramaApplianceServiceRolePolicy
to your users, groups, and roles.
Policy details
-
Type: Service role policy
-
Creation time: October 20, 2021, 12:14 UTC
-
Edited time: January 17, 2023, 21:32 UTC
-
ARN:
arn:aws:iam::aws:policy/service-role/AWSPanoramaApplianceServiceRolePolicy
Policy version
Policy version: v2 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "PanoramaDeviceCreateLogStream", "Effect" : "Allow", "Action" : [ "logs:CreateLogStream", "logs:DescribeLogStreams", "logs:PutLogEvents" ], "Resource" : [ "arn:aws:logs:*:*:log-group:/aws/panorama_device*:log-stream:*", "arn:aws:logs:*:*:log-group:/aws/panorama/devices/*" ] }, { "Sid" : "PanoramaDeviceCreateLogGroup", "Effect" : "Allow", "Action" : "logs:CreateLogGroup", "Resource" : [ "arn:aws:logs:*:*:log-group:/aws/panorama_device*", "arn:aws:logs:*:*:log-group:/aws/panorama/devices/*" ] }, { "Sid" : "PanoramaDevicePutMetric", "Effect" : "Allow", "Action" : "cloudwatch:PutMetricData", "Resource" : "*", "Condition" : { "StringEquals" : { "cloudwatch:namespace" : "PanoramaDeviceMetrics" } } }, { "Sid" : "PanoramaDeviceS3Access", "Effect" : "Allow", "Action" : [ "s3:GetObject", "s3:ListBucket", "s3:GetObjectVersion" ], "Resource" : [ "arn:aws:s3:::*-nodepackage-store-*", "arn:aws:s3:::*-application-payload-store-*", "arn:aws:s3:*:*:accesspoint/panorama*" ], "Condition" : { "StringLike" : { "s3:DataAccessPointArn" : "arn:aws:s3:*:*:accesspoint/panorama*" } } } ] }