All Products
Search
Document Center

Elastic Compute Service:Manage Linux instances with Workbench

Last Updated:Apr 27, 2026

Manage users, services, and Cron tasks on Linux instances through the Workbench visual panel without command-line operations.

Limitations

  • Available only for Linux instances.

  • Not supported when you log on to an instance through Session Manager.

    With password-free logon, the system may prioritize a Session Manager connection depending on your configuration. In this case, you cannot use the features described in this topic.

Manage OS users

Create, modify, and delete OS users through a visual interface instead of commands such as useradd.

How can I determine if the current Workbench version is 1.0 or 2.0?

Workbench 2.0

  1. At the top of the terminal, choose image > User Management.

    image

  2. On the User Management page:

    • Create user: Click Add User. Enter a Username (such as developer_a) and a Password.

    • Change password: In the Actions column for the target user, click Change Password.

      Important

      Use a strong password with uppercase and lowercase letters, digits, and special characters.

    • Delete user: In the Actions column for the target user, click Delete.

      Important

      Do not delete the root user. Doing so can prevent logon to the instance.

Workbench 1.0

  1. On the top menu bar, choose Features > System Management > User Management.

  2. On the User Management page:

    • Create user: Click Create User. Enter a Username (such as developer_a) and a Password.

    • Change password: In the Actions column for the target user, click Change Password.

      Important

      Use a strong password with uppercase and lowercase letters, digits, and special characters.

    • Delete user: In the Actions column for the target user, click Delete.

      Important

      Do not delete the root user. Doing so can prevent logon to the instance.

View logon history

View logon records through a visual log viewer similar to the last command for security investigations.

How can I determine if the current Workbench version is 1.0 or 2.0?

Workbench 2.0

  1. At the top of the terminal, choose image > Logon History.

    image

  2. On the Logon History page, view logon records for OS users.

    image

Workbench 1.0

  1. On the top menu bar, choose Features > System Management > Logon History.

  2. On the Logon History page, view logon records for OS users.

    image

Manage Systemd services

View service status and start, stop, or restart services such as web servers and databases through a visual panel.

How can I determine if the current Workbench version is 1.0 or 2.0?

Workbench 2.0

  1. At the top of the terminal, choose image > Service Management.

    image

  2. On the Service Management page, view service status and perform operations in the Actions column as needed.

    Important

    Stopping or restarting a service can interrupt your business. Perform these operations during off-peak hours.

    image

Workbench 1.0

  1. On the top menu bar, choose Features > System Management > Service Management.

  2. On the Service Management page, view service status and perform operations in the Actions column as needed.

    Important

    Stopping or restarting a service can interrupt your business. Perform these operations during off-peak hours.

    image

Configure Crontab scheduled tasks

Configure Crontab rules through a visual interface to automate O&M tasks such as log cleaning and data backup.

How can I determine if the current Workbench version is 1.0 or 2.0?

Workbench 2.0

  1. At the top of the terminal, choose image > Scheduled Tasks.

    image

  2. Click Create Task. Configure the task and click OK.

    Parameters:

    • Set Time:

      • Daily: Runs at the specified time every day.

      • Every Week: Runs at the specified time on a specific day of the week.

      • Every Month: Runs at the specified time on a specific day of the month.

      • Fixed Interval: Runs at a set interval in minutes, hours, or days.

      • Expression: Runs based on a cron expression specifying minute, hour, day, month, and day of the week.

        For example, 0 12 ? * WED runs the command at 12:00 PM every Wednesday.
    • Crontab Expression: Auto-generated based on the time you set.

    • Command: The command to execute.

    The task is written to the user's crontab file. Verify with crontab -e. The task runs automatically at the specified time.

Workbench 1.0

  1. On the top menu bar, choose Features > System Management > Scheduled Task to go to the Scheduled Task page.

  2. Click Create Task. Configure the task and click OK.

    Parameters:

    • Execution Time:

      • Daily: Runs at the specified time every day.

      • Every Week: Runs at the specified time on a specific day of the week.

      • Every Month: Runs at the specified time on a specific day of the month.

      • Fixed Interval: Runs at a set interval in minutes, hours, or days.

      • Expression: Runs based on a cron expression specifying minute, hour, day, month, and day of the week.

        For example, 0 12 ? * WED runs the command at 12:00 PM every Wednesday.
    • Crontab Expression: Auto-generated based on the time you set.

    • Command: The command to execute.

    The task is written to the user's crontab file. Verify with crontab -e. The task runs automatically at the specified time.

Monitor real-time performance metrics

This feature is supported only in Workbench 2.0. How can I determine if the current Workbench version is 1.0 or 2.0 and how can I switch to 2.0?

View real-time CPU, memory, disk I/O, and network traffic metrics to assess system health.

  1. In the left navigation pane, click image. The System Monitoring panel appears.

  2. In the System Monitoring panel, click Start Monitoring.

    Clicking Start Monitoring adds a startup item to the shell configuration file and starts monitoring. This takes about 5 to 10 seconds.

    View CPU utilization, memory usage, disk I/O, and network traffic metrics on this page.

FAQ

Identify Workbench version and switch versions

The UI indicates the Workbench version. Workbench 2.0 displays the Workbench icon image in the upper-left corner, while Workbench 1.0 displays the text WORKBENCH. The left-side navigation panes are also different.

Workbench 2.0

Workbench 1.0

image

image

To switch Workbench versions, click New Version (to use 2.0) or Old Version (to use 1.0) in the upper-right corner.

Why can't I see or use the system management and O&M features in Workbench?

  • Cause: You may be connected through Session Manager, which does not support System Management or O&M features.

  • Solution: Disconnect and reconnect using Terminal Connection on the Workbench logon page.