AWS ใช้โมเดลการกำหนดราคาแบบ pay-as-you-go — คุณจ่ายเฉพาะ resources ที่คุณใช้ โดยไม่มีข้อผูกมัดล่วงหน้าสำหรับบริการส่วนใหญ่ การเข้าใจโมเดลการกำหนดราคา ปัจจัยต้นทุนทั่วไป และวิธีควบคุมต้นทุน เป็นความรู้เชิงปฏิบัติที่สำคัญ (บิลคลาวด์อาจทำให้คุณตกใจได้)
โมเดล pay-as-you-go
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.
