-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora 38 AMI does not work with the Allocation module #5602
Comments
Update reportI've been trying to recreate the Fedora 38 image and I keep running into connection issues after starting the instance with the new AMI, I'll continue investigating what's going on. |
I continue to have problems when trying to boot the new AMI created from the Fedora 37 AMI upgraded to Fedora 38, so I decided to change the approach, I made a virtual machine with the Fedora 38 iso and I am in the process of importing it into AWS, the image has not yet finished processing. cbordon@cbordon-MS-7C88:~/Documents$ aws ec2 import-image --description "Fedora 38" --disk-containers "file:///home/cbordon/Documents/fedora-38.json"
{
"Description": "Fedora 38",
"ImportTaskId": "import-ami-0db7287a044e5d3c0",
"Progress": "1",
"SnapshotDetails": [
{
"Description": "Fedora 38",
"DiskImageSize": 0.0,
"Format": "OVA",
"Url": "s3://warehouse.wazuh.com/tmp/fedora-38.ova",
"UserBucket": {
"S3Bucket": "warehouse.wazuh.com",
"S3Key": "tmp/fedora-38.ova"
}
}
],
"Status": "active",
"StatusMessage": "pending"
} |
This AMI will not be used in future testing, so there is no need to create it. |
Description
While working on wazuh/wazuh#24855, we have detected that the AWS instances launched with the Allocation module (and also provisioning the instances directly in the AWS console) that the Fedora 38 AMI is not working. It seems that the machine is having some errors while booting the system:
Note
We have ensured that the problem is not related to the userData script.
The text was updated successfully, but these errors were encountered: