quartz/content/BigData/Cloud Computing.md
2025-07-23 20:36:04 +03:00

29 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##### Benefits of Cloud Computing
- **Elasticity**: Start small and scale as needed.
- **Cost-efficiency**: No need to spend money on data centers.
- **No capacity guessing**: Scale automatically based on demand.
- **Economies of scale**: Benefit from AWSs vast infrastructure.
- **Agility**: Deploy resources quickly.
- **Global Reach**: Go international within minutes.
##### Deployment Models in the Cloud
- **IaaS** (Infrastructure as a Service):
- Virtual machines, storage, networks
- e.g., Amazon EC2.
- **PaaS** (Platform as a Service):
- Managed environments for building apps
- e.g., AWS Elastic Beanstalk.
- **[[Cloud Services#Selling Your Service |SaaS]]** (Software as a Service):
- Full applications delivered over the internet
- e.g., Gmail.
##### Deployment Strategies of Cloud Computing
- **On-Premises (Private Cloud)**: Owned and operated on-site.
- **Public Cloud**: Fully hosted on cloud provider infrastructure.
- **Hybrid Cloud**: Combines on-premises and cloud resources.
##### Cloud Providers Comparison
![[Screenshot 2025-07-23 at 13.54.07.png | 600]]
> Next [[AWS Cloud Services]]