2 Comments
Hi! the first step is to determine what data transfers cost the most which can be identified using the following script :
| stats sum(bytes) as bytesTransferred by srcAddr, dstAddr
| sort bytesTransferred desc
| limit 10
- Next it is important to identify if there are any cross availability zone charges and see if there is a way to reduce those
More information can be found here: https://www.cloudzero.com/blog/reduce-nat-gateway-costs
Hope this helps!
replied a year ago
Thank you for your comment. We'll review and update the Knowledge Center article as needed.
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 months ago