Listing Thumbnail

    MariaDB 10 On Ubuntu 22.04 Supported by Galaxys

     Info
    Free Trial
    AWS Free Tier
    This is a repackaged open source software product wherein additional charges apply for support provided by Galaxys Unlock the power of a robust and scalable relational database management system with MariaDB 10, now available on Ubuntu 22.04 and fully supported by Galaxys. This AWS Marketplace offering provides a seamless and optimized experience for deploying MariaDB, a leading open-source database, on the latest Ubuntu LTS release.
    Listing Thumbnail

    MariaDB 10 On Ubuntu 22.04 Supported by Galaxys

     Info

    Overview

    This is a repackaged open source software product wherein additional charges apply for support provided by Galaxys Unlock the power of a robust and scalable relational database management system with MariaDB 10, now available on Ubuntu 22.04 and fully supported by Galaxys. This AWS Marketplace offering provides a seamless and optimized experience for deploying MariaDB, a leading open-source database, on the latest Ubuntu LTS release.

    Key Features:

    MariaDB 10: Leverage the capabilities of MariaDB 10, a high-performance, reliable, and feature-rich relational database system. Enjoy enhanced scalability, security, and compatibility with this trusted open-source solution.

    Ubuntu 22.04 Compatibility: Stay on the cutting edge with Ubuntu 22.04 LTS, offering long-term support, performance improvements, and the latest features for a stable and secure operating environment.

    Galaxys Support: Benefit from Galaxys' expertise and support for a worry-free deployment. Our team ensures that your MariaDB instance is running optimally, helping you focus on your applications and business logic.

    Easy Deployment: Streamline your deployment process with a user-friendly setup that gets you up and running quickly. Utilize predefined configurations or customize settings to suit your specific requirements.

    Scalability and Performance: MariaDB on Ubuntu 22.04, supported by Galaxys, is designed to scale effortlessly as your data grows. Enjoy consistent and high-performance database operations for demanding workloads.

    Security Measures: Trust in the security measures integrated into MariaDB, combined with best practices on Ubuntu 22.04, to safeguard your data. Galaxys ensures that your database environment is configured with industry-standard security practices.

    Highlights

    • Cutting-Edge Technology Stack: Stay ahead of the curve with MariaDB 10 on Ubuntu 22.04, combining the latest features of the open-source MariaDB database with the stability and security of the Ubuntu 22.04 LTS operating system. Benefit from a technology stack that empowers your applications and ensures compatibility with evolving industry standards.
    • Seamless Scalability with Galaxys Support: Experience effortless scalability with the support of Galaxys. Our experts are dedicated to optimizing your MariaDB deployment, ensuring it grows seamlessly with your data requirements. Whether you're handling increasing workloads or planning for future expansion, Galaxys support guarantees a smooth and scalable database environment.
    • Robust Security Measures: Trust in the security-first approach of MariaDB 10 on Ubuntu 22.04, supported by Galaxys. With a focus on data protection, encryption, and secure configurations, your database environment is fortified against potential threats. Galaxys provides ongoing support to keep your security measures up-to-date, allowing you to focus on your core business without compromising on data integrity.

    Details

    Delivery method

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

    Latest version

    Operating system
    Ubuntu 22.04

    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.366/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

    Free trial

    Try this product at no cost for 5 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    MariaDB 10 On Ubuntu 22.04 Supported by Galaxys

     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 (577)

     Info
    • ...
    Instance type
    Product cost/hour
    EC2 cost/hour
    Total/hour
    t1.micro
    $0.05
    $0.02
    $0.07
    t2.nano
    $0.05
    $0.006
    $0.056
    t2.micro
    AWS Free Tier
    $0.05
    $0.012
    $0.062
    t2.small
    $0.05
    $0.023
    $0.073
    t2.medium
    $0.10
    $0.046
    $0.146
    t2.large
    $0.10
    $0.093
    $0.193
    t2.xlarge
    $0.20
    $0.186
    $0.386
    t2.2xlarge
    $0.40
    $0.371
    $0.771
    t3.nano
    $0.05
    $0.005
    $0.055
    t3.micro
    AWS Free Tier
    $0.05
    $0.01
    $0.06

    Additional AWS infrastructure costs

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

    Vendor refund policy

    For this offering, Galaxys Cloud does not offer refund, you may cancel at anytime.

    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

    ver 28-01-2024

    Additional details

    Usage instructions

    To connect to an Ubuntu instance on AWS using SSH with the username 'ubuntu', you can follow these three steps:

    Open your Terminal or SSH Client:

    On your local system, open the terminal or SSH client of your choice. You can use the terminal on your operating system if you're on Linux or macOS, or an SSH client like PuTTY if you're on Windows. Use the SSH Command:

    In the terminal, use the SSH command followed by the public IP address of your instance and the username 'ubuntu'. For example:

    ssh -i /path/to/your/private-key.pem ubuntu@your-public-ip-address

    Replace "your-public-ip-address" with the public IP address of your instance. If you're using a private key file, make sure to include the -i option followed by the path to the private key file. Enter your Password or Private Key:

    Note: Depending on your instance's configuration, you may be prompted to enter a password or select your private key for authentication.

    For more information: Connect to your instance, see the AWS EC2 documentation: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html 

    Support

    Vendor support

    Remote support seller@galaxys.cloud 

    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.