1 Answer
- Newest
- Most votes
- Most comments
3
Disabling TCP timestamps on API Gateway or its associated CloudFront proxy is not directly configurable. AWS does not provide an explicit option to disable TCP timestamps for these services. However, AWS randomizes TCP timestamps on a per-connection basis to mitigate risks like server restart detection, as you mentioned. Unfortunately, there doesn't seem to be official documentation confirming this randomization approach to my understanding: For PCI compliance, you might consider the following:
- Alternative Mitigation: Since disabling TCP timestamps isn't feasible, you can document the randomization behavior as a compensating control for auditors. This approach aligns with AWS's security practices.
Relevant content
- asked a year ago
- asked a year ago
- AWS OFFICIALUpdated 10 months ago