Home › Forums › AWS › AWS Certified Solutions Architect Associate › AWS SAA C03 Practice Test: Is this Answer correct? › Reply To: AWS SAA C03 Practice Test: Is this Answer correct?
-
Hi Atul Deshpande,
Thank you for your feedback. I understand your confusion regarding the use of AWS Glue with S3 as an input source. While it’s true that the AWS Glue documentation lists various connectors for data stores, it’s important to note that AWS Glue natively supports Amazon S3 without the need for a specific connector.
AWS Glue can read and write files in Amazon S3, supporting many common data formats stored in Amazon S3 out of the box, including CSV, Avro, JSON, Orc, and Parquet. This means you can use AWS Glue to extract, transform, and load (ETL) your data stored in S3, including converting CSV files to a more efficient format like Apache Parquet.
Here’s a link to an AWS document that supports this statement.
https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-connect-s3-home.htmlI hope this clears up any confusion. Please don’t hesitate to ask if you need further clarification.
Best regards,
JR @ Tutorials Dojo