Questions tagged [aws-linux]
Should be used when the question involve AWS Linux, a distro created by AWS for use on their platform
3 questions
Score of 0
1 answer
71 views
AWS Linux iptables redirecting port 22 timeout
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
Missing standard commands in AWS linux 2023
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
Upgrade mysql 5.6 to 8 not working on AWS Linux based EC2
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 ...