- Home
- All questions
- Question 486
AWS Certified Solutions Architect study material · question 486 of 500
Why does keeping three versions of an object in a versioned bucket cost as much as three objects?
Show the answer
Answer: C. Each version is a whole object, not a difference from the previous one
Normal S3 rates apply to every version stored and transferred, and no delta encoding is used between versions.
Source: Retaining multiple versions of objects with S3 Versioning (Amazon Web Services) — Note