Generate a target preview from an experiment template
Before you start an experiment, you can generate a target preview to verify that your experiment template is configured to target the expected resources. The resources that are targeted when you begin the actual experiment may be different from those in the preview, as resources may be removed, updated, or sampled randomly. When you generate a target preview, you start an experiment that skips all actions.
Note
Generating a target preview does not allow you to verify that you have the necessary permissions to take actions on your resources.
To start a target preview using the console
Open the AWS FIS console at https://console.aws.amazon.com/fis/
. -
In the navigation pane, choose Experiment templates.
-
To view the targets for the experiment template, choose Targets.
-
To verify your target resources for the experiment template, choose Generate Preview. When you run an experiment, this target preview will be automatically updated with the targets from the most recent experiment.
To start a target preview using the CLI
-
Run the following start-experiment
command. Replace the values in italics with your own values. aws fis start-experiment \ --experiment-options actionsMode=skip-all \ --experiment-template-id
EXTxxxxxxxxx