AWS एक pay-as-you-go pricing model वापरतो — तुम्ही फक्त तुम्ही वापरलेल्या resources साठी पैसे देता, बहुतेक services साठी कोणताही आगाऊ commitment नाही. Pricing model समजणे, सामान्य cost factors समजणे, आणि costs नियंत्रित करण्याचे मार्ग जाणणे हे महत्वाचे व्यावहारिक ज्ञान आहे (cloud bills तुम्हाला चकित करू शकतात).
Pay-as-you-go model
Most AWS services charge based on USAGE, with no upfront cost:
→ COMPUTE — per second/hour an instance runs (EC2), or per request/duration (Lambda)
→ STORAGE — per GB stored per month (S3, EBS)
→ DATA TRANSFER — often charged for data OUT to the internet (a common surprise!)
→ REQUESTS/operations — per API call, per request (S3, DynamoDB, Lambda)
→ Pay for what you use; scale cost with usage.
