Replies: 2 comments
-
I'd recommend this. I'm not 100% sure, but generally speaking within-region traffic is lower cost. In addition, you'll see better performance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @TomAugspurger |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been fetching Sentinel and Naip imagery from Microsoft Planetary Computer and processing them using a local Dask cluster .... the AWS cost has surged noticeably.
Upon investigating the spike in costs is related to the AWS NAT Gateway usage. I learned that the NAT Gateway facilitates instances in a private subnet to initiate outbound IPv4 traffic to the internet, and in my scenario, it seems to be heavily utilized due to the data transfer demands of the satellite data fetching process.
I am reaching out to get any insights on this matter and to see if there is any potential optimizations or alternative architectures to mitigate such cost on AWS. Also I was wondering if switching to Azure VMs can help reducing the NAT Gateway cost given that the data is coming from Azure data storage?
Beta Was this translation helpful? Give feedback.
All reactions