Starting and stopping Discovery Agent data collection
After the Discovery Agent is deployed and configured, if data collections stops you can restart it. You can start or stop data collection through the console by following the steps in Starting and stopping data collectors in the AWS Migration Hub console, or by making API calls through the AWS CLI.
To install the AWS CLI and start or stop data collection
-
If you have not already done so, install the AWS CLI appropriate to your OS type (Windows or Mac/Linux). See the AWS Command Line Interface User Guide for instructions.
-
Open the Command prompt (Windows) or Terminal (MAC/Linux).
-
Type
aws configure
and press Enter. -
Enter your AWS Access Key ID and AWS Secret Access Key.
-
Enter your home region for the Default Region Name, for example
. (We are assuming thatus-west-2
us-west-2
is your home region in this example.) -
Enter
text
for Default Output Format.
-
-
To find the ID of the agent you want to stop or start data collection for, type the following command:
aws discovery describe-agents
-
To start data collection by the agent, type the following command:
aws discovery start-data-collection-by-agent-ids --agent-ids
<agent ID>
To stop data collection by the agent, type the following command:
aws discovery stop-data-collection-by-agent-ids --agent-ids
<agent ID>