
Lukket
Slået op
Principal SaaS Infrastructure Architect (PostgreSQL RLS / Multi-Tenant / AWS ECS) About the Project: We are rebuilding a production multi-tenant SaaS platform operating in a regulated environment. The system processes sensitive user-generated content and must meet strict tenant isolation, auditability, and compliance standards. This engagement is for the architecture phase only. A separate engineering team will implement under your direction. We are seeking a Principal Infrastructure Architect who has designed secure, compliance-ready multi-tenant SaaS systems in production. This is not a coding role. This is a system design and enforcement role. Critical Requirement (Mandatory): You must have implemented PostgreSQL Row-Level Security (RLS) in production for a multi-tenant SaaS system. If you have not deployed RLS in a live production environment, please do not apply. Current Context: Our existing system enforces tenant isolation primarily at the application layer. This is insufficient for long-term scalability and compliance requirements. We are rebuilding from the ground up with strict enforcement across: - Application layer - Infrastructure layer - Database layer (PostgreSQL RLS) The goal is to establish a defensible, audit-ready architecture that prevents cross-tenant leakage and supports long-term scale. Target Stack (Locked): - Backend: NestJS (Node.js / TypeScript) - Database: PostgreSQL (single database, RLS enforced) - Infrastructure: AWS (ECS Fargate, SQS, S3, Redis, RDS) - Architecture style: Event-driven, multi-tenant SaaS Scope of Work (Architecture Deliverables): 1. Multi-Tenant Isolation Model - PostgreSQL RLS policies, Tenant context propagation (JWT to DB session), Cross-tenant leakage prevention strategy, Internal multi-tenant staff access model 2. Immutable Audit Logging - Append-only audit schema, Before/after JSON state capture, Actor ID, tenant ID, IP logging, Retention and archive strategy 3. Server-Controlled Workflow State Machine - Strict backend-enforced status transitions, Transition validation model, Prevention of frontend mutation 4. Infrastructure Blueprint - ECS autoscaling strategy, Database connection pooling strategy, Queue and worker design (SQS), Backpressure handling, Failure isolation and retry patterns 5. Role & Permission Matrix - Tenant users, Internal staff, Cross-tenant access rules, Defense-in-depth enforcement All deliverables must be written, structured, and implementation-ready. Engagement Structure: - 4-6 week engagement - 15-25 hours per week - Milestone-based payments To Apply, Please Include: 1. Description of a production system where you implemented PostgreSQL RLS 2. How tenant context was enforced between application and database 3. Example of an immutable audit logging architecture you designed 4. Confirmation you are comfortable working within the defined stack
Projekt-ID: 40256342
76 forslag
Projekt på afstand
Aktiv 10 dage siden
Fastsæt dit budget og din tidsramme
Bliv betalt for dit arbejde
Oprids dit forslag
Det er gratis at skrive sig op og byde på jobs
76 freelancere byder i gennemsnit $10 USD/time på dette job

Hello, I have 10 years of experience in architecting secure, compliance-ready multi-tenant SaaS systems I have successfully implemented PostgreSQL Row-Level Security in production systems. I have a strong background in AWS ECS, SQS, and RDS, and understand the importance of tenant isolation and audit logging. My expertise aligns with your project's architecture needs, ensuring database, application, and infrastructure compliance. Regards, VishnuLal NB.*
$20 USD på 40 dage
6,7
6,7

With my name being Mubeen Khan, and CEO of Web Crest, I have been professionally engaged with developing cutting-edge web applications for over a decade and have become an expert in PostgreSQL, Node.js, and Software Architecture - skills that are all integral to carrying out this project exceptionally well. I humourously assert that I pour more detail into my technical architecture than some put into their life plans. My career has seen me build robust, scalable platforms with sophisticated security protocols that align remarkably with the nature of this project. One key area where I stand tall is my experience with PostgreSQL Row-Level Security in a highly regulated, multi-tenant SaaS system - a crucial aspect you've specified for this role. I understand the sensitivity of user-generated data and the gravity of maintaining strict tenant isolation, auditability, and compliance standards. My prior implementation has allowed me to develop an ironclad understanding of these requirements and will enable me to accurately design and enforce them on your platform.
$5 USD på 40 dage
6,5
6,5

Hello, I have carefully reviewed your engagement for a Principal SaaS Infrastructure Architect focused on production-grade multi-tenant isolation using PostgreSQL RLS within a regulated environment. I have designed and guided production multi-tenant SaaS systems where PostgreSQL Row-Level Security (RLS) was enforced at the database layer to eliminate cross-tenant leakage risks and meet compliance requirements. Before proceeding, one architectural clarification: – Will this system require external auditor review (SOC 2 / ISO 27001 / HIPAA equivalent), as this affects documentation depth and logging granularity? Best regards, Apurva Sharma
$10 USD på 40 dage
6,2
6,2

Hi, I will set up, manage and potentially troubleshooting your AWS service to ensure seamless data backup. I have 10 years of expertise in amazon web services. I can set up aws ec2, aws s3 and other amazon products with the best configuration, S3 bucket creation, mounting bucket to different EC2 instances, uploading contents into bucket, Expanding volume in live ec2 instance without data loss, DNS fail over and recovering it from same or different region , Backup of instances, database, volumes, Auto scalingin in which if any of the instance will stop responding then a copy of instance will be loaded so that there will be no down time, Monitoring services, Cloud front, it help us to load contents of website from near by location, Amazon Relational Database Services. Please discuss, Thank you.
$20 USD på 1 dag
5,8
5,8

Greetings, I appreciate the opportunity to apply for this project. You're looking to rebuild a multi-tenant SaaS platform with a strong focus on security and compliance, particularly through PostgreSQL Row-Level Security (RLS). My approach would center on crafting a detailed architecture that ensures tenant isolation at multiple levels—application, infrastructure, and database. In my previous role, I successfully implemented PostgreSQL RLS in a production environment, ensuring tenant context was effectively propagated from JWTs to database sessions. I also designed an immutable audit logging system that captured critical changes while maintaining data integrity, which aligns perfectly with your needs. I'm comfortable working with the specified stack, including AWS and NestJS, and I’m excited to help you create a robust and scalable architecture. Best regards, Saba Ehsan
$5 USD på 40 dage
5,4
5,4

Hello, I am really excited about the opportunity to collaborate with you on this project! It aligns perfectly with my skill set and experience, and I’m confident I can contribute meaningfully to your vision. I genuinely enjoy working on projects like this, and I believe we can create something both functional and visually engaging. Please feel free to check out my profile to learn more about my past work and client feedback. I’d love to connect and discuss the project details further your goals, expectations, and any specific features or ideas you have in mind. The more I understand your vision, the better I can bring it to life. I am ready to get started right away and will put my full energy and focus into delivering quality results on time. My goal is not just to complete the project, but to exceed your expectations and build a long-term working relationship. Looking forward to hearing from you soon! With regards! Abhi
$12 USD på 40 dage
5,2
5,2

Hi, As per my understanding: You are rebuilding a regulated multi-tenant SaaS platform and require architecture-only leadership. The core objective is enforceable tenant isolation using PostgreSQL RLS in production, with strict context propagation from NestJS to DB, immutable auditability, backend-controlled workflows, and AWS ECS–based scalable infrastructure. The outcome must be compliance-ready, defensible, and implementation-ready for your engineering team. Implementation approach: I would design tenant isolation at three layers: JWT-scoped tenant context in NestJS, enforced via SET LOCAL session variables in PostgreSQL, and mandatory RLS policies on every tenant-bound table with default deny. Internal staff access would use scoped bypass roles with explicit policy conditions. Audit logging would be append-only, write-only via triggers capturing before/after JSONB, actor, tenant, IP, and immutable retention rules. Workflow control would be a server-side state machine with guarded transitions. On AWS, I’d define ECS Fargate autoscaling based on queue depth, RDS with connection pooling (PgBouncer), SQS-driven workers with idempotent consumers, and strict failure isolation patterns. Deliverables will be structured architecture docs, policy definitions, and enforcement diagrams. A few quick questions: Expected tenant scale and data volume? Any specific compliance frameworks (SOC2, HIPAA)? Do internal staff require cross-tenant read or write access?
$5 USD på 40 dage
5,1
5,1

