An organization produces different types of data on-premises.
This organization would like to migrate these data to the AWS cloud for analysis purposes. What combination of services will be used to achieve this?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: A.
The key point is to migrate and analyze data.
Option A is CORRECT, where the data from on-premise is being migrated to the S3 and using AWS Glue ETL jobs data will be transformed.
AWS Glue crawlers will create the schema in the glue data catalog that can be used to analyze the data further using Amazon Athena, an interactive query service and good for analyzing data.
Option B is incorrect as S3 Select is a SQL-like query that is used for filtering objects on S3
This cannot be used for large-scale analysis of data.
Option C is incorrect as Glacier Select is a SQL-like query used for filtering objects on Glacier.
This cannot be used for large-scale analysis of data.
Option D is incorrect because the Amazon OpenSearch service is used to search the data, not for analysis.
Reference:
https://aws.amazon.com/blogs/big-data/harmonize-query-and-visualize-data-from-various-providers-using-aws-glue-amazon-athena-and-amazon-quicksight/The correct answer is A. On premises data > Amazon S3 > AWS Glue >> Amazon Athena > Amazon Quicksight.
Explanation:
On-premises data: The organization already has data stored in their on-premises system.
Amazon S3: Amazon Simple Storage Service (S3) is a highly scalable object storage service. The on-premises data will be migrated to Amazon S3.
AWS Glue: AWS Glue is a fully managed ETL (Extract, Transform, and Load) service that can be used to prepare and transform the data for analysis. AWS Glue is used to create a data catalog, extract, transform and load data from various sources such as RDBMS, S3, etc.
Amazon Athena: Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL. Once the data is transformed using AWS Glue, it will be queried using Amazon Athena.
Amazon Quicksight: Amazon Quicksight is a business intelligence service that allows users to create interactive dashboards, visualizations, and perform ad-hoc analysis. The data from Amazon Athena will be used in Amazon Quicksight to perform analysis.
So, the correct sequence of services used to migrate on-premises data to AWS cloud for analysis purposes is: On premises data > Amazon S3 > AWS Glue >> Amazon Athena > Amazon Quicksight.