Exercise 11.1 – analyzing your sales report with Amazon Athena and AWS Glue
In this exercise, you will need to download a sample CSV file, which is available in the Packt GitHub repository for this chapter https://github.com/PacktPublishing/AWS-Certified-Cloud-Practitioner-Exam-Guide. This is a simple CSV file that contains some sales data for the Vegan Studio, the fictitious company that you have been carrying out a series of exercises for in the previous chapters.
You will need to store this CSV file in an Amazon S3 bucket and then use Amazon Athena to run queries against the data. Ensure that you have downloaded the CSV file and stored it on your computer before you start this exercise.
Step 1 – Amazon S3
- Log into your AWS account using the IAM user ID of our senior administrator, Alice.
- Navigate to the Amazon S3 dashboard.
- Create two new buckets with appropriate names. For example, I have named my buckets
vegan-sales-report
(to store the CSV...