feat(infra): AWS IaC deployment with Terraform + Helm + CLI#861
Closed
Dr0p42 wants to merge 2 commits into
Closed
Conversation
Adds end-to-end AWS deployment scaffolding: Terraform modules (VPC, EKS, RDS+pgvector, Neptune, ElastiCache, Amazon MQ, S3, ECR, platform-addons), Helm umbrella chart with multi-tenant namespace support and optional Synapse, `abi deploy aws` CLI commands, GitHub Actions OIDC workflows, and an E2E runbook. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…lid-8428db # Conflicts: # .gitignore
Deploying abi-docs with
|
| Latest commit: |
3b1b81a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://74319a83.abi-docs-76c.pages.dev |
| Branch Preview URL: | https://claude-flamboyant-euclid-842.abi-docs-76c.pages.dev |
Contributor
Author
|
this is being done on a per project basis for now |
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
infra/helm/abi) rendering abi-api, dagster, mcp-server, nexus-web, service-portal + optional Synapse, multi-tenant via namespace, ESO-backed secrets, ALB ingressabi deploy aws {init,plan,apply,destroy,output,kubeconfig,ecr-login,build-push,deploy-apps}with Jinja-templated Terraform scaffoldingterraform-plan,terraform-apply,build-images-ecrinfra/Makefile, andinfra/E2E.mdrunbookdocs/architecture-aws.drawioDesign decisions
Test plan
pytest naas_abi_cli/cli/deploy/aws_test.py— 11 passedmake -C infra bootstrapon a sandbox accountabi deploy aws init -e devthenmake -C infra e2e ENV=devKnown gaps (documented in
infra/E2E.md)pgvectorextension must be enabled manually on RDSbuild-pushonly wires Dockerfiles forabiandnexus-web🤖 Generated with Claude Code