wazuh-qa icon indicating copy to clipboard operation
wazuh-qa copied to clipboard

DTT2 - Iteration 1 - Allocation module - Allow the use of different AWS accounts depending on the destination of the EC2

Open c-bordon opened this issue 1 year ago • 1 comments

Epic #5181

Currently, the module allows deploying EC2 machines in the wazuh-qa account since a security group of said account is hardcoded, we must be able to allow deploying these machines also in the wazuh-dev account with the security group: sg-065ed4a1191a1442d

https://github.com/wazuh/wazuh-qa/blob/bad811c9e25f62e33691e2f3010d832592c0e7e2/deployability/modules/allocation/static/specs/misc.yml#L10-L17

c-bordon avatar Feb 07 '24 15:02 c-bordon

Update report

I am working on the adaptation, at the moment in all boto3 sessions, you have to define the profile and the region where you want to deploy it, so I have to make the necessary adaptations to carry it out

c-bordon avatar Mar 27 '24 19:03 c-bordon