AWS يستخدم نموذج تسعير الدفع حسب الاستخدام — تدفع فقط مقابل الموارد التي تستخدمها، بدون التزام مقدم لمعظم الخدمات. فهم نموذج التسعير وعوامل التكلفة الشائعة وكيفية التحكم في التكاليف هو معرفة عملية مهمة (فواتير السحابة يمكن أن تفاجئك).
نموذج الدفع حسب الاستخدام
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.
