Listing Thumbnail

    Supabase on Debian 11 | Support by SupportedImages

     Info
    AWS Free Tier
    This product has charges associated with it for seller support. Supabase on Debian 11 is a powerful, open-source backend-as-a-service platform that brings features such as real-time database, authentication, and instant APIs to your applications. Deployable on AWS EC2, this AMI provides a streamlined environment to launch and manage Supabase services efficiently. With easy installation and configuration, developers can quickly set up databases using PostgreSQL, implement user authentication, and utilize built-in storage solutions, all while benefiting from the reliability of Debian 11. Ideal for startups and enterprises looking to accelerate development, this AMI enables teams to focus on building their applications without the overhead of backend management. Optimize performance, simplify collaboration, and scale seamlessly with the robust features of Supabase at your fingertips.
    Listing Thumbnail

    Supabase on Debian 11 | Support by SupportedImages

     Info

    Overview

    Play video

    This is a repackaged open source software wherein additional charges apply for extended support with a 24 hour response time.

    Deploy Supabase seamlessly on Debian 11 with this pre-configured AMI, designed for developers looking to build fast and scalable backend applications. Supabase is an open-source Firebase alternative that provides a robust set of tools for database management, authentication, and real-time subscriptions, all integrated into your applications.

    Features:

    • Fully Managed Database: Leverage PostgreSQL with built-in support for advanced features like full-text search and data replication.
    • Authentication: Simplify user management with ready-to-use authentication solutions, including email, social logins, and multi-factor authentication.
    • Real-time Capabilities: Enable real-time functionality with subscriptions, allowing applications to respond to changes instantly.
    • Storage Solutions: Store and serve user-generated content with easy-to-use APIs for managing files and images.
    • API Generation: Automatically generate RESTful APIs based on your schema, speeding up development and reducing boilerplate code.
    • User-Friendly Dashboard: Access a modern interface for managing database tables, users, and settings with efficiency.

    Benefits:

    • Rapid Development: Decrease time to market by utilizing pre-configured components for database and API development.
    • Scalability: Built on PostgreSQL, ensuring your applications can grow alongside your user base without compromising performance.
    • Community Support: Tap into the active Supabase community for resources, guidance, and shared best practices.

    Use Cases:

    • Web and Mobile Applications: Ideal for startups and enterprises needing quick backend setups for web applications, mobile apps, or MVPs.
    • Prototyping: Quickly iterate on application ideas without the overhead of managing infrastructure.
    • Data-driven Applications: Perfect for applications requiring real-time data updates, such as social media platforms, collaborative tools, or dashboards.

    Deploy this Supabase AMI on Debian 11 and take advantage of its powerful features to accelerate your application development process while enjoying the support and reliability you need in a production environment.

    Try our most popular AMIs on AWS EC2

    Highlights

    • Supabase on Debian 11 offers a powerful open-source alternative to Firebase, enabling rapid development of applications. With its built-in PostgreSQL database, users can benefit from robust, relational data management, real-time subscriptions, and authentication mechanisms. The easy deployment through the EC2 cloud allows developers to scale seamlessly and leverage the flexibility of Debian 11 for consistent and secure performance in production environments.
    • This AMI provides a streamlined setup process, reducing the complexity of installing and configuring the Supabase stack. With tools such as pgAdmin, users can manage databases graphically, while RESTful APIs and instant GraphQL support empower developers to build modern applications efficiently. Supabase on Debian 11 establishes a competitive edge by combining powerful features with an intuitive user experience.
    • Additionally, this solution caters to varied use cases, from building MVPs (Minimum Viable Products) to developing full-scale applications. The integration with GitHub and support for CI/CD workflows streamline team collaborations and app deployments, ensuring that developers maximize productivity. Whether for startups or enterprises, Supabase on Debian 11 provides developers with the resources necessary to innovate and implement powerful cloud-based applications effectively.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Debian 11

    Typical total price

    This estimate is based on use of the seller's recommended configuration (t3.xlarge) in the US East (N. Virginia) Region. View pricing details

    $0.446/hour

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Supabase on Debian 11 | Support by SupportedImages

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covering your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (601)

     Info
    • ...
    Instance type
    Product cost/hour
    EC2 cost/hour
    Total/hour
    t1.micro
    $0.07
    $0.02
    $0.09
    t2.nano
    $0.07
    $0.006
    $0.076
    t2.micro
    AWS Free Tier
    $0.21
    $0.012
    $0.222
    t2.small
    $0.07
    $0.023
    $0.093
    t2.medium
    $0.14
    $0.046
    $0.186
    t2.large
    $0.14
    $0.093
    $0.233
    t2.xlarge
    $0.28
    $0.186
    $0.466
    t2.2xlarge
    $0.56
    $0.371
    $0.931
    t3.nano
    $0.07
    $0.005
    $0.075
    t3.micro
    AWS Free Tier
    $0.07
    $0.01
    $0.08

    Additional AWS infrastructure costs

    Type
    Cost
    EBS General Purpose SSD (gp2) volumes
    $0.10/per GB/month of provisioned storage

    Vendor refund policy

    Fees for this product are not refundable. The instance can be terminated at any time to stop incurring charges.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    System Updates

    Additional details

    Usage instructions

    Once the instance is running, connect to it using a Secure Shell (SSH) client with the configured SSH key. The default username is 'admin'.

    OS commands via SSH: SSH as user 'admin' to the running instance and use sudo to run commands requiring root access.

    -Navigate to docker folder cd supabase/docker -Start services docker compose up -d -Check status of services docker compose ps -To access Supabase Studio through the API gateway on port 8000 http://yourip:8000  default username: supabase default password: [instance_id]

    -Accessing Postgresql psql 'postgres://postgres.your-tenant-id:[instance_id]@localhost:5432/postgres'

    Default passwords of [instance_id] can be changed in the file supabase/docker/.env

    Support

    Vendor support

    Email support for this AMI is available through the following: https://supportedimages.com/support/  OR support@supportedimages.com 

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to write a review for this product.