This is a repackaged open source software product wherein additional charges apply for a pre-installed SonarQube server with kernel and ulimit tuning, Amazon CloudWatch log and metric shipping, AWS Systems Manager integration, SSH hardening, and vendor support.
SonarQube is the leading open-source platform for continuous inspection of code quality and security. This AMI delivers a production-shaped SonarQube Community Edition server with system tuning and AWS-native observability already configured - so your server is monitored and manageable from first boot.
With support for over 30 programming languages and more than 6,000 rules including taint analysis for security, SonarQube detects maintainability, reliability, and vulnerability issues across your entire codebase. It integrates with DevOps platforms such as GitHub, Bitbucket, Azure DevOps, and GitLab.
What Is Included
SonarQube Server (version pinned at build time) installed to /opt/sonarqube, owned by a dedicated no-login sonar user, managed by a systemd unit (sonar.service) and running on Java 21.
PostgreSQL installed locally with a sonarqube database and sonar role pre-created and granted on the database and public schema; sonar.properties pre-pointed at it.
Amazon CloudWatch integration: the CloudWatch Agent ships SonarQube logs (sonar.log, web.log, ce.log, es.log, access.log), PostgreSQL server log, and system/authentication logs to CloudWatch Logs (log groups /solvedevops/sonarqube/*, 30-day retention). CPU, memory, disk, TCP connection, and process metrics are published under the SolveDevOps/SonarQube namespace.
AWS Systems Manager integration: SSM Agent is installed and enabled for Session Manager shell access, Run Command, Patch Manager, and Inventory.
Security hardening: key-only SSH, no root login, no SSH keys or AWS credentials baked into the image, all passwords generated per instance.
Example Use Case: CI/CD Quality Gate Integration
After deploying this AMI, development teams commonly integrate SonarQube into their CI/CD pipeline. When a developer opens a pull request in GitHub or GitLab, the pipeline triggers a SonarQube analysis. SonarQube scans the code for bugs, security vulnerabilities, code smells, and coding standards violations, then reports results back to the pull request. Teams configure quality gates - threshold rules for metrics like code coverage, duplicated lines, and critical issues - so that merges are automatically blocked when code does not meet the defined quality standard. This workflow helps organizations catch and fix issues before code reaches production.
Getting Started
Step 1: On AWS Marketplace, click Subscribe to get started.
Step 2: Launch an Amazon EC2 instance using this AMI. Recommended minimum specifications:
Instance type: t3.medium or equivalent
2 vCPUs
4 GB RAM
Attach an IAM instance profile with the CloudWatchAgentServerPolicy and AmazonSSMManagedInstanceCore managed policies to activate log/metric shipping and Session Manager access. No AWS credentials are stored on the image - the Region is detected at boot.
Step 3: Allow a few minutes after first boot for SonarQube to start and the password reset to complete. Then browse to http://:9000 and log in:
username: admin
password: found in /opt/default-sonar-login.txt
Configuration is in /opt/sonarqube/conf/sonar.properties, logs in /opt/sonarqube/logs, the service unit in /etc/systemd/system/sonar.service, and the CloudWatch configuration in /opt/aws/amazon-cloudwatch-agent/etc/amazon-cloudwatch-agent.d/sonarqube.json. Full root access is provided.
Security Recommendations for Production Deployments
For production use, we recommend the following steps to harden your deployment:
Place the instance in a private subnet behind a reverse proxy or Application Load Balancer configured with TLS/HTTPS to encrypt traffic in transit.
Restrict security group inbound rules to allow port 9000 only from your reverse proxy or internal network - do not expose port 9000 to the public internet.
Change the admin password immediately after first login and enforce strong password policies.
Use AWS Systems Manager Session Manager instead of SSH for shell access to reduce your network attack surface.
Disclaimer
All product and company names are trademarks or registered trademarks of their respective holders.
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.
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 covers 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.
You pay by the hour based on the EC2 instance type you choose to run this SonarQube Community Edition image. The software price is the same across instances; your cost changes with the compute size you select. Options span general-purpose (m3, m4, m5, t2, t3), memory-optimized (r4, r5), and GPU (g5) families. Sizes range from small (medium, large) up to very large (metal, 48xlarge). Larger instances add more CPU, memory, and cost per hour. Billing runs hourly with no upfront commitment, so you scale up or down as needed.
Top-of-mind questions for buyers
What does the hourly software charge cover, and what runs on the instance?
The hourly charge covers a pre-built image running SonarQube Community Edition on Amazon Linux 2. It is a one-click deployment for static code analysis across many programming languages. The software supports connections to common source-control tools. You launch it as an EC2 instance through the AWS Marketplace.
Am I charged for the software when the EC2 instance is stopped?
The hourly software charge meters running time. When the instance is fully stopped, software charges stop accruing. You may still pay underlying AWS storage fees for the attached volume while the instance is stopped, but that is separate from the software price.
How should I pick an instance size for SonarQube?
Choose based on scan volume and team size. General-purpose families (m3, m4, m5, t2, t3) suit typical workloads. Memory-optimized families (r4, r5) suit large codebases needing more RAM. GPU family (g5) suits specialized needs. Larger sizes add CPU and memory at a higher hourly rate. You can change sizes as needs shift.
solvedevops.com
Helpful?
Vendor refund policy
Cancel Anytime
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
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.
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
Updates to the latest Security Patches for SonarQube and Ubuntu Server
Additional details
Usage instructions
Getting Started:
Provision an EC2 instance with the right capacity for your needs.
For smaller installations we suggest; - 8 GB RAM - 20 GB hard disk. For larger sites, m3.xlarge if there are more Projects to assess
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.
Detects maintainability, reliability, and vulnerability issues across codebases with support for over 30 programming languages and more than 6,000 rules including taint analysis for security.
DevOps Platform Integration
Integrates with DevOps platforms including GitHub, Bitbucket, Azure DevOps, and GitLab for CI/CD pipeline quality gate enforcement.
Cloud Observability
Amazon CloudWatch integration ships SonarQube logs (sonar.log, web.log, ce.log, es.log, access.log), PostgreSQL server logs, and system logs to CloudWatch Logs with CPU, memory, disk, TCP connection, and process metrics published under the SolveDevOps/SonarQube namespace.
Infrastructure Management
AWS Systems Manager integration includes SSM Agent for Session Manager shell access, Run Command, Patch Manager, and Inventory capabilities.
Security Hardening
Key-only SSH authentication, disabled root login, no SSH keys or AWS credentials baked into the image, and per-instance password generation.
PBX Platform and Core Components
Debian 12 operating system paired with FreePBX 17 and Asterisk 21 with full Commercial Module support through Sangoma
Web-Based Configuration Interface
Convenient web-based configuration for system management and administration
Endpoint Provisioning and Management
Automatic remote endpoint provisioning and management capabilities
Single-Command System Upgrade
Unique single-command SmartUpgrade system for simplified updates and maintenance
AWS Ecosystem Integration
AWS-specific features and drivers optimized for deployment within the AWS ecosystem
Call Routing and Management
Advanced call routing capabilities including time-based routing, call queues, call parking, and follow-me functionality to forward calls to multiple devices or locations
Interactive Voice Response System
Interactive Voice Response (IVR) functionality to create automated menus that guide callers to appropriate departments or individuals
Call Recording and Compliance
Call monitoring and recording capabilities for compliance, training, and quality assurance purposes with voicemail-to-email functionality
Web-Based Management Interface
Browser-based graphical user interface for managing PBX system configuration and operations with customizable modules available for download and installation
SIP Trunking Integration
Support for Session Initiation Protocol (SIP) trunking to connect with cost-efficient SIP providers for outbound and inbound calls
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.