AmazonKeyspacesFullAccess - AWS Managed Policy

AmazonKeyspacesFullAccess

Description: Provide full access to Amazon Keyspaces

AmazonKeyspacesFullAccess is an AWS managed policy.

Using this policy

You can attach AmazonKeyspacesFullAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: April 23, 2020, 17:06 UTC

  • Edited time: October 03, 2023, 19:12 UTC

  • ARN: arn:aws:iam::aws:policy/AmazonKeyspacesFullAccess

Policy version

Policy version: v5 (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" : "CassandraFullAccess", "Effect" : "Allow", "Action" : [ "cassandra:*" ], "Resource" : "*" }, { "Sid" : "ApplicationAutoscalingFullAccess", "Effect" : "Allow", "Action" : [ "application-autoscaling:DeleteScalingPolicy", "application-autoscaling:DeleteScheduledAction", "application-autoscaling:DeregisterScalableTarget", "application-autoscaling:DescribeScalableTargets", "application-autoscaling:DescribeScalingActivities", "application-autoscaling:DescribeScalingPolicies", "application-autoscaling:DescribeScheduledActions", "application-autoscaling:PutScheduledAction", "application-autoscaling:PutScalingPolicy", "application-autoscaling:RegisterScalableTarget", "kms:DescribeKey", "kms:ListAliases" ], "Resource" : "*" }, { "Sid" : "CloudwatchAlarmsFullAccess", "Effect" : "Allow", "Action" : [ "cloudwatch:DeleteAlarms", "cloudwatch:DescribeAlarms", "cloudwatch:GetMetricData", "cloudwatch:PutMetricAlarm" ], "Resource" : "*" }, { "Sid" : "ApplicationAutoscalingServiceLinkedRole", "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "arn:aws:iam::*:role/aws-service-role/cassandra.application-autoscaling.amazonaws.com/AWSServiceRoleForApplicationAutoScaling_CassandraTable", "Condition" : { "StringLike" : { "iam:AWSServiceName" : "cassandra.application-autoscaling.amazonaws.com" } } }, { "Sid" : "KeyspacesReplicationServiceLinkedRole", "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "arn:aws:iam::*:role/aws-service-role/replication.cassandra.amazonaws.com/AWSServiceRoleForKeyspacesReplication", "Condition" : { "StringLike" : { "iam:AWSServiceName" : "replication.cassandra.amazonaws.com" } } }, { "Sid" : "Ec2VpcReadAccess", "Effect" : "Allow", "Action" : [ "ec2:DescribeNetworkInterfaces", "ec2:DescribeVpcEndpoints" ], "Resource" : "*" } ] }

Learn more