reading-notes

These are my reading notes for Code Fellows


Project maintained by taegorov Hosted on GitHub Pages — Theme by mattgraham

Home

AWS: S3 and Lambda

“The cloud” refers to servers that are accessed over the Internet, and the software and databases that run on those servers. Cloud servers are located in data centers all over the world. By using cloud computing, users and companies don’t have to manage physical servers themselves or run software applications on their own machines. (source)

A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. (source)

…a method used in cloud computing that dynamically adjusts the amount of computational resources in a server farm (source)

…the maximum rate of data transfer across a given path (source)

How much traffic they get, how powerful the virtual machines are, and how many things (like elastic beanstalk) you might have running.

Document the following Vocabulary Terms:

A server instance is a collection of SQL Server databases which are run by a solitary SQL Server service or instance. The details of each server instance can be viewed on the service console which can be web-based or command-line based. The instances are not linked with each other and can be controlled or managed separately. (source)

A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. (source)

The term “cloud services” refers to a wide range of services delivered on demand to companies and customers over the internet. These services are designed to provide easy, affordable access to applications and resources, without the need for internal infrastructure or hardware. From checking email to collaborating on documents, most employees use cloud services throughout the workday, whether they’re aware of it or not. (source)

Cloud Architecture refers to the various components in terms of databases, software capabilities, applications, etc. engineered to leverage the power of cloud resources to solve business problems. (source)

Amazon Web Services is a subsidiary of Amazon providing on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis. (source)

Comparable features and pricing. Heroku gets crazy expensive the more features you add (auto-scaling), and AWS is linear. AWS has an extremely steep learning curve, though, which is essentially why Heroku exists in the first place.