reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

AWS: Cloud Servers

AWS



Review, Research, and Discussion

Describe the Web-Request-Response-Cycle❓ 📁

The web is a cycle of requests and responses that flow between clients and servers.
The request/response cycle traces how a user’s request flows through the app. Is a useful guide to see how all the app’s files and folders fit together.

Request-Response

Explain what a “server” is, as it relates to the WRRC❓

A server program awaits and achieves requests from client programs, which might be running in the same, or other computers. application in a computer might function as a client with requests for services from other programs and as a server of requests from other programs.

What does it mean to “deploy” an application❓ 📁

📁

What is a client?

A client is a piece of computer hardware or software that accesses a service made available by a server. Generally, clients are web browsers (like Chrome or Firefox), but clients can also be API’s making requests to another server.

What is an HTTP request?

A HTTP request is a text string generated by the client and sent to the server containing the specifications of the resource the client is asking for. A resource is anything that can accessed via the web.


<hr>

What is a Virtual Machine (vm) ❓

Cloud computing is the on-demand availability of computer system resources, especially data storage (cloud storage) and computing power, without direct active management by the user. 📁

Virtualization computing uses software to create an abstraction layer over computer hardware that allows the hardware elements of a single computer—processors, memory, storage and more—to be divided into multiple virtual computers, commonly called virtual machines (VMs). 📁

Amazon Elastic Compute Cloud (Amazon EC2)

AWS Elastic Beanstalk


<hr>

AWS

📁Virtual Machines VID

📁VMS and the Cloud VID

📁AWS EC2

📁EC2 For Humans VID

📁Elastic Beanstalk VID