File size: 880 Bytes
fa7a46b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ADR-XXXX: [Decision Title]

## Status
Proposed | Accepted | Deprecated | Superseded by ADR-YYYY

## Context
[What is the issue that we are seeing that is motivating this decision?]

## Decision
[What is the change that we are proposing/making?]

## Consequences

### Positive
- [Benefit 1]
- [Benefit 2]

### Negative
- [Tradeoff 1]
- [Tradeoff 2]

### Risks
- [Risk 1 and mitigation]

## Alternatives Considered
| Option | Pros | Cons | Verdict |
|--------|------|------|---------|
| Option A | ... | ... | Rejected because... |
| Option B | ... | ... | Rejected because... |
| **Chosen** | ... | ... | Accepted |

## Compliance Impact
- [Does this affect SOC2/NIST/CIS controls?]

## Cost Impact
- [Does this change cloud spend? Estimate.]

## Security Impact
- [Does this affect attack surface? IAM? Encryption?]

## References
- [Link to relevant docs, papers, discussions]