[Modified/Added] Cloud Computing Section Doc. Updated

This commit is contained in:
kananinirav
2022-11-07 22:29:01 +09:00
parent ff7e1525cc
commit 39960fcbf0
3 changed files with 10 additions and 16 deletions

View File

@@ -29,23 +29,13 @@
### The Deployment Models of the Cloud
**Private Cloud:**
| **Private Cloud:** | **Public Cloud:** | **Hybrid Cloud:** |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- |
| Cloud services used by a single organization, not exposed to the public. | Cloud resources owned and operated by a thirdparty cloud service provider delivered over the Internet. | Keep some servers on premises and extend some capabilities to the Cloud |
| Complete control | Six Advantages of Cloud Computing | Control over sensitive assets in your private infrastructure |
| Security for sensitive applications | | Flexibility and costeffectiveness of the public cloud |
| Meet specific business needs | |
- Cloud services used by a single organization, not exposed to the public.
- Complete control
- Security for sensitive applications
- Meet specific business needs
**Public Cloud:**
- Cloud resources owned and operated by a thirdparty cloud service provider delivered over the Internet.
- Six Advantages of Cloud Computing
**Hybrid Cloud:**
- Keep some servers on premises and extend some capabilities to the Cloud
- Control over sensitive assets in your private infrastructure
- Flexibility and costeffectiveness of the public cloud
### The Five Characteristics of Cloud Computing
@@ -97,6 +87,8 @@
- **Software as a Service (SaaS)**
- Completed product that is run and managed by the service provider
![Cloud Models](../images/cloud_models.jpg)
### Example of Cloud Computing Types
- **Infrastructure as a Service:**
@@ -187,6 +179,8 @@ If you need to launch a new application, where should you do it?
- CUSTOMER = RESPONSIBILITY FOR THE SECURITY **IN** THE CLOUD
- AWS = RESPONSIBILITY FOR THE SECURITY **OF** THE CLOUD
![Shared Responsibility Model](../images/Shared_Responsibility_Model.jpg)
* * *
[<img align="center" src="../images/back-arrow.png" height="20" width="20"/> Index](../README.md)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[IAM: Identity Access & Management <img align="center" src="../images/forward-arrow.png" height="20" width="20"/>](./iam.md)