cloud
Please help me to setup supabase on AWS using cloudfornation script, as I am new in AWS and not able to understand end to end setup and what changes need to do to get proper access ,also not able to understand how to access supabase after deployment
10 Replies
I'm not sure how in depth a tutorial this is, but the docs for self-hosting are here: https://supabase.com/docs/guides/self-hosting and they have a link for a AWS CloudFormation template. As for how to access it after deployment, the server that gets started with the docker containers is the deployment. You call the database through postgres just like any other database server
Self-Hosting | Supabase Docs
Host Supabase on your own infrastructure.
I got jwt key from secrete manager but facing access anon key
As on studio I didn't find any way to get db credentials
credentials to the database from the studio you go to Project Settings (gear icon) > Database
everything secret is there except for the database password - that one you can only see when you set it

There no setting option available

I’m not sure how to help with this, but I’m sure there’s some docs on the Kong API.
Could you please help to find out some who can able to solve it.I want to deploy it on production
Not sure why you are asking another user to help find a user to help... This is a user helping user forum mainly so you are dependent on a user noticing your question and responding.
I don't know self-hosting either but I believe the docs say you have to generate your own keys for anon/service_role.
https://supabase.com/docs/guides/self-hosting/docker
https://supabase.com/docs/guides/self-hosting/docker
Self-Hosting with Docker | Supabase Docs
Learn how to configure and deploy Supabase with Docker.
