Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updated IAM policies page with a warning #1240

Merged
merged 1 commit into from
Apr 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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