Skip to content

Instantly share code, notes, and snippets.

View jskyjohnson's full-sized avatar
💭
I like to code!

Sky Johnson jskyjohnson

💭
I like to code!
View GitHub Profile
#include <Adafruit_NeoPixel.h>
#define BUTTON1 10
#define BUTTON2 11
#define BUTTON3 12
#define NEOPIXELPIN 9
#define PIXEL_COUNT 5
Sky Johnson
Feburary 28th, 2017
CSCI-3308
Questions
1.When would you choose an IaaS over PaaS and why? Give an example scenario where an IaaS would be the best option and explain why it is a better choice than a PaaS (in your scenario).
IaaS is best utilized in situations where rapid scaling is needed. Infastructure based systems allow for the buisness to have direct control over that aspect of their company, without having to worry about a 3rd party resource to provide for them. This will help reduce capital costs in these applications as well.
2. Describe a security concern in cloud computing data storage.
Obviously, since the data is offsite, a certain degree of trust must be made in who/how the data is being managed. If sensitive information is being used, it might be in the best interest of the company to keep it off of a cloud system.