11flowchart 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
76account discovery
87mode 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
1413CloudFormation console.
1514NB: the error from the
1615main stack is insufficent,
1716retrieve the error from
1817the first nested stack
19- failed.]
20- D --> | No | F [ Follow instructions
18+ failed." ]
19+ D --> | No | F [ " Follow instructions
2120in <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" ]
2322F --> A
24- C --> | SELF_MANAGED | G { Has the required
23+ C --> | SELF_MANAGED | G { " Has the required
2524CloudFormation been deployed
2625in the accounts and regions
2726to 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
3029template exacty once in each
3130account and the regional
3231template 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." ]
3736C --> | 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>
4039that are missing and that are
4140known 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
4443or Opensearch DBs
4544have abnormally high
4645CPU 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
4948discovery process running
5049in 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
5352size of the DBs
5453through CloudFormation
5554as 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>." ]
5756ScaleDbs --> A
58- OutOfMemory --> | Yes | L [ Increase the memory of
57+ OutOfMemory --> | Yes | L [ " Increase the memory of
5958the discovery task
6059by updating the Memory
6160parameter in
6261CloudFormation 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>." ]
6463L --> 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
6867errors for the discovery
6968process running in ECS?
7069Verify 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