Amazon S3
S3 is object storage that stores and retrieves files over HTTP.
It is not block storage that attaches to EC2 as a disk, so it is incorrect.
Which persistent block storage attaches to a single EC2 instance, is used like a disk, and stores OS and database data?
Choosing the persistent block storage that attaches to EC2.
Amazon S3
S3 is object storage that stores and retrieves files over HTTP.
It is not block storage that attaches to EC2 as a disk, so it is incorrect.
Amazon EBS
Correct. Amazon EBS (Elastic Block Store) is persistent block storage that attaches to an EC2 instance. It can be used like a local disk for OS boot volumes and database data. Data persists even when the instance is stopped.
Amazon VPC
VPC is a service that provides a virtual network.
It is not block storage that attaches to EC2, so it is incorrect.
AWS IAM
IAM is a service that manages access permissions.
It is not block storage that stores data, so it is incorrect.
'Attaches to EC2', 'disk', and 'block storage' point to Amazon EBS. Objects are S3, and a file system shared by multiple EC2 instances is EFS — distinguish them by type.