When we setup Veeam for AWS we leverage the SSM Agent and Systems Manager (Which in my case was already in use)
So this can leverage the VSS tools (Provided by AWS) and I am doing that also.
The only problem is when I do it I setup Maintenance Windows in Systems Manager. And I make sure and store the backup report in an S3 bucket, so it can be retrieved later to confirm VSS, etc.
When Veeam does this same backup on this same instance the job shows up in Systems Manager under Run Command History in the AWS Console (Right where it should be)

Only problem is when you dril down to get the backup report it is truncated at 2500 Characters and I can't find that report in any S3 bucket (Because Veeam does not set that up)
I want to read that entire report and confirm the entire list of SQL databases that were correctly snapped using VSS, but without the repot file I do not get it. Any idea from Veeam support?