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
feita há 10 meses274 visualizações
2 Respostas
0
Resposta aceita

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
respondido há 10 meses
profile picture
ESPECIALISTA
avaliado há 2 meses
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
respondido há 10 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas