Listing Thumbnail

    Supabase on Oracle Linux 8 | Support by SupportedImages

     Info
    AWS Free Tier
    This product has charges associated with it for seller support. Supabase on Oracle Linux 8 is a powerful open-source backend-as-a-service platform that enables developers to create and scale applications rapidly. By leveraging the reliability and performance of Oracle Linux 8, this AMI provides a stable and secure environment for your Supabase projects. Key features include real-time database capabilities, authentication services, and a user-friendly API, making it ideal for web and mobile applications. With seamless integration to PostgreSQL, developers can effortlessly manage their data and build robust applications without the overhead of server management. Supabase on Oracle Linux 8 is perfect for startups, enterprise applications, and developers looking to accelerate their time-to-market while ensuring high performance and security in their deployments.
    Listing Thumbnail

    Supabase on Oracle Linux 8 | 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 Oracle Linux 8 provides a powerful, open-source alternative to traditional database solutions, allowing users to build and scale applications with ease. This AMI comes pre-configured with Supabase, the backend-as-a-service platform that integrates seamlessly with PostgreSQL, providing real-time capabilities for web and mobile applications.

    Key Features:

    • PostgreSQL Database: Utilizes a robust PostgreSQL database, ensuring reliability and performance for data handling.
    • API Generation: Instantly generate RESTful APIs from your database schemas, facilitating rapid application development.
    • Real-time Subscriptions: Supports real-time functionality for applications, enabling live updates and data synchronization.
    • Authentication: Built-in authentication services that enable secure user management with third-party providers like Google and GitHub.
    • Storage Solutions: Integrated file storage capabilities make it easy to manage assets and media.

    Benefits:

    • Ease of Deployment: Quickly deploy your Supabase environment on Oracle Linux 8, eliminating the overhead of manual configuration.
    • Scalability: Designed to handle growing workloads and user bases, making it ideal for startups and enterprise-level applications alike.
    • Community Support: Leverage the vibrant Supabase community for continuous improvement and access to a wealth of resources.
    • Cost Efficiency: Minimize overhead costs with an open-source solution while benefiting from optional extended support.

    Potential Use Cases:

    • Rapid Prototyping: Ideal for developers looking to quickly prototype features and applications without the need for extensive infrastructure.
    • Web and Mobile Apps: Build powerful backend solutions for web and mobile applications that require dynamic data handling and user interaction.
    • Data-Driven Applications: Perfect for startups and businesses that depend on data collection and real-time analytics.

    Deploy Supabase on Oracle Linux 8 for a sophisticated, high-performance backend solution that streamlines application development and enhances user experience.

    Try our most popular AMIs on AWS EC2

    Highlights

    • Supabase on Oracle Linux 8 offers a fully managed backend that empowers developers to build applications rapidly. With features like real-time database updates and built-in authentication, users can focus on coding rather than infrastructure. The AMI provides a seamless setup experience, ensuring developers have the critical components required to launch their projects without the complexity of managing their own database systems.
    • This AMI integrates efficiently with the Oracle Linux environment, allowing users to leverage the stability and security that the OS provides. It is optimized for performance and reliability, making it an ideal choice for enterprises and developers looking to deploy scalable web applications. The combination of Supabase's capabilities and Oracle's robust platform ensures that applications can handle increased loads gracefully.
    • Supabase on Oracle Linux 8 is perfect for use cases such as real-time collaborative applications, content management systems, and dashboards that require robust backend infrastructure. The ease of integration with various front-end frameworks allows for a flexible development process, enabling teams to deliver high-quality applications quickly. With comprehensive documentation and strong community support, users can effectively troubleshoot and enhance their projects.

    Details

    Delivery method

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

    Latest version

    Operating system
    OtherLinux 8

    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 Oracle Linux 8 | 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 (gp3) volumes
    $0.08/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.