Exercise 7 Getting error when trying to create Crawler:
InvalidInputException: An error occurred (InvalidInputException) when calling the CreateCrawler operation: Unable to validate existence of s3 target s3://BUCKET_NAME/processed_data/snappy/partition_by_year_month/toys_reviews/ because: All access to this object has been disabled (Service: Amazon S3; Status Code: 403; Error Code: AllAccessDisabled; Request ID: AYMA7NFSZYBTEDFV; S3 Extended Request ID: Ua49A8zy45sezNvWuTUsmKaDwr8rz0988vH7KbZTF+G3BD05u4fp84sZYxBTeG90JbNyp7QZG5I=; Proxy: null)
Looks to me like its not replacing the BUCKET_NAME variable, but that already defined and has been used in other exercises prior to this .
Uncertain as to why the error now