Pulumi AWS IaC — fully cloud-native (all-managed) alternative#5
Closed
ryanntannn wants to merge 1 commit into
Closed
Pulumi AWS IaC — fully cloud-native (all-managed) alternative#5ryanntannn wants to merge 1 commit into
ryanntannn wants to merge 1 commit into
Conversation
A cloud-native counterpart to the self-managed infra/pulumi (PR #4): EKS + Karpenter, Aurora PostgreSQL Serverless v2 (replaces in-cluster Postgres), ECR, AWS LB Controller + ALB + ACM + Route53/ExternalDNS, Secrets Manager + External Secrets, AMP + Managed Grafana + CloudWatch, SES, IRSA, KMS. KEDA stays. Groundwork only — tsc --noEmit clean; no pulumi up. README carries the flipped decision table + an honest self-managed-vs-cloud-native comparison. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019p51SPdbrjmGXJVeZnwTrD
ryanntannn
force-pushed
the
pulumi-cloud-native
branch
from
June 25, 2026 02:57
e63600c to
4550cdb
Compare
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.
A counterpart to the self-managed Pulumi stack on
pulumi-eks-iac(PR #4). Where that variant keeps the data services self-managed (in-cluster Postgres, GHCR, nginx ingress, k8s Secrets; S3 the only managed app service), this stack flips every one of those to an AWS managed service. Lives entirely underinfra/pulumi-cloud-native/, mirroring the self-managed project's structure.Managed stack
DATABASE_URL→writer endpointsynergyplus-env; DB creds + Better Auth secret in SM)app.tswires the SynergyPlus manifests with: DATABASE_URL→Aurora (via External Secrets), images→ECR, ingress→ALB, secrets→Secrets Manager, no in-cluster Postgres.Comparison vs self-managed (honest)
Notes
Pulumi.yaml,Pulumi.dev.yaml,package.json,tsconfig.json,index.ts,src/{config,network,cluster,database,storage,iam,registry,ingress,observability,secrets,app}.ts, plus the README.npx tsc --noEmitis clean.pulumi upwas not run (managed services cost money; no AWS creds/spend).node_modules/committed (.gitignorein place; verifiedgit status).🤖 Generated with Claude Code