Which EC2 official AMI provides Freely available GUI Operating System to install GUI based app such as AWS SCT and other legacy app that runs wizard?

0

Which EC2 AMI provides Freely available GUI Operating System? I want to Install one software that has installation wizard - any linux based AMI with GUI is preferable.

Examples of GUI based installers

  1. AWS SCT
  2. IBM Maximo EAM
  3. PgAdmin
  4. DBeaver
  5. Azure DataStudio
wilson
asked 9 months ago250 views
2 Answers
0
Accepted Answer

Hi Wilson,

There are no official images available for Linux that contains a GUI, however, you can get an GUI with the following options

  1. Provision an EC2 instance from a base Linux image (Ex: ubuntu) then install a GUI (Ex: lxde, gnome) and configure a service like VNC to connect to the instance. This will require a fair bit of configuration to get it working.
  2. Use an image from AWS marketplace with a GUI and provision your EC2 instance. This would be the simplest option (GUI images -> https://aws.amazon.com/marketplace/search/results?searchTerms=GUI)
  3. Utilize AWS Workspaces, this allows users to provision cloud-based Windows, Amazon Linux, or Ubuntu Linux desktop environments -> https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces.html
profile picture
Bisina
answered 9 months ago
profile picture
EXPERT
reviewed a month ago
0

It is generally recommended to avoid installing a GUI. Linux servers are commonly managed through SSH and command-line interfaces, which provide more control, security, and efficient resource usage. If your use case demands it you could check out the marketplace for gui AMIs e.g https://aws.amazon.com/marketplace/pp/prodview-gfwokwmdnbtn6#pdp-pricing

profile picture
Frank N
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions