Listing Thumbnail

    SonarQube on Ubuntu Server 22.04 LTS

     Info
    Deployed on AWS
    AWS Free Tier
    This product has charges associated with it for support. SonarQube is an open-source tool that assists in code quality analysis and reporting.

    Overview

    SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality. It performs automatic code reviews using static analysis to detect bugs, security vulnerabilities, and code smells across your codebase. With support for over 30 programming languages and more than 6,000 built-in rules, SonarQube provides comprehensive coverage for diverse development environments.

    SonarQube delivers detailed reports on detected issues, their severity levels, and actionable guidance for remediation - helping development teams maintain clean, secure, and maintainable code.

    Key Capabilities

    • Continuous Code Inspection - Automatically analyze code quality on every commit, identifying bugs, vulnerabilities, and code smells before they reach production.
    • Quality Gates - Define pass/fail criteria for your codebase and enforce standards across your team, ensuring only code that meets your quality thresholds gets merged.
    • Pull Request Analysis - Integrate with your existing workflow to inspect code changes across project branches and pull requests, catching issues at the earliest stage.
    • Multi-Language Support - Analyze projects written in over 30 programming languages with more than 6,000 rules covering reliability, security, and maintainability.
    • DevOps Integration - Connect with GitHub, GitLab, Azure DevOps, Bitbucket, and Jenkins to embed code quality checks directly into your CI/CD pipelines.
    • Security Vulnerability Detection - Identify security hotspots and vulnerabilities in your source code with dedicated security-focused analysis rules.

    Why Deploy on AWS with This AMI?

    • Pre-Configured for AWS - Launch a ready-to-use SonarQube instance on EC2 without manual installation or configuration of the underlying software stack.
    • Ubuntu 22.04 LTS Foundation - Built on a long-term support Ubuntu release for stability and extended security update availability.
    • <li> <strong>Scalable Infrastructure</strong> - Run on the EC2 instance type that matches your workload, scaling compute and memory as your codebase and team grow. </li>

    Getting Started

    1. Subscribe to this AMI listing on AWS Marketplace.
    2. Launch an EC2 instance using the AMI in your preferred AWS region.
    3. Configure your security group to allow access to the SonarQube web interface.
    4. Access the SonarQube dashboard and begin onboarding your projects.
    5. Integrate with your CI/CD pipeline to enable continuous code inspection.

    Disclaimer - This AMI contains free and open-source software. All software and trademarks used in this AMI are the exclusive property of their respective owners. AskforCloud LLC does not offer commercial licenses of the product mentioned above.

    SONARQUBE is a registered trademark of SonarSource SA. SonarQube is distributed under the GNU Lesser GPL License, Version 3.

    Highlights

    • Askforcloud LLC simplifies cloud adoption with ready-to-deploy AMIs built for speed, security, and performance. Empower your workloads with scalable, reliable, and efficient cloud solutions designed for seamless deployment.
    • Pre-configured SonarQube AMI on Ubuntu 22.04 LTS ready to launch on AWS. Skip manual installation and configuration - deploy a working continuous code inspection platform backed by paid support and maintenance from AskforCloud. Analyze code quality, detect bugs, security vulnerabilities, and code smells with static analysis covering 30+ programming languages and over 6,000 built-in rules.
    • Super-fast analysis gets you actionable Clean Code metrics in minutes instead of hours.

    Details

    Delivery method

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

    Latest version

    Operating system
    Ubuntu Server 22.04 LTS

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    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

    SonarQube on Ubuntu Server 22.04 LTS

     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.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (323)

     Info
    • ...
    Dimension
    Cost/hour
    t2.medium
    Recommended
    $0.03
    t3.micro
    $0.03
    t2.micro
    $0.03
    r5a.large
    $0.06
    m5n.xlarge
    $0.06
    m6id.2xlarge
    $0.09
    i4i.large
    $0.06
    i4i.8xlarge
    $0.12
    r4.4xlarge
    $0.12
    m3.xlarge
    $0.06

    Vendor refund policy

    The EC2 instance can be terminated at anytime to stop incurring charges or you may cancel at anytime. No refund available for this offer.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    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

    Updated SonarQube to version 9.9.0.65466 on Ubuntu Server 22.04.5 LTS for improved code quality analysis, stability, and secure development workflows.

    Additional details

    Usage instructions

    To connect to instance using SSH please refer: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html  Username -ubuntu

    Usage instructions :

    • The operating system does not save sensitive information for users/customers.
    • There are no data encryption techniques set for current AMI.
    • Disabled password-based remote logins for the root user.
    • PermitRootLogin is set to without-password. (Location : sshd_config)
    • The current AMI does not contain authorized_keys and password.
    • Users can launch instances of AMI with a key pair and log in without requiring a root password.
    • Navigate to your Amazon EC2 console and verify that you're in the correct region.
    • Choose Instance and start using launched instance.

    SonarQube Usage instructions :

    • Restart the SonarQube server: sudo systemctl start sonar
    • Start the SonarQube service : sudo systemctl start sonar
    • Check the status of the service : sudo systemctl status sonar
    • Enable the service to start automatically at boot : sudo systemctl enable sonar
    • SonarQube's default port is 9000
    • Access the Sonarqube at : http://<Public_IP>:9000 Note - Check default login credentials , Run command "cat /opt/credentials.txt" WARNING! SonarQube ships with a default administrator username and password. This default password is not secure, so you want to update it.

    Resources

    Vendor resources

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