Conversation
Add regional AMI owner override to lambda_functions/execute_campaign/main.js
AMI Owner ID Regional Override UpdateAdds support for specifying region-specific default AMI owner IDs for AWS regions whose Deep Learning AMIs do not use the standard owner ID ( The
The complete output is included here: The same list filtered for regions whose owner ID differs from the global AWS default: These overrides are added: ```json
"ap-south-2": "442309848619",
"eu-south-1": "771282176748",
"eu-south-2": "565266784259",
"me-central-1": "077386991849",
"eu-central-2": "350317392379",
"af-south-1": "380973545650",
"me-south-1": "130039589902",
"ap-east-1": "452469860969",
"ap-southeast-3": "534350146288",
"ap-southeast-4": "064406389444",
"ap-southeast-5": "803833843295",
```Unsupported RegionsThe following regions should be considered unsupported by NPK Regions with no AMIsThese regions produced zero matches for all three AMI families:
Regions missing a valid AMIThese regions contain only the AMD AMI, but not the custom one with owner
Because these regions do not have the correct custom image, these regions should also be treated as unsupported. Summary
edit - formatting |
Add regional AMI owner override to lambda_functions/execute_campaign/main.js