docs: add AWS provider how-to for deploying NKP - #673
Merged
Conversation
… docs/aws-provider-howto
✅ Deploy Preview for nebari-docs2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
6 tasks
dcmcand
requested changes
May 29, 2026
# Conflicts: # docs/docs/references/RELEASE.md
marcelovilla
reviewed
Jun 3, 2026
Member
There was a problem hiding this comment.
A general comment that I have here, is that many sections, such as GitOps repository, Secrets and credentials, and First sign-in, are not specific to AWS but rather shared across all providers (i.e. Azure, Existing, and Hetzner). I think it would be more intuitive for the user, and easier for us to maintain, if we kept those outside and referenced them here as previous or next steps.
Collaborator
Author
There was a problem hiding this comment.
Agreed. I'd like to handle this in the next provider how-to PR (Azure or Hetzner), where we can see the real duplication and design the shared structure once. I filed an issue in #680 to track
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference Issues or PRs
Fixes #653.
What does this implement/fix?
nicCLI./policies/aws/nic-deploy.json) that was validated against a real AWS account.Testing
Validated by running
nic deployandnic destroyend-to-end against a real AWS account with a scoped IAM user built from the shipped policy (both completed with zero AccessDenied).