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 launch. This listing packages SonarQube Community Edition on Amazon Linux, and billing scales with the compute size you choose. Options span general-purpose families (t2, t3, m3, m4, m5), memory-optimized families (r4, r5), and storage-optimized families (d2, d3), plus bare-metal choices (m5.metal, r5.metal). Within each family, sizes range from small (large, medium) up to very large (24xlarge). Larger instances carry higher hourly rates. You match the instance to your workload, and you can start or stop usage anytime since billing is hourly.
Top-of-mind questions for buyers
What does the hourly rate cover, and what does the software actually include?
The hourly rate covers a preconfigured machine image running SonarQube Community Edition on Amazon Linux 2. It supports over 29 programming languages and static code analysis. The rate is separate from AWS infrastructure charges for the EC2 instance, storage, and network you run.
Am I charged when I stop the EC2 instance running SonarQube?
Hourly software charges meter running time only. When you stop the instance, software charges stop accruing. Stopped instances may still incur AWS storage fees for attached volumes, but the software licence bills only for running hours. You can start or stop usage anytime.
Why are there so many instance types, and how do I pick one?
Each dimension maps to one EC2 instance type with fixed CPU and memory. You match the instance to your codebase size and scan load. General-purpose families suit typical projects, memory-optimized families suit large analyses, and storage-optimized families suit heavy disk use. Larger sizes carry higher hourly rates.
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 Amazon Linux 2
Additional details
Usage instructions
Getting Started: 1. Provision an EC2 instance with the right capacity for your needs. For smaller installations we suggest; - 4 GB RAM - 20 GB hard disk. For larger sites, m3.xlarge if there are more Projects to assess 2. Access the web portal at: http://ip.adderss.of.instance:9000 e.g. (http://1.2.3.4:9000). The default Username is admin and password is the ID of your EC2 instance. e.g. (i-1234567890abcdef0) 3. Enjoy
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.
Supports over 30 programming languages with more than 6,000 rules including taint analysis for security vulnerability detection across codebases
DevOps Platform Integration
Integrates with GitHub, Bitbucket, Azure DevOps, and GitLab for CI/CD pipeline quality gate enforcement
Cloud Observability and Monitoring
Amazon CloudWatch integration ships SonarQube logs and PostgreSQL server logs to CloudWatch Logs with CPU, memory, disk, TCP connection, and process metrics published under SolveDevOps/SonarQube namespace
AWS Systems Manager Integration
SSM Agent installed and enabled for Session Manager shell access, Run Command, Patch Manager, and Inventory capabilities
Pre-configured Database and Runtime
PostgreSQL database with pre-created sonarqube database and sonar role, SonarQube server running on Java 21 with kernel and ulimit tuning applied
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.