[Bug]: account-bootstrapping
step function failing on CreateOrUpdateBaseStack with "Error": "Runtime.OutOfMemory"
#758
Labels
bug
Something isn't working
Is there an existing issue for this?
Describe the bug
Management account codepipeline failing on
UploadAndUpdateBaseStacks
step during stepfunctionadf-account-bootstrapping
when creating a new account.Expected Behavior
adf-build/main.py
ORadf-account-bootstrapping
not both?Current Behavior
In the account creating process, During the
CreateOrUpdateBaseStack
workflow we are seeing the following errorThis is causing the step function to crash and report a failure back to the Codepipeline in the Management account with
As such we need to rerun the pipeline.
On second execution this stepfunction does not run, and the bootstrap pipeline succeeds as normal.
I'm honestly not sure what the value of this step function is, considering that the bootstrap process runs during the
adf-build/main.py
anyway which is being executed by theadf-bootstrap-pipeline-build
anyway?It appears this step function is triggered by the
MoveAccount
call being made in theadf-account-management
step function responsible for creating the account and moving it to the correct OU.Steps To Reproduce
Create account with ADF
4.0.0
We are adding a new definition to a yml file under
adf-accounts/
Possible Solution
Should this step function exist? Wouldn't the account be bootstrapped by the Codebuild which is waiting for this stepfunction to finish anyway?
What value does it add?
Additional Information/Context
No response
ADF Version
4.0.0
Contributing a fix?
The text was updated successfully, but these errors were encountered: