Reading Notes
What is the difference between a FIFO and standard queue? A standard queue operates with a first in first out principal aka FIFO.
How can the server be assured a message was properly received? A server can request that a recipient sends a confirmation of receipt.
What classic design pattern is represented by event driven programming? A messaging service is a classic event driven architecture.
how do you test an event driven system? Run multiple clients and confirm that they are communicating appropriately.
Server Instances Virtual server “machines” that function in the cloud to handle application traffic
Containers Similar to a server instance, a container is an allocation of server resources for a Lambda function
Cloud Services Decentralized infrastructure that provides application scalability, management, and deployment
Cloud Architecture Software that is designed for cloud services
AWS Amazon Web Services
EC2/BeanStalk vs Heroku Elastic Compute Cloud and Elastic BeanStalk are Amazon’s services that provide scalability, management, and deployment. Heroku allows developers to build, run, and operate applications in the cloud.