From f57f459b73b97c44e096161bf51ec8a39b039621 Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL Date: Thu, 13 Apr 2023 08:08:19 +0000 Subject: [PATCH] docs(cloud-design) clarification of the technical words --- subjects/devops/cloud-design/README.md | 6 +++--- subjects/devops/cloud-design/audit/README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/subjects/devops/cloud-design/README.md b/subjects/devops/cloud-design/README.md index e76a2ea69..ef1e9ce67 100644 --- a/subjects/devops/cloud-design/README.md +++ b/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: -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: @@ -143,7 +143,7 @@ If you complete the mandatory part successfully and you still have free time, yo - Use CDN to optimize your solution. -- Alerts +- Alerts. Challenge yourself! @@ -153,4 +153,4 @@ Upon completing this project, you should submit the following: - Your documentation in the `README.md` file. - 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. diff --git a/subjects/devops/cloud-design/audit/README.md b/subjects/devops/cloud-design/audit/README.md index 4d4446236..36d3af0a6 100644 --- a/subjects/devops/cloud-design/audit/README.md +++ b/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. - 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? @@ -89,7 +89,7 @@ The Documentation must exist in the `README.md` file! ##### 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?