~%assistant --mode explain
AI assistant
Explain, review, and suggest — not execute
Ask the assistant to explain architecture, walk through Terraform or a pipeline, review security, or recommend your next step. Positioned as a reviewer, never an uncontrolled executor.
Ask about a template
AuthoredExplain architecture
on Manual EC2 + Docker
What this architecture is doing
There's exactly one moving piece you control: a single Linux server (EC2) with Docker on it. Your laptop reaches it two ways — SSH for administration and HTTP for the app. A security group is the firewall deciding who gets in.
- —EC2 = a Linux box you rent by the second.
- —Security group = a stateful firewall around that box.
- —Docker = the thing actually running your app, isolated from the host.
The assistant is a reviewer and explainer — it never executes infrastructure changes. Answers come from authored content or, when a key is configured, live from DeepSeek.