You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this MVP, we are going to change the way the current workflow is working.
Currently, the workflow creates an EC2 instance using the allocator, which utilizes a pre-created base AMI. This AMI already has several configurations in place, such as the Wazuh logo, the wazuh-user user, and the cloud-cfg.
This configuration is done using the script mentioned in the spike:
We need to change this so that, in the same workflow, it will no longer be necessary to work with a custom AMI. Instead, using the base AL2023 AMI from AWS, we should be able to perform both the initial configuration (script) and the configuration currently being done in the workflow.
teddytpc1
changed the title
MVP - Rework build AMI workflow to omit the use of a base AMI
MVP - AMI - Rework build AMI workflow to omit the use of a base AMI
Jan 22, 2025
Description
For this MVP, we are going to change the way the current workflow is working.
Currently, the workflow creates an EC2 instance using the allocator, which utilizes a pre-created base AMI. This AMI already has several configurations in place, such as the Wazuh logo, the
wazuh-user
user, and thecloud-cfg
.This configuration is done using the script mentioned in the spike:
generate_base_ami.sh
We need to change this so that, in the same workflow, it will no longer be necessary to work with a custom AMI. Instead, using the base AL2023 AMI from AWS, we should be able to perform both the initial configuration (script) and the configuration currently being done in the workflow.
DRI
@teddytpc1
The text was updated successfully, but these errors were encountered: