Common data storage tools in AWS
AWS provides a range of highly regarded data storage services, including Amazon Relational Database Service (RDS), Amazon Redshift, Amazon Simple Storage Service (S3), and Amazon Elastic Compute Cloud (EC2). These services are widely recognized and widely used in the industry for their reliability, scalability, and security.
Here is a list of tools that we are going to employ in this chapter:
AWS Tool |
Use-Case Description |
AWS Lambda |
Run code without provisioning or managing servers. Great for event-driven data processing. |
Amazon EC2 |
Provides scalable computing capacity in the cloud. Useful for running applications. |
Amazon RDS |
Managed relational database service. Suitable for structured data storage and retrieval. ... |