All Products
Search
Document Center

Elastic Compute Service:Install software on a Linux instance with Workbench

Last Updated:May 15, 2026

Deploy software such as Docker and MySQL to ECS instances with Workbench, using AI Agent or OOS extension packages.

Usage notes

Install with AI Agent

AI Agent converts natural language requests into executable commands using large language models.

The instance must have public network access to download installation packages from software sources.
  1. Log on to a Linux instance using Workbench.

  2. At the top of the terminal, click the image icon. The Install Software dialog box appears.

    image

  3. In the Install Software dialog box, click the Agent mode installation tab. Describe your requirements in the input box. For best results, use the Software Name + Version + Additional Action format. For example:

    Install the latest stable version of Nginx. After installation, start the service and enable it to start on boot.
  4. Click Run or press Enter. A new terminal opens in AI Agent mode. Follow the AI guidance to complete the installation. See How to use AI Agent mode.

    Important

    AI-generated content is for reference only. Confirm all operations and assume the associated risks.

  5. Verify the software status after installation.

    For example, verify that Nginx is installed:

    # Check the service status. The expected output is "active (running)".
    systemctl status nginx

Install with OOS extension packages

OOS provides verified extension packages for controllable, standardized installation. See Supported extensions and limits.

  1. Log on to a Linux instance using Workbench.

  2. At the top of the terminal, click the image icon. The Install Software dialog box appears.

    image

  3. In the Install Software dialog box, click the Package Installation tab. Configure the following:

    • Extensions to install: Select the software from the drop-down list, such as Docker Community Edition.

    • Extension version: Use the default version.

    • Parameters in the command: Configure as prompted. Required parameters vary by extension.

  4. Click Install and follow the on-screen instructions.

    After you click Install, the installation progress appears in the lower-right corner.

FAQ

How do I determine whether I am using Workbench 1.0 or 2.0? How do I switch to 2.0?

Identify the version by the UI. Workbench 2.0 shows the Workbench icon image in the upper-left corner, while Workbench 1.0 shows WORKBENCH. The left-side navigation pane also differs.

Workbench 2.0

Workbench 1.0

image

image

To switch versions, click New Version in the upper-right corner for 2.0, or click Previous Version for 1.0.