Listing Thumbnail

    Supabase on CentOS 9 | Support by SupportedImages

     Info
    AWS Free Tier
    This product has charges associated with it for seller support. Supabase on CentOS 9 provides a powerful and scalable backend solution designed for modern web and mobile applications. This Amazon Machine Image (AMI) allows you to effortlessly deploy a dynamic database, authentication, and real-time subscriptions using PostgreSQL, making it ideal for developers looking to enhance productivity. With its easy-to-use interface, you can set up your API in minutes and enjoy built-in features such as storage, edge functions, and SQL queries. Suitable for startups and established businesses alike, this AMI enables rapid application development while ensuring high availability and performance. Leverage the robustness of CentOS 9 along with the comprehensive functionality of Supabase to deliver seamless user experiences and drive innovation in your projects.
    Listing Thumbnail

    Supabase on CentOS 9 | 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.

    Supabase on CentOS 9 provides a powerful and efficient backend-as-a-service solution, streamlining the process of building scalable applications. With this AMI, developers can easily deploy, maintain, and manage their Supabase instances on a reliable CentOS 9 environment.

    Features:

    • Instant Setup: Quick and simple deployment of Supabase, enabling developers to get started immediately.
    • PostgreSQL Database: Comes with a fully managed PostgreSQL database, ensuring data integrity and availability.
    • Real-time Capabilities: Built-in support for real-time subscriptions, allowing applications to react to changes in data instantly.
    • User Authentication: Comprehensive authentication features, including sign-up, login, and session management, ensuring secure access to applications.
    • Storage Solutions: Easily manage file storage and retrieval without the hassle of setting up additional infrastructure.

    Benefits:

    • Scalability: Designed to grow with your application, allowing for easy scaling of resources as demand increases.
    • Cost-Effective: Enjoy the advantages of open-source software while having the option for extended technical support.
    • Developer-Friendly: Simplifies the backend processes, letting developers focus on building features rather than managing infrastructure.
    • Community Support: Leverage a vibrant community for troubleshooting and feature enhancements.

    Use Cases:

    • Web Applications: Ideal for creating interactive web applications that require robust database and authentication support.
    • Mobile Apps: Streamlined backend solution for mobile applications needing real-time data sync and user management.
    • Prototyping: Quickly prototype ideas and MVPs without concerning yourself with backend complexities.
    • E-Commerce Platforms: Build feature-rich e-commerce applications with enhanced data management and user experience.

    This Supabase on CentOS 9 AMI empowers developers to harness the full potential of Supabase while benefiting from the stability and performance of the CentOS environment. Launch your projects with confidence and ease.

    Try our most popular AMIs on AWS EC2

    Highlights

    • Supabase on CentOS 9 offers a robust open-source backend solution, providing real-time capabilities, authentication, and a database built on PostgreSQL. This AMI takes advantage of CentOS 9's stability and security features, ensuring a reliable environment for developers to deploy applications rapidly. Ideal for startups and larger enterprises, it simplifies the backend setup, allowing teams to focus on building high-quality, scalable applications.
    • With Supabase on CentOS 9, users benefit from seamless integration with various development tools and frameworks. Built-in functionality for managing API endpoints and real-time subscriptions enhances application interactivity. This package is equipped with comprehensive documentation and support, making it easy to set up and modify as needed. Developers can leverage its simplified process for user authentication and database management.
    • This AMI serves as an excellent choice for developers looking to leverage cloud resources efficiently. It enables rapid testing and deployment of projects, from prototypes to production-ready applications. Companies can scale their infrastructure with minimal effort while maintaining performance and efficiency. With Supabase on CentOS 9, cloud-based application development becomes faster, more accessible, and highly reliable.

    Details

    Delivery method

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

    Latest version

    Operating system
    CentOs 9

    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 CentOS 9 | 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 'ec2-user'.

    OS commands via SSH: SSH as user 'ec2-user' 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.