Open
Conversation
Replace overview.mdx with deploy.mdx matching the Docker/Railway deploy pattern (6-step dev + 6-step prod).
Add reference.mdx (manage, customize, troubleshoot) and remove the 14-page Customize subgroup from nav. Matches Docker/Railway deploy + reference pattern.
Restore the 14-page Customize subgroup alongside deploy + reference. Restructure later.
Verified against the actual agentos-aws-template repo: - Container name: agentos-aws-template-api (not ai-api) - ECS cluster: agentos-aws-template-prd (not agentos-prd-cluster) - Commands use --env dev/prd format (not prd:aws shorthand) - Settings param: aws_subnet_ids (not subnet_ids) - Remove ECR prereq (template uses Docker Hub) - Simplify manage table to match README commands
- Add "Set production secrets" step (copy example YAMLs, set API key + DB password) - Add image_repo and push_images to Configure step - Add container registry to prerequisites
Docker Hub or ECR login is required before ag infra up can push the image.
- Fix secrets copy path: example_secrets/ -> secrets/ (not secrets/ -> secrets/) - Fix DB secret key names: MASTER_USERNAME/MASTER_USER_PASSWORD (not DB_USER/DB_PASS) - Fix ECS container name: agentos-aws-template-prd-api (verified via dry-run) - Add aws_az1/aws_az2 to Configure step (must match subnet AZs) - Add Session Manager plugin to prerequisites (required for ECS Exec) - Require two subnets in different AZs (needed for ALB and RDS)
Contributor
|
@Mustafa-Esoofally these updates need to go after #534, right? |
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.
Summary
overview.mdxwithdeploy.mdxfor the AWS template, matching the Docker (Docker deploy docs #529) and Railway deploy page patterndocs.jsonnav:overview→deploy(Customize subgroup unchanged)Type of Change
Checklist
docs.jsonnav updatedoverview.mdxremoved