![]() |
|
[Ubuntu News] Attach an Ubuntu Pro subscription to your AWS Image Builder image - Printable Version +- Sick Gaming (https://sickgaming.net) +-- Forum: Computers (https://sickgaming.net/forum-86.html) +--- Forum: Linux, FreeBSD, and Unix types (https://sickgaming.net/forum-88.html) +--- Thread: [Ubuntu News] Attach an Ubuntu Pro subscription to your AWS Image Builder image (/thread-113238.html) |
[Ubuntu News] Attach an Ubuntu Pro subscription to your AWS Image Builder image - xSicKxBot - 09-21-2026
Share the article We are pleased to announce that you can now attach an Ubuntu Pro subscription directly to any base image in AWS Image Builder, allowing you to create enterprise-grade custom images from the get go. Why this is important Until now, getting Ubuntu Pro into a custom AMI (Amazon Machine Image) meant either starting from an Ubuntu Pro base image or manually applying a token during the build. You can now attach an Ubuntu Pro subscription to any base image directly in your build pipeline even if the base image is a non-Ubuntu Linux image. This unlocks simpler and more flexible AMI builds: add Ubuntu Pro as just another component to the recipe, with no manual steps required. This makes Ubuntu Pro straightforward to integrate into CI/CD pipelines and automated provisioning workflows. Quote:Note: Attaching Ubuntu Pro to a non-Ubuntu host only licenses the cluster to run Ubuntu Pro containers. It does not give the host access to Ubuntu Pro services like Expanded Security Maintenance, compliance hardening, or Kernel live patching. Before you begin Make sure you have the following in place:
How to get it Step 1: Subscribe to the marketplace listing Subscribe to the component that matches your target architecture:
Step 2: Create or edit an image recipe You can do this using the AWS Web Console or the AWS CLI. The overall flow is the same:
If you are using the AWS Web console, open the Source dropdown and select AWS Marketplace. This will display all available Marketplace components. Search for Ubuntu Pro and select the component that matches your base AMI architecture (AMD64 or ARM64). If you are using AWS CLI, you will need to take note of the Ubuntu Pro component ARN to use it in your API call. Step 3: Continue with the rest of the details as usual The next step should be familiar: configure custom workflows, infrastructure details, and distribution settings. Step 4: Build and distribute Once you have added the Ubuntu Pro component to your recipe, the rest of the workflow follows the instructions of the standard Image Builder:
Once the image is built, the Ubuntu Pro subscription will be attached to the resulting AMI as instance metadata. If your base image is Ubuntu and the Pro client is installed, the default Ubuntu Pro services will be activated on the next boot. If you want to learn more in detail about how to build a recipe with the Ubuntu Pro component, read more in our official documentation page. Validating your license To confirm the Ubuntu Pro license was attached correctly, check whether the right Marketplace product code is present on your AMI. Using the AWS console Go to EC2 → AMIs, select your AMI, and look at the Product codes field in the details panel below. You should see one of the following:
Using the AWS CLI Code: [code]aws ec2 describe-images \
--owners self \
--query 'Images[*].{ImageId: ImageId, Name: Name, ProductCodes: ProductCodes[*].ProductCodeId}' \
--output text[/code]Learn more
Related posts ![]() Beyond the 10-year mark: Extending Ubuntu Pro 16.04 LTS security coverage A decade ago, Canonical launched Ubuntu 16.04 LTS (codenamed “Xenial Xerus”). As a Long-Term Support (LTS) release, it comes with 5 years of standard security coverage, which... Carlos Bravo 17 September 2026 ![]() Arduino® VENTUNO™ Q is available for pre-order with Ubuntu pre-installed London, UK – August 25, 2026 – Following our initial collaboration announcement in March 2026, Canonical and Arduino (a subsidiary of Qualcomm Technologies, Inc.) are excited... Canonical 25 August 2026 ![]() Canonical announces the Enterprise Store as part of Ubuntu Pro Canonical introduces a new way to manage software behind firewalls and in air-gapped environments with the Enterprise Store. The Enterprise Store makes software distribution... Holly Hall 21 July 2026 ![]() Tracing a memory leak bug in PID 1 and contributing an upstream fix: a Linux support story How Canonical Support helped a global retail organization trace the cause for an unusual memory leak originating in PID 1. By investigating the issue across three separate... Lidia Luna Puerta 17 July 2026 |