Reading-Notes

Class 17 Summary:

AWS: S3 and Lambda :

Describe “The Cloud” :

What is a container (as it relates to computers and servers)?

What is auto-scaling?

What is bandwidth?

How do cloud providers compute service costs?

Document the following Vocabulary Terms :

Term  
Server Instances collection of SQL Server databases which are run by a solitary SQL Server service or instance
Containers 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
Cloud Services services available via a remote cloud computing server rather than an on-site server
Cloud Architecture the way technology components combine to build a cloud, in which resources are pooled through virtualization technology and shared across a network
AWS amazon web services to build, Deploy, and Manage Websites, Apps or Processes On AWS’ Secure, Reliable Network. Sign Up for a Free Account & Experience AWS’ Secure, Reliable, Scalable Services. No Upfront Commitmen
EC2/Beanstalk vs Heroku Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. Amazon EC2’s simple web service interface allows you to obtain and configure capacity with minimal friction. It provides you with complete control of your computing resources and lets you run on Amazon’s proven computing environment

AWS S3 :

AWS Lambda :

AWS Lambda Functions :

  1. No servers to manage :AWS Lambda automatically runs your code without requiring you to provision or manage infrastructure.

  2. Continuous scaling :AWS Lambda automatically scales your application by running code in response to each event.

  3. Cost optimized with millisecond metering :With AWS Lambda, you only pay for the compute time you consume, so you’re never paying for over-provisioned infrastructure.

  4. Consistent performance at any scale :With AWS Lambda, you can optimize your code execution time by choosing the right memory size for your function.

CDN :

image1

Sources :

source1 source2 source3 source4 source5 source6 source7 source8