New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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.
33 results
In the Node.js 20.x runtime in AWS Lambda, the default value for `LANG` is set to `en_US.UTF-8`, even though this is not installed:
```
# locale -a
C
C.utf8
POSIX
```
Boost::filesystem crashes (inten...
Hello,
I have an Elastic Beanstalk environment with Corretto 11 and Amazon Linux 2. Now I want to upgrade to Corretto 21. It seems that only Amazon Linux 2023 supports Corretto 21.
Unfortunately wh...
I have a nodejs app hosted on the NodeJS 20 Amazon Linux 2023 Elastic Beanstalk platform. Every time we try to update any instances to 6.4.0 the new instances never complete health checks and fail to ...
I'm trying to connect to a documentDB instance using the mongosh cli to create users. However this doesn't seem to work, it works with the old mongo cli but that is not available using a graviton proc...
Hi folks,
As the title says, whenever I try to get a new build/fleet working on gamelift I get that error ".x86_64 is not executable" and I can make it working in a normal EC2 instance. I don't know ...
I've prepared a Rails 7 app in Elastic Beanstalk, on the Ruby 3.2 running on 64bit Amazon Linux 2023/4.0.12 platform, arm64 processor. To use SCSS instead of CSS, I've changed the application.css file...
Hello everyone, I've never used AWS on a deep level and I need your help.
[Link](https://docs.aws.amazon.com/secretsmanager/latest/userguide/secrets-manager-agent.html).
I found this document very h...
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 Docker...
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 applica...
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 th...
I'm attempting to install the packages from this Elastic Beanstalk configuration
```
packages:
yum:
gcc: []
python3-devel: []
python3-pip: []
libffi-devel: []
mariadb105-devel.x...
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 u...