As an seasoned AWS expert, I’ve designed, deployed, and managed secure, scalable multi-tenant SaaS platforms on cloud infrastructure like the one you're rebuilding. My experience includes implementing PostgreSQL Row-Level Security (RLS) in live production environments for various organizations. This first-hand practical understanding of RLS will be invaluable for your project. In addition to meeting compliance standards, I have also implemented robust audit logging systems that ensure data integrity. This coupled with my ability to design event-driven, server-controlled workflow state machines will guarantee the defensible, auditable architecture you need. Moreover, my proficiencies in NestJS (Node.js / TypeScript) complement perfectly with the AWS ECS-based architecture you have described. My experience in managing layers from application to database will ensure a comprehensive approach to tenant isolation and cross-tenant leakage prevention. Given this strong alignment between your needs and my capabilities, I am confident in delivering an architecture that’s not just secure but also highly scalable and efficient within your specified timeline and scope of work.
$8 USD på 40 dage
4,6
4,6

I have architected a regulated multi tenant SaaS platform in healthcare where PostgreSQL RLS was enforced in production across a single database with over 200 tenants. Tenant isolation was pushed fully into the database using strict RLS policies with default deny and explicit tenant scoped predicates. No table was accessible without tenant context set at the session level. Tenant context was propagated from signed JWT to the NestJS request scope, then injected into the PostgreSQL session using SET LOCAL with a verified tenant_id and role. All queries ran under enforced RLS. Even internal staff access required elevated session variables and audited overrides. Cross tenant leakage was structurally impossible without breaking policy. For auditability, I designed an append only audit schema with before and after JSON snapshots, actor id, tenant id, request id and IP. Writes were trigger driven and immutable. Logs were streamed to S3 for long term retention and compliance export. On AWS ECS Fargate, I defined autoscaling tied to queue depth and CPU, RDS connection pooling via PgBouncer, SQS worker isolation per workload type, and strict retry and dead letter strategies to prevent tenant impact bleed. I am fully comfortable with NestJS, PostgreSQL RLS, RDS, ECS, SQS, S3 and Redis within an event driven model. Let us align on your compliance targets and begin structuring the blueprint. Let me know if you need system diagrams or prior architecture artifacts to review.
$5 USD på 40 dage
4,4
4,4

HELLO, HOPE YOU ARE DOING WELL! I’ve reviewed your requirement for a Principal Architect to design a compliance-ready multi-tenant SaaS with enforced PostgreSQL RLS, strict tenant isolation, immutable audit logging, and AWS ECS-based infrastructure. I have implemented PostgreSQL Row-Level Security in a live multi-tenant SaaS system where tenant isolation was enforced at the database layer using session-scoped tenant context derived from JWT claims, preventing cross-tenant leakage by policy design rather than application filtering. Tenant context was propagated from the backend into the database session securely per request, and RLS policies were structured to restrict access by tenant ID with controlled internal staff roles. I also designed an append-only audit logging system capturing before and after JSON state, actor ID, tenant ID, and metadata, enforced via database triggers and partitioned for retention and archival. For your engagement, I will deliver a structured RLS isolation model, tenant context enforcement design, immutable audit blueprint, role and permission matrix, and an AWS infrastructure architecture covering ECS scaling, connection pooling, SQS worker isolation, and failure containment. I am fully comfortable working within your defined stack and architecture constraints. I'd like to have a chat with you at least so I can demonstrate my abilities and prove that I'm the best fit for this project. Warm regards, Natan.
$5 USD på 40 dage
3,5
3,5

Hello, I will design a robust architecture for your multi-tenant SaaS platform, emphasizing PostgreSQL Row-Level Security (RLS) and compliance standards. I have extensive experience with similar systems, including a SaaS platform handling sensitive data with strict tenant isolation and auditability. My previous projects involved implementing RLS in production environments, ensuring security and performance. **Solution Approach:** - Define PostgreSQL RLS policies for multi-tenant isolation. - Implement JWT-based tenant context propagation to the database session. - Design an immutable audit logging framework with append-only schemas. - Create a server-controlled workflow state machine for strict status transitions. - Develop an ECS autoscaling strategy with connection pooling and retry patterns. - Establish a comprehensive role and permission matrix for tenant users and internal staff. **Smart Questions:** - What specific compliance standards must the architecture meet? - How do you envision the transition from the current system to the new architecture? - Are there any existing integrations or third-party services we need to consider? I am ready to start this engagement immediately and ensure a solid foundation for your SaaS platform. Let's build a secure, scalable system together.
$10 USD på 40 dage
3,3
3,3

Hello, I can lead the architecture phase for your rebuild and deliver implementation ready specs for strict multi tenant isolation, with PostgreSQL RLS as the enforcement layer, tenant context propagation from JWT through to the database session, and a defensible strategy to prevent cross tenant leakage across app, infra, and DB. I will also define an immutable audit logging design that is append only and compliance friendly, a server controlled workflow state machine that blocks unsafe frontend mutation, and an AWS ECS Fargate blueprint covering scaling, pooling, SQS worker patterns, backpressure, and failure isolation, all aligned to NestJS and your event driven approach. Before I draft the RLS and context model, are you currently using one JWT per tenant user with a tenant claim, and do you prefer setting tenant context via SET LOCAL session variables per request or via separate DB roles per tenant? Let’s discuss detail via chat.
$30 USD på 40 dage
2,6
2,6

Hello, thanks for posting this project. Your focus on defensible, audit-ready architecture and strict tenant isolation aligns strongly with my background architecting secure, compliance-first multi-tenant SaaS systems. I have led the design of enterprise SaaS platforms where PostgreSQL RLS was deployed in production to enforce thorough isolation—down to the row—backed by JWT-derived session context, robust audit trails with JSON diffs, and proactive defense against cross-tenant leakage. My approach always favors clarity, documentation, and repeatable models that engineering teams can deliver with confidence and at scale. Having worked closely with AWS (ECS Fargate, SQS, RDS) and modern event-driven architectures, I am fully comfortable navigating your defined stack. I've designed append-only audit logging systems, implemented strict backend-controlled workflow state machines, and engineered role & permission matrices for highly regulated domains. I look forward to learning more about your current architecture, decision drivers, and compliance targets. Could you share more about your regulatory/compliance frameworks or certifications that the new architecture must achieve or prepare for?
$20 USD på 1 dag
2,4
2,4

Hi there, I am an experienced Principal SaaS Infrastructure Architect with production experience designing multi-tenant systems using PostgreSQL RLS in regulated environments. RLS & Tenant Context: In previous SaaS platforms, I implemented Row-Level Security policies per tenant, propagating tenant context from JWTs to DB sessions via session variables. Application-level tenant checks were supplemented with RLS to prevent cross-tenant leakage. Internal staff access was carefully scoped using separate roles and policy filters. Immutable Audit Logging: I designed append-only audit schemas capturing before/after JSON state, actor ID, tenant ID, IP, and timestamp. Logs were versioned and archived to S3 with retention policies compliant with audit requirements, ensuring immutable, queryable records for regulatory review. Infrastructure & Multi-Tenant Strategy: I’ve built event-driven SaaS architectures on AWS ECS Fargate, with SQS queues, Redis caching, connection pooling strategies for RDS, and autoscaling ECS services. Workflows were enforced server-side with strict state machines to prevent frontend mutations. Role and permission matrices were designed with defense-in-depth enforcement across tenants and internal users. Stack Comfort: Fully comfortable with NestJS, PostgreSQL, RDS, S3, Redis, ECS, and SQS.
$5 USD på 40 dage
2,5
2,5

Hi there! I understand you need a secure, compliant multi-tenant SaaS architecture with PostgreSQL RLS and AWS ECS. Without strict enforcement at the database and infrastructure layers, cross-tenant data leakage and audit gaps can create serious compliance and scalability risks. I have experience designing production SaaS platforms with PostgreSQL RLS, where tenant context is propagated securely from JWT to DB session. I’ve built immutable audit logging schemas capturing before/after JSON states, actor IDs, tenant IDs, and IPs, ensuring full traceability. My architecture designs also include ECS autoscaling, SQS queue management, backpressure handling, and defense-in-depth role/permission matrices. My approach will be to deliver a structured, implementation-ready architecture: multi-tenant isolation, RLS policies, audit logging, server-controlled workflow state machines, and detailed infrastructure blueprints. This ensures compliance, scalability, and maintainability while giving your engineering team a clear guide for execution. check our work https://www.freelancer.com/u/ayesha86664 Would you like me to include a sample RLS and audit logging diagram in the proposal for clarity? Let me know if you’re interested & we can discuss it. Best Regards Ayesha
$5 USD på 40 dage
2,5
2,5

Hi there, I will design a production ready, audit defensible multi tenant architecture for your SaaS platform with strict PostgreSQL RLS enforcement immutable audit logging and hardened AWS ECS infrastructure. My focus will be eliminating cross tenant leakage risks and delivering implementation ready blueprints your engineering team can execute confidently. Since your stack is locked to NestJS, PostgreSQL single DB with RLS and AWS ECS/SQS/RDS I will architect tenant context propagation from JWT to DB session, enforce RLS at the database layer default deny model and design defense in depth controls across application infrastructure and database. Role & Permission Matrix Clear tenant vs internal role separation with RLS aligned access model and database level enforcement beyond application guards. I am comfortable working fully within your defined stack and in an architecture only engagement model with structured, implementation‑ready documentation. Q) Do you require formal threat modeling documentation and compliance mapping SOC2/HIPAA style controls included in the architecture deliverables? I am available for a 4,6 week engagement at 15,25 hours per week and can begin immediately. Best Regards, Usama F
$2 USD på 10 dage
2,2
2,2

Hey — saw your post about needing a SaaS Infrastructure Architect for PostgreSQL RLS, multi-tenant, and AWS ECS. Most teams struggle with getting RLS + schema design right so you don’t end up with painful cross-tenant data leaks or unmanageable migrations later. Quick question before I suggest an approach: Are you planning a single database with strict RLS per tenant, or multiple databases per tenant for isolation and scaling? I’ve designed and scaled multi-tenant SaaS on AWS (PostgreSQL + ECS/Fargate) where RLS, IAM, and deployment pipelines had to be rock-solid from day one. If you can share your current architecture diagram, repo, or a short spec, I’ll review it and let you know what I’d adjust and how I’d approach it.
$5 USD på 7 dage
1,0
1,0

As an accomplished Full-Stack Developer with an emphasis on Web and Mobile applications, I believe I'm uniquely qualified for your Principal SaaS Infrastructure Architect role. Although my experience with PostgreSQL RLS may not be as extensive as other candidates, my deep understanding of multi-layered infrastructure architecture will more than compensate for this. Previously, while working on large-scale systems, I’ve demonstrated my ability to design defensible and auditable architectures while incorporating robust access management strategies. Despite the significant differences between our target stack and my core skills, specifically NestJS (Node.js / TypeScript) and AWS (ECS Fargate, SQS, S3, Redis, RDS), I've consistently delivered exceptional results using technologies and tools that are unfamiliar to me at the outset. As a highly adaptable professional, I look forward to quickly familiarizing myself with the stack and hitting the ground running in this project. My experience in AI/ML integration aligns perfectly with your requirements for a stringent multi-tenant SaaS platform. Implementing LLM-based technologies not dissimilar to those in your target stack has given me considerable exposure to managing sensitive user data, enforcing rigorous security measures, and implementing robust tenant context propagation models.
$5 USD på 40 dage
1,0
1,0

Hello, You need a scalable e-commerce website and synchronized Android app that share catalog, inventory, and orders while delivering a seamless shopping experience with recommendations and push notifications. I’ve developed integrated e-commerce platforms where web and Android apps run on a unified backend with real-time inventory sync, push notifications, secure checkout, and easy admin management—so I’m confident in delivering a reliable and expandable solution tailored to your store. Estimated timeline: 4–6 weeks depending on final platform choice and feature depth. Happy to discuss the best stack for long-term growth. Best regards.
$15 USD på 40 dage
0,8
0,8

Hey Mate , Good morning! I’ve carefully checked your requirements and really interested in this job. I’m full stack node.js developer working at large-scale apps as a lead developer with U.S. and European teams. I’m offering best quality and highest performance at lowest price. I can complete your project on time and your will experience great satisfaction with me. I’m well versed in React/Redux, Angular JS, Node JS, Ruby on Rails, html/css as well as javascript and jquery. I have rich experienced in Typescript, Amazon Web Services, PostgreSQL, Infrastructure Architecture, Software Architecture, Node.js, Database Design and SaaS. For more information about me, please refer to my portfolios. I’m ready to discuss your project and start immediately. Looking forward to hearing you back and discussing all details.. Talk to you soon
$50 USD på 20 dage
0,0
0,0

New Delhi, United Arab Emirates
Betalingsmetode verificeret
Medlem siden okt. 8, 2020
$8-15 USD / time
$2-8 USD / time
$2-8 USD / time
$2-8 USD / time
$2-8 USD / time
₹12500-37500 INR
₹600-1500 INR
$250-750 AUD
$10-30 USD
₹12500-37500 INR
$10-100 USD
$25-50 USD / time
$1500-3000 USD
$2-8 USD / time
$5-10 USD / time
₹1500-12500 INR
₹12500-37500 INR
$250-750 USD
$2-8 USD / time
₹1500-12500 INR
₹600-1500 INR
$30-250 USD
$25-50 USD / time
$30-250 USD
$30-250 USD