谷歌日历与Amazon EC2集成日历、Amazon

2023-09-11 11:47:57 作者:人心太涼別太善良

我使用谷歌日历和基于日历预约我要开始AWS EC2实例。

I am using Google calendar and based on calendar booking i want to start AWS EC2 instances.

有没有办法实现这种互动?

Is there a way to achieve this interaction?

推荐答案

一个很好的用例实际;这是真的很酷。

A very good use case actually; it is really cool.

这是可以规划的设计和建筑的方法之一。你会使用REST或SDK连续(异步)轮询的事件和活动中利用的谷歌日历API端点;这取决于你如何指定EC2实例启动或停止。您可以从日历数据的信息。在此基础上,你可以启动或者通过停止实例。 AWS的SDK。

This is one of the ways you can plan the design and architecture. You would be making use of the Google Calender API endpoint using REST or SDK to continuously (asynchronously) poll the events and activities; depending on how you specify the EC2 instance to be started or stopped. You can obtain the information from Calendar data. Based on this you can start or stop the instance via. the AWS SDK.

有AWS软件开发工具包可用于几乎所有流行的编程语言 - .NET,Java,PHP和红宝石,Python和谷歌也去。如果没有,你可以随时回落的REST API调用和相同的。

There AWS SDKs are available for almost all the popular programming languages - .net, java, php, ruby, python and also Google Go. If not you can always fall back with the REST API calls and the same.

我建议你看一看Skeedly得到一些想法。 - http://www.skeddly.com/

I recommend you to take a look at Skeedly to get some ideas. - http://www.skeddly.com/