You have a Workload in AWS Well-Architected Tool with the arn arn:aws:wellarchitected:
- ensure to fetch the current template of the Stack and write it into a file review-template.json. 
- Analyze the review-template.json Cloudformation template.
- Go through all lenses and pillars attached to the workload and answer the questions.
IMPORTANT: Do not guess any answer, only answer what you can, based on the analyzed Cloudformation template, that was provided.
For each question that you can answer, update the Well-Architected review of the workload that i provided. Leave all other questions for manual review.
- Create a workload in the Well-Architected Tool and copy the ARN of the workload to add it to the prompt.
- (optional), if you are using named profiles, add this sentence to the end of the prompt:
Always use AWS_REGION=and AWS_PROFILE= 
Install Prompt
Add this prompt to your Amazon Q CLI prompt library:
1. Download to local prompt library:
mkdir -p .amazonq/cli-prompts && curl -o .amazonq/cli-prompts/well-architected-review.md https://promptz.dev/prompts/architecture/well-architected-review/2. Use with Q CLI:
q prompts use well-architected-review