Skip to content

Commit 57c6269

Browse files
Update multi-cloud-operating-model.md
formatting/ typo
1 parent 07fd111 commit 57c6269

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

manageability-and-operations/operations-advisory/operating-model/multi-cloud-operating-model.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Let's start with the basics:
2222
1. Make Automation part of your culture if this is not the case.
2323
If, in a single-cloud provider scenario, its importance is not always perceived as crucial, except for large-scale deployments, automation becomes paramount in a multi-cloud scenario.
2424

25-
a.Define which Operating scenarios you need to automate: what will be most frequent operations you will need to run? what are the most complex and prone to human errors?
25+
a.Define which Operating scenarios you need to automate: what will be the most frequent operations you will need to run? what are the most complex and prone to human errors?
2626

27-
b. Define the roles:Two typical roles in Infrastructure as Code (IaC) are IaC Developer and Cloud Operator. The IaC Developer provides essential building blocks--modules in Terraform, Playbooks in Ansible--which are used by the Cloud Operator to deploy resources. The same module or playbook will be used many times to create the same type of resource, each time providing specific parameters for the instantiation. Reusable Terraform modules and Ansible playbooks ensure deployed resources adhere to company-wide or organisational standards.
27+
b. Define the roles: Two typical roles in Infrastructure as Code (IaC) are IaC Developer and Cloud Operator. The IaC Developer provides essential building blocks--modules in Terraform, and Playbooks in Ansible--which are used by the Cloud Operator to deploy resources. The same module or playbook will be used many times to create the same type of resource, each time providing specific parameters for the instantiation. Reusable Terraform modules and Ansible playbooks ensure deployed resources adhere to company-wide or organizational standards.
2828

29-
c. Define Approval workflows for changes: tipically you will want to protect resource from unwanted changes.
29+
c. Define Approval workflows for changes: typically you will want to protect resources from unwanted changes.
3030

31-
d. Make your coding provider-agnostic and modular.
31+
d. Make your coding provider agnostic and modular.
3232

3333
2. Decide on the repository structure: this will need to support your Multi-cloud approach.
3434

@@ -40,11 +40,6 @@ The following Diagram depicts as an example, the use of ServiceNow ITOM to opera
4040

4141
![alt ServiceNow Itom Integration](servicenowitomintegration.png)
4242

43-
44-
45-
46-
47-
4843
# Establish a FinOps practice
4944

5045
Just like Automation and Observability practices, keeping consumption and usage under control and forecastable across cloud providers is another key element to be kept into consideration in a Multi-Cloud Operating Model.

0 commit comments

Comments
 (0)