What is Amazon Athena
a serverless, interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL
rmb:
greek goddess of wisdom -> information -> SQL queries
What is Amazon EMR
Elastic map reduce - web service that enables businesses, researchers etc. to cost effectively process vast amounts of data
rmb:
big data processing -> map out different workloads -> reduce the output to useful info
What is AWS Glue
a fully-managed, PAYG, ETL (extract transform load), service that automates time consuming steps of data preparation for analytics
rmb:
glue -> intermediary -> holds together unprocessed data
What is Amazon Redshift
a datawarehouse that pulls data from many sources, formats and organises it, and supports complex queries that produce business reports
rmb:
Oracle (competitor) called “Big Red” because its red -> Amazon “shift” customers away from Oracle
What is Amazon Kinesis
a suite of services for collecting, processing and analysing real-time streaming data
rmb:
kinesis means movement -> pixels move -> videos -> streaming data information ->
RECAP: Name all the services you just learnt
Athena, EMR, Glue, Redshift, Kinesis
What would you use if you want to run interactive queries against data directly in Amazon S3 without worrying about formatting data or managing infrastructure
Amazon Athena
What would you use if you want to transform and move data to various destinations. Used to prepare and load data for analytics
AWS Glue
What would you use if you want to run a wide variety of scale-out data processing tasks for applications such as machine learning, graph analytics, data transformation, streaming data
Amazon EMR
What would you use if you want to pull data from many sources, format and organize it, store it, and support complex, high speed queries that produce business reports
Amazon Redshift
What is AWS CloudSearch
a fully managed, simple app/website search service
use case: adding simple, reliable search functionality to a website or app
What is AWS OpenSearch
open-source based search and analytics engine for log analytics, monitoring
use case: log analysis, SIEM, monitoring, vector search
What is AWS QuickSight
serverless, ML powered business intelligence (BI) service for creating interactive dashboards
use case: data visualisation, can link with OpenSearch and S3