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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: PEM-6808: Adding AWS Secret Cloud documentation #5624

Merged
merged 13 commits into from
Feb 3, 2025
26 changes: 11 additions & 15 deletions _partials/_aws-static-credentials-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,29 @@ partial_category: palette-setup
partial_name: aws-static-credentials
---

1. Create an IAM Role or IAM User for Palette. Use the following resources if you need additional help.
1. Log in to [Palette](https://console.spectrocloud.com) as tenant admin.

- [IAM Role creation guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user.html).
- [IAM User creation guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html).
2. From the left **Main Menu**, click on **Tenant Settings**.

2. In the AWS console, assign the Palette-required IAM policies to the IAM role or the IAM user that Palette will use.
3. Select **Cloud Accounts**, and click **Add AWS Account**.

3. Log in to [Palette](https://console.spectrocloud.com) as tenant admin.

4. From the left **Main Menu**, click on **Tenant Settings**.

5. Select **Cloud Accounts**, and click **+Add AWS Account**.

6. In the cloud account creation wizard provide the following information:
4. In the cloud account creation wizard provide the following information:

- **Account Name:** Custom name for the cloud account.

- **Description:** Optional description for the cloud account.

- **Partition:** Choose **AWS** from the **drop-down Menu**.

- **Credentials:**

- AWS Access key

- AWS Secret access key

7. Click the **Validate** button to validate the credentials.
5. Click the **Validate** button to validate the credentials.

8. Once the credentials are validated, the **Add IAM Policies** toggle displays. Toggle **Add IAM Policies** on.
6. Once the credentials are validated, the **Add IAM Policies** toggle is displayed. Toggle **Add IAM Policies** on.

9. Use the **drop-down Menu**, which lists available IAM policies in your AWS account, to select any desired IAM
policies you want to assign to Palette IAM role or IAM user.
7. Use the **drop-down Menu**, which lists available IAM policies in your AWS account, to select any desired IAM
policies you want to assign to the Palette IAM role or IAM user.
Loading