Saturday, December 24, 2022
Wednesday, December 14, 2022
AWS NAT Gateway Pricing
Around 5 cent per hour makes 120 cent per day 36 USD per month :) quite expensive
We can buy a dedicated server for that money or VPS from anywhere, that is just a NAT Gateway price.
https://aws.amazon.com/vpc/pricing/
got alert yesterday it was showing 76 cent and today it went to 1.04, learning aws is not free :D total cost for creating NAT 1.26 below proof
Subscribe to:
Posts (Atom)
odd string diff
https://leetcode.com/problems/odd-string-difference/ Beats 19.92% of users with Java class Solution { public String oddString ( S...
-
bu durum sessionun uzun ömürlü olmasını istediğinizde yapacağınız bişeydir ki Session["eblek"]="gobalak"; dediğimizde ve...
-
at the end of any product there will be a reporting interfaces for counts. let say you build a advertisement site which gives people to publ...
-
in java web application you can easily set 400 and 500 error pages via web.xml like this <error-page> <error-code>50...