
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 …
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 …
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 …
How to get the latest kernel package on AWS EC2
Jan 4, 2021 · Kernel live patches are available for Amazon Linux 2 with kernel version 4.14.165-131.185 or later. To check your kernel version, run the following command. [root@actsupport ~]# yum list …
node.js - How can I get node18 on amazonlinux2? - Server Fault
Jul 27, 2023 · How can I get node18 on amazonlinux2? Ask Question Asked 2 years, 6 months ago Modified 2 years, 2 months ago Viewed 10k times
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 ...
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 …
How do I install php-memcached for php 8.x on Amazon Linux 2 …
Jan 17, 2023 · I'm migrating our website from an older Centos server to a new EC2 instance (Amazon Linux 2, aarch64). I'd like to install both the LAMP stack and memcached on the EC2 instance stack; …
apache 2.4 - Trying to update the httpd version on AWS Linux - Yum …
Nov 20, 2023 · Note that, depending on exactly which Amazon Linux version you're running the upgrade instructions differ. For example CVE-2023-25690 also includes "Run dnf update - …
Looking for updated SSG for Amazon Linux 2 and Amazon Linux 2023
Jan 8, 2024 · Are there any new data stream and xccdf checklist available for Amazon Linux 2 and Amazon Linux 2023? I am able to install the scap-security-guide on an Amazon Linux 2 server, but …