Listing Thumbnail

    Supabase on Ubuntu 18.04 LTS | Support by SupportedImages

     Info
    AWS Free Tier
    This product has charges associated with it for seller support. Supabase on Ubuntu 18.04 provides a powerful, open-source alternative to Firebase, enabling rapid backend development with integrated support for authentication, real-time subscriptions, and relational databases. Designed for developers seeking to leverage PostgreSQL, this AMI streamlines the setup process, allowing quick deployment on EC2. Users benefit from the preconfigured environment that ensures optimal performance and security, as well as simplified database management through the Supabase dashboard. Ideal for building modern web and mobile applications, Supabase on Ubuntu 18.04 supports RESTful APIs and enhances productivity with instant scalability. Whether for startups or established enterprises, this AMI empowers teams to innovate faster and manage their data effectively in the cloud.
    Listing Thumbnail

    Supabase on Ubuntu 18.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.

    Overview

    Supabase on Ubuntu 18.04 offers a powerful, open-source alternative to Firebase, providing a high-performance backend for your web and mobile applications. This AMI is pre-configured to facilitate a seamless setup of Supabase, allowing you to focus on developing your applications without the overhead of complex installation processes.

    Key Features

    • Fully Managed Database: Leverage PostgreSQL as your primary database, offering robust features like ACID compliance, rich data types, and advanced querying capabilities.
    • Authentication: Built-in authentication solutions support various sign-in methods, including email/password and third-party OAuth providers.
    • Real-time Capabilities: Stream updates to your application in real time with subscriptions, enhancing user interaction and engagement.
    • Storage: Simplify file uploads and access management with integrated storage solutions tailored for your application needs.
    • API Generation: Automatically generate RESTful APIs from your database schemas, accelerating development and minimizing boilerplate code.

    Benefits

    • Scalability: Designed to grow with your application, effortlessly scaling resources to meet demand fluctuations.
    • Open Source: Enjoy the flexibility and control of using open-source software, with the option to contribute back to the community.
    • Cost-Effective: Reduce infrastructure costs by utilizing this optimized AMI, allowing you to allocate resources more efficiently.

    Use Cases

    • Rapid Prototyping: Quickly set up a backend while focusing on frontend development for MVPs and proof-of-concept applications.
    • Full-Stack Applications: Develop complete applications with user authentication, real-time capabilities, and a robust database layer.
    • Enterprise Applications: Implement scalable and secure solutions while meeting the demands of large audiences.

    Leverage the power of Supabase on Ubuntu 18.04 to build scalable and high-performance applications with ease. Set your development team up for success with this comprehensive solution.

    Try our most popular AMIs on AWS EC2

    Highlights

    • Supabase on Ubuntu 18.04 delivers an open-source alternative to Firebase, enabling developers to effortlessly set up a backend using PostgreSQL. This AMI provides out-of-the-box authentication, real-time capabilities, and easy storage management, allowing for swift application development. By leveraging Supabase, teams can focus on building frontend interfaces while enjoying reliable database support without the complexities of managing infrastructure.
    • This AMI is especially advantageous for developers looking to create MVPs or prototypes rapidly. The fully managed PostgreSQL database scales automatically with your application, ensuring optimal performance. Additionally, Supabase provides essential functionalities like APIs and webhooks, streamlining integration processes and enhancing developer productivity across various projects and use cases, from web and mobile apps to enterprise solutions.
    • Furthermore, deploying Supabase on Ubuntu 18.04 ensures a stable and well-supported environment, compatible with a broad range of development tools and libraries. The comprehensive documentation available empowers developers to quickly troubleshoot and implement advanced features. This AMI is ideal for startups and established businesses aiming to leverage modern technology stacks while minimizing backend development time and maximizing return on investment.

    Details

    Delivery method

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

    Latest version

    Operating system
    Ubuntu 18

    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 18.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.