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
Nate
Nate2y ago
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.
sheetalshevalkar
sheetalshevalkarOP2y ago
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
Nate
Nate2y ago
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
sheetalshevalkar
sheetalshevalkarOP2y ago
No description
sheetalshevalkar
sheetalshevalkarOP2y ago
There no setting option available
sheetalshevalkar
sheetalshevalkarOP2y ago
No description
Nate
Nate2y ago
I’m not sure how to help with this, but I’m sure there’s some docs on the Kong API.
sheetalshevalkar
sheetalshevalkarOP2y ago
Could you please help to find out some who can able to solve it.I want to deploy it on production
garyaustin
garyaustin2y ago
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
Self-Hosting with Docker | Supabase Docs
Learn how to configure and deploy Supabase with Docker.
garyaustin
garyaustin2y ago
No description

Did you find this page helpful?