In AWS, _______ is a service for scalable storage in the cloud.
- Amazon S3
- EC2
- Elastic Beanstalk
- Lambda
In AWS, Amazon S3 (Simple Storage Service) is a scalable storage service in the cloud. It allows users to store and retrieve any amount of data at any time. S3 is commonly used for backup, archiving, content distribution, and data storage for web applications.
Loading...
Related Quiz
- NoSQL databases offer _______ scalability compared to traditional relational databases.
- What does SQL injection refer to in the context of security vulnerabilities?
- Which design pattern is used to ensure that only one instance of a class is created and provides a global point of access to that instance?
- _______ is the ability of an object to take on many forms in OOP.
- In a large-scale e-commerce platform, multiple users are trying to purchase the same limited-stock item simultaneously. How would you handle concurrent transactions to ensure fair access and prevent overselling?