AEM Stack Manager Silent Failures
Closed this issue · 2 comments
Neko-Design commented
aem-stack-manager-cloud/lambda/aem_offline_snapshot.py
Lines 305 to 306 in 5bfd611
Hi All, When running the stack manager, our clients have occasionally experienced issues when IAM roles have been modified or VPC networking has been updated causing the Dynamo client to fail. The logs usually only print that a concurrent backup was attempted but hides the actual issue. We've updated our copy of the stack manager to log the actual error message here and it may be useful for others as well.
except botocore.exceptions.ClientError as err:
print("Error Updating Dynamo: {}".format(err))
succeeded = False
mbloch1986 commented
Thanks @Neko-Design for your suggestion. I raised a PR to add your suggestion.
mbloch1986 commented
Integrated in release 2.0.0