shinesolutions/aem-stack-manager-cloud

AEM Stack Manager Silent Failures

Closed this issue · 2 comments

except botocore.exceptions.ClientError:
succeeded = False

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

Thanks @Neko-Design for your suggestion. I raised a PR to add your suggestion.

Integrated in release 2.0.0