Listing Thumbnail

    Supabase on Ubuntu 22.04 LTS | Support by SupportedImages

     Info
    AWS Free Tier
    This product has charges associated with it for seller support. Supabase on Ubuntu 22.04 delivers a robust backend-as-a-service solution that simplifies database management and facilitates real-time functionality for modern web applications. Tailored for developers and businesses looking to accelerate their projects, this AMI enables quick deployment of a fully functional Supabase instance on an Ubuntu 22.04 environment. Features include seamless integration with PostgreSQL, extensive authentication options, and support for various storage solutions. Ideal for startups, MVPs, and enterprises, this AMI allows you to reduce development time and operational overhead while leveraging the power of open-source technologies. Enhance your cloud applications with reliable performance and scalability, ensuring that your backend is ready to handle growth and complexity as your user base expands.
    Listing Thumbnail

    Supabase on Ubuntu 22.04 LTS | 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 Ubuntu 22.04 is a powerful, open-source backend as a service (BaaS) that leverages PostgreSQL, enabling developers to build scalable applications rapidly. This AMI provides an optimized deployment environment for Supabase, enabling seamless configuration and management.

    Features:

    • Fully Managed PostgreSQL Database: Enjoy the advantages of a relational database with real-time capabilities, making it perfect for data-driven applications.
    • Authentication & Authorization: Robust authentication mechanisms are built-in, allowing developers to easily manage user access and secure their applications.
    • Storage Management: API-driven object storage to manage files and media directly from your applications with high availability.
    • Real-Time Subscriptions: Leverage real-time features with WebSocket support to build interactive applications without complex setups.
    • Instant API Generation: Automatically generate RESTful and GraphQL APIs from your database schema for easier integrations.

    Benefits:

    • Rapid Development: Reduce time to market with built-in features that allow developers to focus on building business logic rather than backend complexity.
    • Scalability: Easily scale your application as demand grows, with the underlying power of PostgreSQL ensuring performance under load.
    • Customizability: Tailor your environment to meet specific needs, thanks to a robust set of open-source tools and plugins available in the ecosystem.
    • Security: Benefit from strong security practices with built-in features that enhance data protection and user privacy.

    Use Cases:

    • Web & Mobile Applications: Build robust applications that require real-time data synchronization and user authentication.
    • Prototype & MVP Development: Quickly iterate on ideas with a flexible backend that allows for rapid experimentation without heavy infrastructure overhead.
    • Data-Driven Applications: Perfect for applications that require complex queries and data manipulation, utilizing the power of PostgreSQL.

    Deploy Supabase on Ubuntu 22.04 within your AWS EC2 environment to power your next application with ease and efficiency.

    Try our most popular AMIs on AWS EC2

    Highlights

    • Supabase on Ubuntu 22.04 provides a powerful open-source alternative to traditional database management systems, combining PostgreSQL with a host of modern features. This AMI is optimized for performance and reliability, enabling developers to leverage real-time capabilities, authentication, and storage services without the complexity of setting up and managing multiple components. It simplifies backend development, allowing teams to focus on building applications faster.
    • With a pre-configured environment tailored for Supabase, this AMI facilitates rapid deployment and scaling of applications in the cloud. Developers can take advantage of its built-in RESTful API and PostGraphile integration, enabling seamless data interaction. Additionally, it supports various client frameworks, making it an ideal choice for web and mobile developers seeking to implement robust database solutions effortlessly.
    • This AMI is ideal for startups and established businesses alike looking to innovate rapidly with minimal overhead. Its ease of use and comprehensive documentation empower teams to harness the advantages of a serverless architecture. By providing a streamlined backend development experience, organizations can focus on delivering high-quality applications while benefiting from the scalability and flexibility of AWS resources.

    Details

    Delivery method

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

    Latest version

    Operating system
    Ubuntu 22

    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 Ubuntu 22.04 LTS | 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 'ubuntu'.

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