Files
boc/terraform/discovery/README.md
T
Bernt 05ed037fe8 pilot.landvex.com: HTTPS + Full Stack Verified
- DNS: pilot.landvex.com -> 16.170.83.169
- TLS: Let's Encrypt certificate (expires 2026-09-30)
- Nginx: reverse proxy with SSL termination
- API: https://pilot.landvex.com/api/v1/missions
- UI: https://pilot.landvex.com/
- Upload: POST /api/v1/missions/import (multipart/form-data)

Verified:
 https://pilot.landvex.com/health
 https://pilot.landvex.com/version
 https://pilot.landvex.com/api/v1/missions (list)
 https://pilot.landvex.com/api/v1/missions/:id (get)
 POST /api/v1/missions/import (video upload)
 UI loads with title 'LandveX Intelligence Lab'

Next: Pilot 001 — Break the system!
2026-07-02 17:34:19 +00:00

35 lines
793 B
Markdown

# AWS Discovery — Fas 1
> **Status:** Pågående — skript skapat, ej kört
> **Mål:** Komplett inventering utan förändring
> **Princip:** "Importera verkligheten innan du försöker ersätta den"
---
## Vad som finns
- [x] Discovery-skript (`inventory.sh`)
- [x] 25 AWS-tjänster i scope
- [x] JSON-output för varje tjänst
- [x] Tidsstämpel på allt
## Vad som saknas
- [ ] Körning av skriptet (kräver AWS-credentials)
- [ ] `inventory.json` — sammanställning
- [ ] Drift Detection Engine
- [ ] Infrastructure Knowledge Graph
- [ ] Import Plan
## Nästa steg
1. Kör `inventory.sh` med lämpliga AWS-credentials
2. Sammanställ `inventory.json`
3. Bygg Drift Detection Engine
4. Generera Import Plan
---
*Skapad: 2026-07-01T13:30Z*
*Blockerad av: AWS-credentials*