Complete a 3 Question Survey and Earn a re:Post Badge
Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
【以下的问题经过翻译处理】 我在Athena中创建了一个简单的表,只有一个列: CREATE EXTERNAL TABLE IF NOT EXISTS all_event_types( event_subtype string) LOCATION 's3://table-data-location/'
然后使用从另一个表中检索到的记录插入: insert into all_event_types ( select distinct event_subtype from view_house_cs_conversions ) view_house_cs_conversions中有少于20个独特的事件子类型值。
Athena在运行了几分钟后报告了以下错误: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: MZAFPHBZPHMCPMKG; S3 Extended Request ID: PrYu9ZWEFToxZxX8vcxrxXuq+cBkOUiJnWdgelfyfPmYOnpbyCpoC6UvvQFo+VTPdWPGjnjQ2+I=; Proxy: null)。 这是什么原因?
【以下的回答经过翻译处理】 请参考此链接: https://repost.aws/zh-Hans/knowledge-center/access-denied-athena
您未登录。 登录 发布回答。
一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。