Questions tagged with Amazon Linux 2023
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I'm stuck right now trying to build a docker image using the Amplify deploy process. I know that Amplify uses Amazon Linux 2023, this is my amplify.yml
```
commands:
# install...
Hello,
I am using Amazon Linux 2023 on ec2. I have configured the environment and I am using Magento 2 on the instance. Is it possible to export the instance with the application to OVA to run...
I have a customer whose application requires apache-commons-deamon package, which was part of the default repo for AL2, but this package is listed as removed for AL2023.
What's the best way to get...
I'm attempting to install the packages from this Elastic Beanstalk configuration
```
packages:
yum:
gcc: []
python3-devel: []
python3-pip: []
libffi-devel: []
...
I am trying to set up AWS Systems Manager for our private Linux instance so that we can patch/update without any internet connection.
I've read the AWS Systems Manager Documentation and have set it...
How can a rails console be run from AWS Beanstalk on Amazon Linux 2023?
Using SSM to access an EC2 "Ruby 3.2 running on 64bit Amazon Linux 2023" instance, what commands are needed to run rails console...
I'm looking for guidance on how to install/enable PHP-OpenSSL extension for AL2023 OS?
We are running PHP 8.2.20 on AL 2023. We installed PHP core as a third-party software. With this we need to...
We're running a php app on elastic beanstalk, using the elastic beanstalk default php environment (and default options for everything). PHP 8.2 running on 64bit Amazon Linux 2023.
I've noticed that...
hi,
i have a kubernetes cluster with AL2 node. i am migrated from AL2 to AL2023. and i used to create and attach PV in ebs csi driver EKS Add-on. after i migrate AL2023 that ebs driver can't create...
Current AWS documentation says PHP 8.1 on AL2023 will have security support until Nov...
I have a legacy application that is using PHP5.6 on an EC2 instance no longer supported. I am in the process of migrating the application to an Amazon Linux 2023 EC2 instance, with PHP8.2. I have not...
How do I a setup local dns caching service on Amazon Linux 2023? The following steps can be used to setup a local DNS caching service for DNS lookups on AL2023:
```
sudo dnf install -y dnsmasq...