building an application with AWS
SJU ACM STUDENT CHAPTER
Sign In Form:
What Goes into making an app?
Importance of cloud services
Why aws?
As AWS expands its infrastructure and customer base, it achieves economies of scale. This means that the cost per unit of providing cloud services decreases as the scale of operations increases. AWS can pass on these cost savings to customers through price reductions while still maintaining healthy profit margins.
Cloud computing Service model Categories
Aws services for you
virtual private cloud (vpc) & aws elastic cloud compute (ec2)
simple storage service (s3)
s3 - scalable object storage that essentially has unlimited storage. it can scale up or down depending on the requirements, it can be replicated across regions and availability zones to ensure availability. there are tools like the key management system (kms) that allows users to protect their data in transit. s3 can be used for data backup, content storage and retrieval, data archiving, and more. it can even be used as a nosql database (similar to aws dynamodb).
note: object storage means that it can be any type of data such as videos, audio, documents, web content (html/css/js files), and more.
Relational database service (rds) & route 53
elastic beanstalk
Link for elastic beanstalk simple application set up:
https://www.youtube.com/watch?v=2BoVhej0QVI
understanding this:
Thank you!