Create a user journey
To create a user journey (console)
-
Open the Next generation Resilience Hub console.
-
In the navigation pane, choose Systems, then choose the system you want to add a user journey to.
-
Choose the User journeys tab.
-
Choose Create user journey.
-
Provide the following details:
-
Name – Enter a name that describes the business capability (for example, "Path to purchase" or "Order fulfillment"). Name user journeys after what an end user does, not after technical components.
-
Description – (Optional) Enter a description of the user journey.
-
Associated services – (Optional) Select the services that support this user journey. You can add services later.
-
-
Choose Create user journey.
To create a user journey (AWS CLI)
-
Run the following command:
aws resiliencehubv2 create-user-journey \ --system-arn "arn:aws:resiliencehub:region:account-id:system/system-name:id" \ --name "journey-name" \ --description "journey-description"