Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rajlearner17 committed Jan 27, 2025
1 parent 13c1ede commit ce0dc2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/aws/import-aws-organization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Importing an AWS Organization into Guardrails involves the following key steps:
- Access to the Guardrails console with *Turbot/Owner* or *Turbot/Admin* permissions at the Turbot resource level.
- The [`aws` mod](https://hub.guardrails.turbot.com/mods/aws/mods) `v5.36.0` or later installed.
- Minimum Turbot Enterprise (TE) version `v5.48.0` or later.
- A cross-account IAM role in the management account (hosting the organization) and all member accounts. Using [AWS IAM Role Delegation](http://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#delegate-using-roles) allows Guardrails to securely access AWS resources without sharing sensitive credentials like passwords or keys.
- Cross-account IAM roles in the management account and member accounts to securely allow Guardrails access without sharing sensitive credentials.

## Step 1: Review AWS Side Requirements

Expand Down
1 change: 1 addition & 0 deletions docs/guides/aws/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Guardrails has a deep integration with [Amazon Web Services (AWS)](https://aws.a
## Getting started with Guardrails for AWS

1. [Import an AWS Account](integrations/aws/import-aws-account) into a Guardrails Folder.
1. [Import an AWS Organization](guides/aws/import-aws-organization) into a Guardrails Folder.
1. [Set up the AWS Event Handlers](integrations/aws/event-handlers) to configure real-time events.
1. [Enable AWS Services](integrations/aws/services) that you will use.
1. [Configure Permissions Policies](integrations/aws/permissions) to allow Guardrails to manage
Expand Down

0 comments on commit ce0dc2b

Please sign in to comment.