Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 2.5 KB

File metadata and controls

19 lines (14 loc) · 2.5 KB

Reading Notes Class 17

  • What is Amazon S3? Amazon Simple Storage Service (Amazon S3) is an object storage service offering industry-leading scalability, data availability, security, and performance.

  • Name some use cases for Amazon S3. Customers of all sizes and industries can use Amazon S3 to store and protect any amount of data for a range of use cases, such as data lakes, websites, mobile applications, backup and restore, archive, enterprise applications, IoT devices, and big data analytics.

  • Name some benefits of using Amazon S3. Budget-friendly. As we discussed earlier, Amazon provides services based on a pay-as-you-go model. High scalability. Scalability is the measure to increase or decrease the resource as per need.

  • What is AWS Lambda? AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you. These events may include changes in state or an update, such as a user placing an item in a shopping cart on an ecommerce website.

  • Name some use cases for AWS Lambdas. File processing – Suppose you have a photo sharing application. Data and analytics – Suppose you are building an analytics application and storing raw data in a DynamoDB table. Websites – Suppose you are creating a website and you want to host the backend logic on Lambda.

  • Describe “serverless” to a non-technical friend. This is very simple is means that you can run code without having to worry about the hassle of server manangement means it give you more time a resources to funnel towards your code.

  • What is a CDN? A content delivery network (CDN) is a network of interconnected servers that speeds up webpage loading for data-heavy applications. CDN can stand for content delivery network or content distribution network.

  • How does a CDN work with relation to the website visitor? A CDN is a network of servers that distributes content from an “origin” server throughout the world by caching content close to where each end user is accessing the internet via a web-enabled device. The content they request is first stored on the origin server and is then replicated and stored elsewhere as needed.

  • What are the benefits of employing a CDN? Decrease Server Load. Improve Site Speed and Website Performance. Allow Audience Segmentation Based on User Analytics. Reduce Packet Loss and Lower Network Latency. EnableAdvanced Website Security. Enhance Content Availability. Contribute to Cost Savings by Reducing Bandwidth.

Additional Information