Skip to content

Commit f246428

Browse files
Add guide - How to associate policy pack to specific resource. Closes #232
1 parent 2ad6b26 commit f246428

10 files changed

+63
-0
lines changed
28.5 KB
Loading
164 KB
Loading
185 KB
Loading
173 KB
Loading
54 KB
Loading
92.8 KB
Loading
160 KB
Loading
105 KB
Loading
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Associate Policy Pack to Specific Resource
3+
sidebar_label: Associate Policy Pack to Specific Resource
4+
---
5+
6+
# Associate Policy Pack to Specific Resource
7+
8+
In this guide, you will:
9+
- Use the Guardrails console to associate policy packs to a specific resource.
10+
11+
Policy Packs let administrators group and apply policies to specific resources, like AWS accounts, folders, or individual resources. Associating Policy Packs with resources ensures consistent policy enforcement and simplifies management across your environment.
12+
13+
## Prerequisites
14+
15+
- **Turbot/Operator** permissions at the Turbot resource level.
16+
- Familiarity with Guardrails console.
17+
18+
## Step 1: Login to Guardrails Console
19+
20+
Log into the Guardrails console.
21+
22+
![Guardrails Console Login](/images/docs/guardrails/guides/configuring-guardrails/associate-policy-pack-to-resource/guardrails-console-login.png)
23+
24+
## Step 2: Navigate to Resources
25+
26+
Choose **Resources** from the top navigation menu.
27+
28+
![Navigate to Resources](/images/docs/guardrails/guides/configuring-guardrails/associate-policy-pack-to-resource/guardrails-select-resources-tab.png)
29+
30+
## Step 3: Select Resource
31+
32+
Search for and select the desired resource. In this example, we have selected an EC2 Volume.
33+
34+
![Select EBS Volume](/images/docs/guardrails/guides/configuring-guardrails/associate-policy-pack-to-resource/guardrails-select-resource.png)
35+
36+
## Step 4: Associate Policy Pack
37+
38+
From the resource detail page, click **MANAGE** in the Policy Packs section to proceed.
39+
40+
![Select Manage](/images/docs/guardrails/guides/configuring-guardrails/associate-policy-pack-to-resource/guardrails-select-manage.png)
41+
42+
Select **Add** from the dialog box.
43+
44+
![Select Add](/images/docs/guardrails/guides/configuring-guardrails/associate-policy-pack-to-resource/guardrails-select-add.png)
45+
46+
Select the desired policy pack and click **Save** to apply it to the resource.
47+
48+
![Save Policy Pack](/images/docs/guardrails/guides/configuring-guardrails/associate-policy-pack-to-resource/guardrails-select-policy-pack-save.png)
49+
50+
## Step 5: Verify Control
51+
52+
The newly attached policy pack should now be visible under the **Policies** tab of the resource.
53+
54+
![Review Policy](/images/docs/guardrails/guides/configuring-guardrails/associate-policy-pack-to-resource/guardrails-verify-policy.png)
55+
56+
The newly applied control should now be visible under the **Controls** tab of the resource.
57+
58+
![Review Policy](/images/docs/guardrails/guides/configuring-guardrails/associate-policy-pack-to-resource/guardrails-verify-controls.png)
59+
60+
If you encounter any issues, please [Open Support Ticket](https://support.turbot.com) and attach the relevant information to assist you more efficiently.
61+
62+
- Screenshot of the error encountered.

docs/sidebar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@
279279
"guides/configuring-guardrails/auto-mod-update",
280280
"guides/configuring-guardrails/mod-lambda-cleanup",
281281
"guides/configuring-guardrails/account-imports",
282+
"guides/configuring-guardrails/associate-policy-pack-to-resource",
282283
{
283284
"type": "category",
284285
"id": "directories",

0 commit comments

Comments
 (0)