About 579,000 results
Open links in new tab
  1. What Linux distribution is the Amazon Linux AMI based on?

    133 Amazon Web Services (AWS) offers an officially supported Amazon Machine Image (AMI), but it doesn't indicate which Linux distribution it's based upon. Is the official Amazon Linux AMI based on …

  2. How to Setup Automatic Security Updates on AWS Linux AL2023?

    Oct 12, 2023 · With Amazon Linux 2 I would automatically apply security updates using yum-cron and something like: # turn on automatic security updates set -ex sudo yum update -y sudo yum install …

  3. Disable IPv6 on Amazon Linux 2023 Instance - Server Fault

    Jul 12, 2024 · The best solution is grubby --update-kernel=ALL --args="ipv6.disable=1" At the time I asked my question this would kill all networking and make the AWS instance unreachable. This was …

  4. How to allow ssh-rsa with OpenSSH 8.7 on Amazon Linux 2023

    Jun 15, 2024 · I'm trying to enable ssh-rsa (eventually just for one host) but the changes I make don't seem to be working with OpenSSH 8.7 on Amazon Linux 2023. First, I added these lines to the …

  5. How to install and configure Redis server on Amazon Linux 2023 …

    Mar 30, 2023 · How to install and configure Redis server on Amazon Linux 2023 (AL2023)? Ask Question Asked 2 years, 8 months ago Modified 1 year, 11 months ago

  6. Can't install amazon-linux-extras pm AWS EC2 Amazon Linux AMI …

    Jun 19, 2020 · I'm trying to install amazon-linux-extras using the instructions here: sudo yum install -y amazon-linux-extras And I get the following error: amzn-main ...

  7. amazon ec2 - How-to install docker-compose on al2023 - Server Fault

    Oct 26, 2023 · Explore related questions amazon-ec2 docker-compose See similar questions with these tags.

  8. How to get the latest kernel package on AWS EC2

    Jan 4, 2021 · 6 I manage some EC2 instances running Amazon Linux (not sure what version), which need security patches. A lot of software was patched well, but we have stuck on the kernel upgrade. …

  9. amazon web services - What is the default username for logging in to ...

    3 I recently became responsible for administering several Amazon Web Services Elastic Cloud Computing instances, some of which run Ubuntu and some of which run Amazon Linux. I have the …

  10. linux - AWS EC2 Yum has no repositories - Server Fault

    Nov 17, 2021 · I'm a frontend web developer and struggling with this backend stuff! My goal here is to install and update to PHP 7.4 on my AWS EC2 server. I need yum to install amazon-linux-extras but …