About 563,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 …

  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 …

  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. …

  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 …

  5. amazon ec2 - How-to install docker-compose on al2023 - Server …

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

  6. 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 …

  7. 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 ...

  8. 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 …

  9. Setting password on sudo su for Amazon EC2 Instance

    Oct 14, 2015 · Explore related questions amazon-ec2 amazon-web-services password sudo See similar questions with these tags.

  10. amazon web services - What is the default username for logging …

    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 …