Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

Questions tagged [aws-linux]

Should be used when the question involve AWS Linux, a distro created by AWS for use on their platform

Score of 0
1 answer
71 views

I am trying to run cowrie honeypot on EC2 AWS Linux instance. Instance is accessible through ssh which is by default on port 22. As instructed in https://github.com/cowrie/cowrie/blob/main/INSTALL.rst,...
Score of 0
2 answers
639 views

I need to install AWS linux 2023 on WSL2 on my laptop to run nginx. I have ok familiarity with linux, but AWS linux is new to me, so I followed instructions from here and it seemed to install ok. But ...
Score of 0
3 answers
890 views

I am working with EC2 for MySQL DB. The OS of EC2 is AWS Linux-based Ubuntu. The current version of MySQL is 5.6.50. I am going to upgrade it to 8.0. I tried to upgrade it with this command: sudo yum ...