Difference between revisions of "AWS Resources"

From Cyber-Physical Systems Laboratory
Jump to navigationJump to search
(Created page with "Today")
 
Line 1: Line 1:
 
Today
 
Today
 +
 +
 +
-------------
 +
'''IaaS'''
 +
 +
A basic tutorial for AWS EC2 from WUSTL CSE330 [http://classes.engineering.wustl.edu/cse330/index.php/Amazon_Web_Services link]
 +
 +
Compare IaaS of several popular public cloud:  [http://conferences.sigcomm.org/imc/2010/papers/p1.pdf Cloudcmp: Comparing Public Cloud]
 +
 +
VM vs. Container:  [http://blog.pierreroudier.net/wp-content/uploads/2015/08/rc25482.pdf An Updated Performance Comparison of Virtual Machines and Linux Containers]
 +
 +
Example of Docker performance test [https://community.centminmod.com/threads/centos-6-6-memcached-1-4-22-docker-image.2348/#post-11009 link]
 +
 +
Google Container Engine [https://cloud.google.com/container-engine/ (intro)] [https://cloud.google.com/container-engine/docs/quickstart (quickstart)]
 +
 +
--------------
 +
'''Real-Time Streaming'''
 +
 +
Amazon Kinesis [https://aws.amazon.com/kinesis/ link]
 +
 +
Google Cloud Dataflow [https://cloud.google.com/dataflow/ (intro)] [https://cloud.google.com/dataflow/docs/quickstarts/quickstart-python (quickstart using Python)]
 +
 +
 +
--------------
 +
'''Internet-of-Things'''
 +
 +
Amazon IoT [https://aws.amazon.com/iot/ link]
 +
 +
Amazon IoT Developer Guide [http://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html link]
 +
 +
A Collection of IoT Projects Powered by AWS [https://www.hackster.io/amazonwebservices/products/aws-iot?sort=trending link]
 +
 +
AWS IoT Button: A Easy-to-use and Programmable Embedded Device [https://aws.amazon.com/iot/button/ link]
 +
 +
Amazon SNS Developer Guide [http://docs.aws.amazon.com/sns/latest/dg/welcome.html link]
 +
 +
--------------
 +
'''Real-Time Messaging Service'''
 +
 +
Example of messaging middleware evaluation-1 [http://bravenewgeek.com/tag/rabbitmq/ link]
 +
 +
Example of messaging middleware evaluation-2 [http://blog.x-aeon.com/2013/04/10/a-quick-message-queue-benchmark-activemq-rabbitmq-hornetq-qpid-apollo/ link]
 +
 +
Google Cloud Pub/Sub [https://cloud.google.com/pubsub/ link]
 +
 +
To test end-to-end (one-way) latency, use PTP (Precision Time Protocol) to synchronize two hosts [https://sourceforge.net/projects/ptpd/ link]
 +
 +
 +
--------------
 +
'''Amazon/Google Free Trial and Credit Programs'''
 +
 +
Amazon [https://aws.amazon.com/education/awseducate/apply link]
 +
 +
Google [https://console.cloud.google.com/freetrial?_ga=1.135057203.306876953.1472072091 link]; also, see the course slides for other available credits.

Revision as of 21:26, 19 January 2017

Today



IaaS

A basic tutorial for AWS EC2 from WUSTL CSE330 link

Compare IaaS of several popular public cloud: Cloudcmp: Comparing Public Cloud

VM vs. Container: An Updated Performance Comparison of Virtual Machines and Linux Containers

Example of Docker performance test link

Google Container Engine (intro) (quickstart)


Real-Time Streaming

Amazon Kinesis link

Google Cloud Dataflow (intro) (quickstart using Python)



Internet-of-Things

Amazon IoT link

Amazon IoT Developer Guide link

A Collection of IoT Projects Powered by AWS link

AWS IoT Button: A Easy-to-use and Programmable Embedded Device link

Amazon SNS Developer Guide link


Real-Time Messaging Service

Example of messaging middleware evaluation-1 link

Example of messaging middleware evaluation-2 link

Google Cloud Pub/Sub link

To test end-to-end (one-way) latency, use PTP (Precision Time Protocol) to synchronize two hosts link



Amazon/Google Free Trial and Credit Programs

Amazon link

Google link; also, see the course slides for other available credits.