简体   繁体   English

Amazon S3 公开测试

[英]Amazon S3 publicly available tests

I had to write a bit of custom stuff on top of s3, where I later proxy traffic.我不得不在 s3 之上编写一些自定义内容,稍后我将在其中代理流量。 Now I want to test that but with so many custom implemenations of amazons s3 and proxies, I was wondering if there are any publicly available tests, that I can just clone and run with pointing to my url to verify that all the basic functionalities are still functioning properly.现在我想测试一下,但是有这么多亚马逊 s3 和代理的自定义实现,我想知道是否有任何公开可用的测试,我可以克隆并运行指向我的 url 以验证所有基本功能仍然存在正常运作。

Do you know of any?你知道吗?

Thanks!谢谢!

It appears that you are wanting to test whether "Amazon S3 is available".您似乎想测试“Amazon S3 是否可用”。

Amazon S3 is a regional based service. Amazon S3 是一项基于区域的服务。 This means that is runs across multiple Availability Zones, where each Availability Zone is a separate data center (or sometimes multiple data centers).这意味着它跨多个可用区运行,其中每个可用区都是一个单独的数据中心(有时是多个数据中心)。 Amazon S3 is designed for 99.99% availability. Amazon S3 旨在实现 99.99% 的可用性。

You can certainly monitor Amazon S3 yourself, but an alternative is to use AWS Personal Health Dashboard .您当然可以自己监控 Amazon S3,但另一种方法是使用AWS Personal Health Dashboard

From Getting started with the AWS Personal Health Dashboard - AWS Health :开始使用 AWS Personal Health Dashboard - AWS Health

You can use the AWS Personal Health Dashboard to learn about AWS Health events that can affect your AWS services or account.您可以使用 AWS Personal Health Dashboard 了解可能影响您的 AWS 服务或账户的 AWS 健康事件。 The Personal Health Dashboard presents information in two ways: a dashboard that shows recent and upcoming events organized by category, and a full event log that shows all events from the past 90 days. Personal Health Dashboard 以两种方式显示信息:一种是显示按类别组织的最近和即将发生的事件的仪表板,另一种是显示过去 90 天所有事件的完整事件日志。

From Monitor for AWS Health events with Amazon CloudWatch Events - AWS Health :来自Monitor for AWS Health events with Amazon CloudWatch Events - AWS Health

You can use Amazon CloudWatch Events to detect and react to changes for AWS Health events.您可以使用 Amazon CloudWatch Events 检测 AWS 健康事件的变化并做出反应。

For example, you can configure Amazon SNS to send an email notification when an event occurs.例如,您可以将 Amazon SNS 配置为在事件发生时发送 email 通知。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM