Skip to content

Commit

Permalink
docs: updated IAM policies page with a warning (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Apr 28, 2023
1 parent 7ac3b12 commit 7f15b20
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@ import PointsOfInterest from 'shared/components/common/PointOfInterest';

# Required IAM Policies

Palette requires proper Amazon Web Services (AWS) permissions in order to operate and perform actions on your behalf.
The following four policies include all the required permissions for provisioning clusters through Palette:
Palette requires proper Amazon Web Services (AWS) permissions to operate and perform actions on your behalf.
The following four policies include all the required permissions for provisioning clusters through Palette.

<br />

<WarningBox>

You can attach a maximum of ten managed policies to an IAM User or role. Exceeding this limit will result in cluster deployment failures. If you find yourself in a scenario where you are exceeding the limit, consider combining policies into a custom-managed policy.
You can learn more about AWS IAM limits in the [IAM Quotas](https://docs.aws.amazon.com/us_en/IAM/latest/UserGuide/reference_iam-quotas.html) reference guide.

</WarningBox>

<Tabs>

<Tabs.TabPane tab="Controller Policy" key="Controller Policy">
Expand Down

0 comments on commit 7f15b20

Please sign in to comment.