Listing Thumbnail

    Hades Database Management

     Info
    Sold by: codbex 
    Deployed on AWS
    Hades is your ultimate solution for comprehensive database management. It includes all the necessary features to streamline your database operations. From database modeling and management to data transfer and import/export capabilities, Hades Edition equips database administrators with the tools they need to efficiently manage their data infrastructure.

    Overview

    The Hades Edition of the codbex platform is your ultimate solution for comprehensive database management. With a focus on PostgreSQL, MySQL, H2, SAP HANA, Snowflake, and more, the Hades Edition includes all the necessary features to streamline your database operations. From database modeling and management to data transfer and import/export capabilities, Hades Edition equips database administrators with the tools they need to efficiently manage their data infrastructure.

    Highlights

    • database management
    • database migration

    Details

    Sold by

    Delivery method

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

    Latest version

    Operating system
    AmazonLinux Amazon Linux 2023

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    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

    Hades Database Management

     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.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (66)

     Info
    Dimension
    Cost/hour
    c5.large
    Recommended
    $0.00
    g2.2xlarge
    $0.00
    m5n.large
    $0.00
    m3.large
    $0.00
    m6id.large
    $0.00
    m1.large
    $0.00
    c3.2xlarge
    $0.00
    m6idn.large
    $0.00
    i3.large
    $0.00
    inf1.2xlarge
    $0.00

    Vendor refund policy

    N/A

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    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.

    Additional details

    Usage instructions

    Overview

    Upon launching the instance, the Hades Service hades.service starts automatically and ensures the application is running. The application is accessible via the HTTP protocol on ports 80 and 8080.

    By default, the application uses the following credentials for authentication:

    • username: admin
    • password: the initial password is the ID of your EC2 instance.

    These credentials can be updated by adding environment variables to the file /home/ec2-user/hades/hades-environment on the instance.

    Updating Default Credentials

    To update the default credentials:

    • Set the environment variables DIRIGIBLE_BASIC_USERNAME and DIRIGIBLE_BASIC_PASSWORD in the /home/ec2-user/hades/hades-environment file. Note that both variable values must be Base64-encoded.
    • After adding the environment variables, restart the Hades Service.

    Here is an example script which could be used as "User data" (under "Advanced details") in the EC2 instance provisioning UI:

    #!/bin/bash USER=demo PASSWORD=demo # Base64 encode the credentials ENCODED_USERNAME=$(echo -n $USER | base64) ENCODED_PASSWORD=$(echo -n $PASSWORD | base64) # Set user and password variables to env file echo DIRIGIBLE_BASIC_USERNAME=$ENCODED_USERNAME | tee -a /home/ec2-user/hades/hades-environment echo DIRIGIBLE_BASIC_PASSWORD=$ENCODED_PASSWORD | tee -a /home/ec2-user/hades/hades-environment # Restart the hades service sudo systemctl restart hades.service

    Support

    Vendor support

    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 review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.