aws Modernizing with AWS Blog ·

AWS EC2 Image Builder streamlines Microsoft Office integration

bloginfraawsengineeraws-ec2
announcement

This blog post details how to integrate Microsoft Office into existing Amazon Machine Images (AMIs) using AWS EC2 Image Builder. This capability aims to reduce infrastructure costs and operational overhead by allowing multiple AWS Marketplace software offerings, like Microsoft Office and Visual Studio, to be combined onto a single AMI. This approach benefits engineers and architects managing AWS infrastructure who need to deploy customized AMIs with pre-installed licensed software.

  • Problem: Multiple AMIs increase costs and complexity
  • Solution: Integrate Microsoft Office into existing AMIs with EC2 Image Builder
  • Prerequisites for integration
  • Process: Create AMI from existing server and build new image with Office component
  • EC2 Image Pipeline Configuration
Enhancements (4)
  • Solution: Integrate Microsoft Office into existing AMIs with EC2 Image Builder

    AWS EC2 Image Builder, a managed service for AMI customization, testing, and lifecycle management, can be used to add Microsoft Office to an existing image. This allows combining multiple AWS Marketplace offerings onto a single AMI or adding software to existing servers without relying solely on Marketplace AMIs.

  • Process: Create AMI from existing server and build new image with Office component

    The process involves creating a new AMI from an existing server, then using EC2 Image Builder to create a pipeline. This pipeline incorporates a build component for Microsoft Office, which is added to the base AMI to generate a new, customized image.

  • EC2 Image Pipeline Configuration

    Users will configure a pipeline within EC2 Image Builder, specifying a base image from a custom AMI, and adding the Microsoft Office build component from AWS Marketplace. Options exist to select specific Office versions (e.g., 2021, 2024) and architectures (32-bit, 64-bit).

  • Infrastructure Configuration and Pipeline Execution

    An infrastructure configuration is required to temporarily bring the server online for component addition. The pipeline is then run, with its progress monitored through status changes from Building to Testing to Available, ultimately producing a new EC2 instance with Microsoft Office pre-installed.

Notes (2)
  • Problem: Multiple AMIs increase costs and complexity

    Using separate AMIs for different AWS Marketplace software, such as Microsoft Office and Visual Studio, can double infrastructure costs and operational overhead, leading to a fragmented user experience.

  • Prerequisites for integration

    Before proceeding, users must set up AWS License Manager permissions, ensure AWS Managed Microsoft Active Directory is running if required, verify a subnet with auto-assign public IPv4 address, and have active AWS Marketplace subscriptions for user-based products.

Read the original announcement →

https://aws.amazon.com/blogs/modernizing-with-aws/add-microsoft-office-to-an-existing-image-using-ec2-image-builder/

Related releases