I just got curious during handling the invoice of AWS. My gut feeling is that all inbound traffic are free (mostly), for example, you can see this in "Amazon EC2 On-Demand Pricing": Data Transfer IN To Amazon EC2 From Internet All data transfer in $0.00 per GB But if you're dealing with inbound traffic across …
Tag Archives: service
Golang software packaging for offline environment
Open build services like Launchpad PPA usually forbid internet connections during building, therefore it's impossible to download dependencies during building, and we need to include all dependencies into the source package. Two things need to be done for building Golang softwares on no-internet building services: Download all dependencies into vendor/ via go mod vendor command. …
Continue reading "Golang software packaging for offline environment"
Add CloudFront to this blog service
Just add Amazon CloudFront to this blog service. Amazon EC2 outbound traffic is quite expensive, but CloudFront provides some free bandwidth, and traffic between Amazon EC2 instances and CloudFront is free, it's a strong incentive to use CloudFront...