AWS Security ChangesHomeSearch

AWS wickr documentation change

Service: wickr · 2025-10-22 · Documentation low

File: wickr/latest/adminguide/security_iam_access-manage-resource-based-policies.md

Summary

Condensed explanation of resource-based policies

Security assessment

Simplified wording about resource-based policy implementation. Maintains existing security concepts without introducing new security controls or addressing vulnerabilities.

Diff

diff --git a/wickr/latest/adminguide/security_iam_access-manage-resource-based-policies.md b/wickr/latest/adminguide/security_iam_access-manage-resource-based-policies.md
index b5729d403..2b0885e55 100644
--- a//wickr/latest/adminguide/security_iam_access-manage-resource-based-policies.md
+++ b//wickr/latest/adminguide/security_iam_access-manage-resource-based-policies.md
@@ -9 +9 @@ This guide documents the new AWS Wickr administration console, released on March
-Resource-based policies are JSON policy documents that you attach to a resource. Examples of resource-based policies are IAM _role trust policies_ and Amazon S3 _bucket policies_. In services that support resource-based policies, service administrators can use them to control access to a specific resource. For the resource where the policy is attached, the policy defines what actions a specified principal can perform on that resource and under what conditions. You must [specify a principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html) in a resource-based policy. Principals can include accounts, users, roles, federated users, or AWS services.
+Resource-based policies are JSON policy documents that you attach to a resource. Examples include IAM _role trust policies_ and Amazon S3 _bucket policies_. In services that support resource-based policies, service administrators can use them to control access to a specific resource. You must [specify a principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html) in a resource-based policy.