diff --git a/subjects/devops/cloud-design/README.md b/subjects/devops/cloud-design/README.md index 9352492f2..0ec231124 100644 --- a/subjects/devops/cloud-design/README.md +++ b/subjects/devops/cloud-design/README.md @@ -96,7 +96,7 @@ Choose a popular cloud platform certification to pursue, based on the platform y ### Infrastructure as Code: -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. +Provision the necessary resources for your cloud environment using `Terraform` as a Infrastructure as Code (IaC) tools. This includes setting up virtual machines, containers, networking components, and storage services. ### Containerize the microservices: @@ -133,7 +133,7 @@ Before starting this project, you should know the following: - Basic DevOps concepts and practices. - Familiarity with containerization and orchestration tools, such as Docker and Kubernetes. - Understanding of cloud platforms, such as AWS, Azure, or GCP. -- Familiarity with Infrastructure as Code (IaC) tools, such as Terraform or CloudFormation. +- Familiarity with Terraform as a Infrastructure as Code (IaC) tools. - Knowledge of monitoring and logging tools, such as Prometheus, Grafana, and ELK stack. > Any lack of understanding of the concepts of this project may affect the difficulty of future projects, take your time to understand all concepts. diff --git a/subjects/devops/cloud-design/audit/README.md b/subjects/devops/cloud-design/audit/README.md index 0d856d08c..3f1b1cb04 100644 --- a/subjects/devops/cloud-design/audit/README.md +++ b/subjects/devops/cloud-design/audit/README.md @@ -84,7 +84,7 @@ Review the student's architecture design, ensuring that it meets the project req ##### Evaluate the infrastructure setup. -###### Are the `Infrastructure as Code (IaC)` tools, such as `Terraform` or `CloudFormation`, used effectively to provision and manage resources in the cloud environment? +###### Are `Terraform` used effectively to provision and manage resources in the cloud environment? ###### Does the infrastructure setup follow the best practices for security and resource management?