Which AWS service provides highly durable object storage?
Amazon S3
Amazon Elastic File System (Amazon EFS)
Amazon Elastic Block Store (Amazon EBS)
Amazon FSx
Explanations:
Amazon S3 (Simple Storage Service) provides highly durable object storage, designed for 99.999999999% (11 nines) durability. It is ideal for storing and retrieving any amount of data from anywhere on the web.
Amazon Elastic File System (EFS) is a file storage service for use with AWS Cloud services and on-premises resources. It is not specifically designed for object storage or the same level of durability as S3.
Amazon Elastic Block Store (EBS) provides block storage for use with Amazon EC2 instances. While EBS is durable, it is not an object storage service like S3 and does not achieve the same level of durability.
Amazon FSx is a service for fully managed Windows File Server or Lustre file systems, primarily designed for use cases requiring file storage. It does not offer the object storage capabilities of Amazon S3.