Browse Source

docs(cloud-design) clarification of the technical words

pull/2041/head
Zouhair AMAZZAL 2 years ago committed by Zouhair AMAZZAL
parent
commit
f57f459b73
  1. 6
      subjects/devops/cloud-design/README.md
  2. 4
      subjects/devops/cloud-design/audit/README.md

6
subjects/devops/cloud-design/README.md

@ -105,7 +105,7 @@ Select a cloud provider (AWS, Azure, GCP, or any other provider of your choice)
### Infrastructure as Code: ### Infrastructure as Code:
Provision the necessary resources for your cloud environment using IaC tools like `Terraform` or `CloudFormation`. This includes setting up virtual machines, containers, networking components, and storage services. Provision the necessary resources for your cloud environment using Infrastructure as Code (IaC) tools like `Terraform` or `CloudFormation`. This includes setting up virtual machines, containers, networking components, and storage services.
### Containerize the microservices: ### Containerize the microservices:
@ -143,7 +143,7 @@ If you complete the mandatory part successfully and you still have free time, yo
- Use CDN to optimize your solution. - Use CDN to optimize your solution.
- Alerts - Alerts.
Challenge yourself! Challenge yourself!
@ -153,4 +153,4 @@ Upon completing this project, you should submit the following:
- Your documentation in the `README.md` file. - Your documentation in the `README.md` file.
- Source code for the microservices and any scripts used for deployment. - Source code for the microservices and any scripts used for deployment.
- Configuration files for your IaC, containerization, and orchestration tools. - Configuration files for your Infrastructure as Code (IaC), containerization, and orchestration tools.

4
subjects/devops/cloud-design/audit/README.md

@ -6,7 +6,7 @@ Files that must be inside the repository:
- A documentation in the `README.md` file. - A documentation in the `README.md` file.
- Source code for the microservices and any scripts used for deployment. - Source code for the microservices and any scripts used for deployment.
- Configuration files for your IaC, containerization, and orchestration tools. - Configuration files for the Infrastructure as Code (IaC), containerization, and orchestration tools.
###### Are all the required files present? ###### Are all the required files present?
@ -89,7 +89,7 @@ The Documentation must exist in the `README.md` file!
##### Evaluate the infrastructure setup ##### Evaluate the infrastructure setup
###### Are the IaC tools, such as Terraform or CloudFormation, used effectively to provision and manage resources in the cloud environment? ###### Are the Infrastructure as Code (IaC) tools, such as Terraform or CloudFormation, used effectively to provision and manage resources in the cloud environment?
###### Does the infrastructure setup follow best practices for security and resource management? ###### Does the infrastructure setup follow best practices for security and resource management?

Loading…
Cancel
Save