This guide provides documentation for AWS Wickr. For Wickr Enterprise, which is the on-premises version of Wickr, see Enterprise Administration Guide.
AWS managed policies for AWS Wickr
To add permissions to users, groups, and roles, it is easier to use AWS managed policies than to write policies yourself. It takes time and expertise to create IAM customer managed policies that provide your team with only the permissions they need. To get started quickly, you can use our AWS managed policies. These policies cover common use cases and are available in your AWS account. For more information about AWS managed policies, see AWS managed policies in the IAM User Guide.
AWS services maintain and update AWS managed policies. You can't change the permissions in AWS managed policies. Services occasionally add additional permissions to an AWS managed policy to support new features. This type of update affects all identities (users, groups, and roles) where the policy is attached. Services are most likely to update an AWS managed policy when a new feature is launched or when new operations become available. Services do not remove permissions from an AWS managed policy, so policy updates won't break your existing permissions.
AWS managed policy: AWSWickrFullAccess
You can attach the AWSWickrFullAccess
policy to your IAM identities. This
policy grants full administrative permission to the Wickr service, including the
AWS Management Console for Wickr in the AWS Management Console. For more information about attaching policies to an
identity, see Adding and removing
IAM identity permissions in the AWS Identity and Access Management User
Guide.
Permissions details
This policy includes the following permissions.
-
wickr
– Grants full administrative permission to the Wickr service.
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "wickr:*", "Resource": "*" } ] }
Wickr updates to AWS managed policies
View details about updates to AWS managed policies for Wickr since this service began tracking these changes. For automatic alerts about changes to this page, subscribe to the RSS feed on the Wickr Document history page.
Change | Description | Date |
---|---|---|
AWSWickrFullAccess – New policy |
Wickr added a new policy that grants full administrative permission to the Wickr service, including the Wickr administrator console in the AWS Management Console. |
November 28, 2022 |
Wickr started tracking changes |
Wickr started tracking changes for its AWS managed policies. |
November 28, 2022 |