You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EC2 charges 2 cents per gigabyte for inter-region egress traffic. This means that every CopyImage call costs us 4 cents.
In the meantime, Github Actions doesn't charge for Egress and EC2 doesnt' charge for ingress. So if we create a github job for each Region we will save like a dollar per CI run.
The text was updated successfully, but these errors were encountered:
EC2 charges 2 cents per gigabyte for inter-region egress traffic. This means that every
CopyImage
call costs us 4 cents.In the meantime, Github Actions doesn't charge for Egress and EC2 doesnt' charge for ingress. So if we create a github job for each Region we will save like a dollar per CI run.
The text was updated successfully, but these errors were encountered: