-
Notifications
You must be signed in to change notification settings - Fork 5
Restructure AWS Batch page docs, remove nf-tower-aws mentions #943
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
Merged
bebosudo
merged 10 commits into
chiusole/integrate-forge-policy-into-docs
from
chiusole/cleanup-aws-batch-docs
Dec 18, 2025
Merged
Restructure AWS Batch page docs, remove nf-tower-aws mentions #943
bebosudo
merged 10 commits into
chiusole/integrate-forge-policy-into-docs
from
chiusole/cleanup-aws-batch-docs
Dec 18, 2025
+263
−221
Conversation
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
…repo, start fixing manual batch page
gavinelder
reviewed
Dec 3, 2025
5dfb005 to
91936aa
Compare
Member
Author
|
It took me some time to find out the specific way to make EFS/FSx work with minimal permissions, and I documented the required Security Group changes. edit: SG aren't supposed to be created from the UI, that's a frontend glitch, discussion |
Co-authored-by: Justine Geffen <[email protected]> Signed-off-by: Alberto Chiusole <[email protected]>
3 tasks
platform-cloud/docs/enterprise/advanced-topics/manual-aws-batch-setup.mdx
Outdated
Show resolved
Hide resolved
Signed-off-by: Justine Geffen <[email protected]>
justinegeffen
approved these changes
Dec 17, 2025
c8d6ec2
into
chiusole/integrate-forge-policy-into-docs
3 checks passed
bebosudo
added a commit
that referenced
this pull request
Dec 22, 2025
* First pass at integrating aws batch policy into docs * replace absolute links with relative * Port AWS Batch policy breakdown to enterprise docs too * replace github flavor of markdown admonition with docusaurus' * Fix internal docs links * Rename sections * Replace some mentions of Forge * Restructure AWS Batch page docs, remove nf-tower-aws mentions (#943) * Restructure the AWS Batch page in cloud, remove mentions of external repo, start fixing manual batch page * S3/EFS/FSx work dir must be in the same region as compute * Expand instructions on how to setup EFS/FSx SG * lowercase S3 bucket in section title * Fix internal links * Outbound EFS/FSx rules must allow 0./0 * Remove references to nf-tower-aws from cloud repo * Document role to assume instead of attaching policy directly to user * Apply suggestions from code review Co-authored-by: Justine Geffen <[email protected]> Signed-off-by: Alberto Chiusole <[email protected]> * Update manual-aws-batch-setup.mdx Signed-off-by: Justine Geffen <[email protected]> --------- Signed-off-by: Alberto Chiusole <[email protected]> Signed-off-by: Justine Geffen <[email protected]> Co-authored-by: Justine Geffen <[email protected]> * Port AWS Batch policy update from Platform Cloud to Enterprise Next * Backport Batch IAM policy refactoring into v24+ * Fix links in v24.x pointing to data studios before rename to studios * Create aws-batch-test.md Signed-off-by: Justine Geffen <[email protected]> * Delete platform-cloud/docs/compute-envs/aws-batch-test.md Signed-off-by: Justine Geffen <[email protected]> * Fix some more Data Studios links in old 24.x docs before renaming * Fix various broken anchor references after updating aws batch docs * Fix two more anchors who were hallucinated * Fix some more anchors * Hopefully last anchor fix * Revert changes to EKS CE instructions [skip ci] * Add warning about FSx being incompatible with Studios (#979) * Add warning about FSx workdir being incompatible with Studios like EFS * Fix studios link in v24.x --------- Signed-off-by: Alberto Chiusole <[email protected]> Signed-off-by: Justine Geffen <[email protected]> Co-authored-by: Justine Geffen <[email protected]>
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.
This was done on Cloud only for now, if it looks ok I'll replicate it into the enterprise Batch docs too.