Integration of Google Calendar with amazon EC2

為{幸葍}努か 提交于 2019-12-11 12:23:43

问题


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?


回答1:


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

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.

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.

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



来源:https://stackoverflow.com/questions/28622918/integration-of-google-calendar-with-amazon-ec2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!