简体   繁体   English

我无法将日志从Cloudwatch上传到我的s3存储桶

[英]I am not able to upload Logs from Cloudwatch to my s3 bucket

I am not able to upload Logs in Cloudwatch to S3 bucket through Amazon Console. 我无法通过Amazon Console将Cloudwatch中的日志上传到S3存储桶。 As it is showing the following error message. 因为它显示以下错误消息。 Can any one please help me. 谁能帮帮我吗。

"One or more of the specified parameters are invalid eg Time Range etc" “一个或多个指定的参数无效,例如时间范围等”

Probably you are using an S3 bucket with encryption. 您可能正在使用带加密的S3存储桶。 This error is shown when the export task to S3 fails due to the fact that CloudWatch Logs export task doesn't support encryption on server side yet. 由于CloudWatch Logs导出任务尚未支持服务器端加密,导致S3导出任务失败时会显示此错误。

(I reproduced this). (我转载了这个)。

In my case, it was wrong access permissions configured on the bucket policy. 就我而言,在存储桶策略上配置了错误的访问权限。 It works with AES-256 encryption enabled in my test run. 它适用于我的测试运行中启用的AES-256加密。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将日志从 Amazon S3 存储桶导入到 cloudwatch - How to Import Logs From An Amazon S3 Bucket to cloudwatch 我可以从我的本地主机上传到 AWS S3,但不能从我的 AWS Elastic BeanStalk 实例上传吗? - I am able to upload to AWS S3 from my localhost, but not from my AWS Elastic BeanStalk instance? 收集 Cloudwatch 指标并上传到 S3 存储桶 - Collect Cloudwatch metrics and upload to S3 bucket 我正在尝试从 s3 存储桶加载数据,但我无法加载 - I am try to load the data from s3 bucket, but i am not able to load 为什么我可以从本地主机上传到AWS S3,但不能从AWS Elastic BeanStalk实例上传到AWS S3? - Why am I able to upload to AWS S3 from my localhost, but not from my AWS Elastic BeanStalk instance? 如何在没有 CloudWatch 的情况下将日志从 AWS Lambda 导出到 S3 存储桶? - How export logs from AWS Lambda to S3 bucket without CloudWatch? 无法使用 cron 将文件从服务器上传到 s3 存储桶 - Not able to upload file from server to the s3 bucket using cron 无法从本地主机将数据上传到AWS S3存储桶? - Not able to upload data to aws s3 bucket from localhost? 将 s3 中的自定义日志上传到 cloudwatch 以进行指标监控 - upload custom logs in s3 to cloudwatch for metrics monitoring 设置为从 CloudTrail 触发的 CloudWatch 规则不会触发 Lambda function 除非我创建了一个跟踪来将 CloudTrail 日志存储在 S3 存储桶中 - CloudWatch Rule set to trigger from CloudTrail doesn't trigger Lambda function unless I create a Trail to store CloudTrail logs in an S3 bucket
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM