Elsaco
Elsaco
The issue is with `awscli-2 < 2.13.29`. From python-boto3.spec file: ``` 27 # older versions of the awscli-2 packages incorrecly set an 28 # unversioned Provides: python3.9dist(botocore) and Provides: 29...
On-premise images were bumped to `20240429`. Enjoy! Download link https://cdn.amazonlinux.com/al2023/os-images/2023.4.20240429.0/
@csmcadrian1 how do you create new al2023 vms, clone existing vm or import ova? The long "Unique ID" is probably the `machine-id`. Run `hostnamectl` to show current info. This https://kb.vmware.com/s/article/82229...
@rushivpay use `journalctl --unit=filebeat` to get more info. `journalctl -f -u filebeat` will monitor the output on your console. `systemctl` will tell you the state of the application only.
@yaswanthmedisetti is the issue persistent? Pulling from that URL seems to work okay, at least on my vm: ``` [ec2-user@amazon101 ~]$ wget https://al2023-repos-ap-south-1-de612dc2.s3.dualstack.ap-south-1.amazonaws.com/core/mirrors/2023.4.20240319/SRPMS/mirror.list --2024-03-25 15:57:05-- https://al2023-repos-ap-south-1-de612dc2.s3.dualstack.ap-south-1.amazonaws.com/core/mirrors/2023.4.20240319/SRPMS/mirror.list Resolving al2023-repos-ap-south-1-de612dc2.s3.dualstack.ap-south-1.amazonaws.com (al2023-repos-ap-south-1-de612dc2.s3.dualstack.ap-south-1.amazonaws.com)... 3.5.213.145,...
It's not the `awscli-2` that's causing the issue. In a python shell try importing `ssl`: ``` bash-5.2# python Python 3.9.16 (main, Sep 8 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat...
`openssl-libs` is present in the lambda container also. If you copy `/usr/lib64/libsso.so.3` and `/usr/lib64/libcrypto.so.3` and override the files in `/var/lang/lib/` then all symbols are resolved and `aws --version` works: ```...
The lambda container has `LD_LIBRARY_PATH` environment variable set to `/var/lang/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib:/opt/lib` so libraries in `/var/lang/lib/` will take precedence over the ones in`/usr/lib64/` Run `printenv` or `echo $LD_LIBRARY_PATH` to show the contents.
The `nodejs20` is built on top of `aws-lambda-base-images` and the Dockerfile sets some environment variables: ``` FROM scratch ADD x86_64/22f00718d013305cd61f4906577540cc6804d6603602567f1bff83781ebe6893.tar.xz / ADD x86_64/88f2931da348e4df07deb80db8d3d1f42f27bac499f4d786543b5d3520b360c8.tar.xz / ADD x86_64/8ac98ca8d59bf7ca6c4889d72b65a954cf14af58b8e5672c42469dc0c36cd8a4.tar.xz / ADD x86_64/9a75445380a50339a32e7a9710a586be0a0203193182c5c4a65789c540e99318.tar.xz /...
@brenthuisman this is from `release notes`: ``` The following features will be introduced to Amazon Linux 2022 before it is released for general availability. Graphical environment (such as MATE or...