Policies
The Policies section allows you to view and manage AWS Organizations policies directly from the Prism interface. You can create, edit, delete, attach, detach, and tag policies across all supported policy types.
Prerequisites
- Org Services must be enabled for your tenant by an application administrator.
Supported Policy Types
| Policy Type | Description | Max Per Target |
|---|---|---|
| Service Control Policies (SCPs) | Centrally control the maximum available permissions for accounts in your organization | 5 |
| Resource Control Policies (RCPs) | Centrally control the maximum available permissions for resources in your organization | 5 |
| Tag Policies | Standardize tags across resources in your organization's accounts | 5 |
| Backup Policies | Centrally manage and apply backup plans to AWS resources across your organization | 5 |
| AI Services Opt-Out Policies | Control data collection for AWS AI services for all accounts | 5 |
Viewing Policy Types
Navigate to Policies from the sidebar. The landing page shows all supported policy types with their current status:
- Enabled -- The policy type is active in your organization and policies can be managed.
- Disabled -- The policy type is not enabled. It must be enabled in the AWS Organizations console before policies can be created.
Click a policy type to view and manage its policies.
Managing Policies
Viewing the Policy List
After selecting a policy type, a searchable table displays all policies of that type. Use the search bar to filter policies by name. Internal CloudKeeper management policies are hidden automatically.
Creating a Policy
- Click the Create button.
- Enter a Policy Name and optional Description.
- Enter the Policy JSON content in the editor.
- For SCPs and RCPs, the policy is validated automatically as you type. Fix any errors or warnings shown before creating.
- Click Create.
Use the default template provided as a starting point. For SCPs, the policy must follow the IAM policy syntax with Version, Statement, Effect, Action, and Resource fields.
Editing a Policy
- Select a policy from the list to open its detail view.
- Click the Edit button.
- Modify the name, description, or JSON content.
- Click Save.
AWS-managed policies (such as FullAWSAccess) cannot be edited or deleted.
Deleting a Policy
- Select a policy from the list.
- Click the Delete button.
- Confirm the deletion.
The policy must be detached from all targets before it can be deleted.
Attaching Policies to Targets
Policies take effect only when attached to targets (organization root, OUs, or accounts).
Step-by-Step Guide
- Select a policy from the list.
- Switch to the Targets tab.
- Click the Attach button.
- An organization tree with checkboxes is displayed. Each node shows its current quota usage (e.g., 2/5).
- Select one or more targets by checking the boxes.
- Click Attach.
Targets already attached to the policy are shown as disabled with an "attached" label. Targets at the maximum quota (5/5) are also disabled and shown in red.
Batch Attachment
You can select multiple targets at once. The attachment process runs sequentially with a progress indicator showing the result for each target.
Detaching Policies
Single Detach
On the Targets tab, click the detach icon next to the target you want to detach from.
Batch Detach
- On the Targets tab, use the checkboxes to select multiple targets.
- Click the Detach selected (N) button that appears.
- All selected targets are detached.
Detaching FullAWSAccess from a target will disable ALL operations on that target. No API calls, console actions, or service operations will be permitted. Only proceed if you are absolutely sure.
Managing Tags
Tags are key-value pairs that help you organize and identify your policies.
Viewing Tags
- Select a policy from the list.
- Switch to the Tags tab.
- All tags on the policy are displayed in a table.
Adding a Tag
- On the Tags tab, click the Add Tag button.
- Enter a Key and optional Value.
- Click Add.
Editing a Tag
- Click the Edit icon next to the tag you want to modify.
- Update the key and/or value.
- Click Save.
If the key is changed, the old tag is removed and a new one is created.
Removing a Tag
Click the Delete icon next to the tag you want to remove.
AWS-managed policies cannot be tagged. The Add Tag and Delete buttons are disabled for these policies.
Navigation
The Policies section uses breadcrumb navigation:
- Policies -- Returns to the policy types landing page.
- Policies > Service Control Policies -- Returns to the policy list for that type.
- Policies > Service Control Policies > my-policy -- Current policy detail view.
Click any breadcrumb segment to navigate back.