AmazonOmicsFullAccess - AWS Managed Policy

AmazonOmicsFullAccess

Description: Provides full access to Amazon Omics and other required AWS services. This policy allows the user to view and accept RAM share invitations to access resources outside of the user's AWS account.

AmazonOmicsFullAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: February 24, 2023, 00:59 UTC

  • Edited time: February 24, 2023, 00:59 UTC

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

Policy version

Policy version: v1 (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" : [ { "Effect" : "Allow", "Action" : [ "omics:*" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "ram:AcceptResourceShareInvitation", "ram:GetResourceShareInvitations" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:CalledViaLast" : "omics.amazonaws.com" } } }, { "Effect" : "Allow", "Action" : "iam:PassRole", "Resource" : "*", "Condition" : { "StringEquals" : { "iam:PassedToService" : "omics.amazonaws.com" } } } ] }

Learn more