Skip to content

Commit ec18fd2

Browse files
authored
Merge pull request #494 from aws-solutions/fix-flow-cart-markdown
fix mermaidjs markdown for debugging flow chart
2 parents ace0893 + 8da5aa3 commit ec18fd2

File tree

1 file changed

+32
-34
lines changed

1 file changed

+32
-34
lines changed

debugging-flowchart.mmd

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,70 @@
11
flowchart TD
2-
A(Deploy
3-
CloudFormation Template)
4-
A --> B{Was deployment
5-
successful?}
6-
B -->|Yes| C{What cross
2+
A("Deploy CloudFormation Template")
3+
A --> B{"Was deployment
4+
successful?"}
5+
B -->|Yes| C{"What cross
76
account discovery
87
mode is being
9-
used?}
10-
B -->|No| D{Were deployment
8+
used?"}
9+
B -->|No| D{"Were deployment
1110
<u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/deployment-process-overview.html'>pre-requisites</a></u>
12-
checked?}
13-
D -->|Yes| E[Retrieve errors from
11+
checked?"}
12+
D -->|Yes| E["Retrieve errors from
1413
CloudFormation console.
1514
NB: the error from the
1615
main stack is insufficent,
1716
retrieve the error from
1817
the first nested stack
19-
failed.]
20-
D -->|No| F[Follow instructions
18+
failed."]
19+
D -->|No| F["Follow instructions
2120
in <u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/deployment-process-overview.html'>pre-requisites</a></u>
22-
documentation]
21+
documentation"]
2322
F --> A
24-
C -->|SELF_MANAGED| G{Has the required
23+
C -->|SELF_MANAGED| G{"Has the required
2524
CloudFormation been deployed
2625
in the accounts and regions
2726
to be discovered as per the
28-
<u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/deployment-process-overview.html'>documention</a></u>?}
29-
G --> |No| I[Deploy the global resources
27+
<u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/deployment-process-overview.html'>documention</a></u>?"}
28+
G --> |No| I["Deploy the global resources
3029
template exacty once in each
3130
account and the regional
3231
template in every region as
33-
<u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/import-a-region.html'>documented</a></u>.]
34-
G --> |Yes| UiErrors{Are there errors dispalyed in the UI}
35-
UiErrors --> |Yes| GetUiLogs[Retrieve any browser errors
36-
using the browser dev tools.]
32+
<u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/import-a-region.html'>documented</a></u>."]
33+
G --> |Yes| UiErrors{"Are there errors dispalyed in the UI"}
34+
UiErrors --> |Yes| GetUiLogs["Retrieve any browser errors
35+
using the browser dev tools."]
3736
C -->|AWS_ORGANIZATIONS| UiErrors
38-
UiErrors --> |No| MissingResources{Are there resource types
37+
UiErrors --> |No| MissingResources{"Are there resource types
3938
<u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/supported-resources-1.html'>supported by WD</a></u>
4039
that are missing and that are
4140
known to be deployed in
42-
the target accounts?}
43-
OutOfMemory --> |No| DbCpuStats{Do either the Neptune
41+
the target accounts?"}
42+
OutOfMemory --> |No| DbCpuStats{"Do either the Neptune
4443
or Opensearch DBs
4544
have abnormally high
4645
CPU spikes? Verify by following
47-
<u><a href='https://aws-solutions.github.io/workload-discovery-on-aws/workload-discovery-on-aws/2.0/scaling-the-discovery-process.html#_prerequisites'>the pre-requisite steps</a></u>.}
48-
DbCpuStats ---> |No| GetEcsLogs[Retrieve the logs for the
46+
<u><a href='https://aws-solutions.github.io/workload-discovery-on-aws/workload-discovery-on-aws/2.0/scaling-the-discovery-process.html#_prerequisites'>the pre-requisite steps</a></u>."}
47+
DbCpuStats ---> |No| GetEcsLogs["Retrieve the logs for the
4948
discovery process running
5049
in ECS as per
51-
<u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/deployment-process-overview.html'>the documention</a></u>.]
52-
DbCpuStats ---> |Yes| ScaleDbs[Increase the instance
50+
<u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/deployment-process-overview.html'>the documention</a></u>."]
51+
DbCpuStats ---> |Yes| ScaleDbs["Increase the instance
5352
size of the DBs
5453
through CloudFormation
5554
as per the
56-
<u><a href='https://aws-solutions.github.io/workload-discovery-on-aws/workload-discovery-on-aws/2.0/scaling-the-discovery-process.html#_increasing_the_database_instance_sizes'>the documention</a></u>.]
55+
<u><a href='https://aws-solutions.github.io/workload-discovery-on-aws/workload-discovery-on-aws/2.0/scaling-the-discovery-process.html#_increasing_the_database_instance_sizes'>the documention</a></u>."]
5756
ScaleDbs --> A
58-
OutOfMemory --> |Yes| L[Increase the memory of
57+
OutOfMemory --> |Yes| L["Increase the memory of
5958
the discovery task
6059
by updating the Memory
6160
parameter in
6261
CloudFormation as per
63-
<u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/launch-the-stack.html'>the documentation</a></u>.]
62+
<u><a href='https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/launch-the-stack.html'>the documentation</a></u>."]
6463
L --> A
65-
MissingResources ----> |No| UiProblem[Describe the problem you are
66-
seeing and the steps to reproduce]
67-
MissingResources --> |Yes| OutOfMemory[Are there out of memory
64+
MissingResources ----> |No| UiProblem["Describe the problem you are
65+
seeing and the steps to reproduce."]
66+
MissingResources --> |Yes| OutOfMemory["Are there out of memory
6867
errors for the discovery
6968
process running in ECS?
7069
Verify by following
71-
<u><a href='https://aws-solutions.github.io/workload-discovery-on-aws/workload-discovery-on-aws/2.0/scaling-the-discovery-process.html#_prerequisites_2'>the pre-requisite steps</a></u>.]
72-
70+
<u><a href='https://aws-solutions.github.io/workload-discovery-on-aws/workload-discovery-on-aws/2.0/scaling-the-discovery-process.html#_prerequisites_2'>the pre-requisite steps</a></u>."]

0 commit comments

Comments
 (0)