Home › B.Tech Cloud Computing › cloudcomputing › cloudservices › Object storage in the cloud (AWS S3, Azure Blob …
Object storage in the cloud (AWS S3, Azure Blob Storage, GCP Cloud Storage) primarily targets:
AServing as the host OS root disk for every VM in the region
BStoring large amounts of unstructured data (images, videos, backups, logs) accessed via HTTP APIs
CRunning stateful relational queries with ACID transactions
DReplacing the network firewall layer
Answer & Solution
Correct answer: B. Storing large amounts of unstructured data (images, videos, backups, logs) accessed via HTTP APIs
Object stores are the cheap, durable home for unstructured blobs — accessed by HTTP GET/PUT against object keys. They are not OLTP databases, not boot disks for VMs, not network appliances.
Related questions
Which architectural pattern best describes a microservices-style cloud application?An identity-and-access service (AWS IAM, Microsoft Entra ID, GCP IAM) primarily lets adminA managed message queue or pub/sub service (AWS SQS/SNS, Azure Service Bus / Event Grid, GA content delivery network (CDN) primarily improves application performance by:Which combination correctly maps each public cloud's managed NoSQL key-value service?A virtual private cloud (VPC / VNet) gives a customer:A managed Kubernetes service (AWS EKS / Azure AKS / GCP GKE) primarily gives the customer:A load balancer in front of a fleet of stateless application servers primarily provides: