1 Answers
The AWS documentation you reference does state S3 One Zone-IA is 11 9’s in the line:
"Amazon S3 Standard, S3 Standard-IA, S3 One Zone-IA, and Amazon Glacier, are all designed for 99.999999999% durability"
https://aws.amazon.com/s3/storage-classes/ also states:
"Designed for durability of 99.999999999% of objects in a single Availability Zone"
With the caveat that "Because S3 One Zone-IA stores data in a single AWS Availability Zone, data stored in this storage class will be lost in the event of Availability Zone destruction".
Durability remains constant, but availability and resilience is less.
Thanks for your response, I understand better now. So if I understand well to keep the durability to 11 9s, AWS deploys the same amount of backup but only on the same AZ in place of multiple, so data can be destroyed if the AZ (all data centers of this AZ) are destroyed.