Use common Agent CLI commands - Amazon Data Firehose
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Firehose supports database as a source in all Amazon Web Services Regions except China Regions, Amazon GovCloud (US) Regions, and Asia Pacific (Malaysia). This feature is in preview and is subject to change. Do not use it for your production workloads.

Use common Agent CLI commands

The following table provides a set of common use cases and corresponding commands for working with the Amazon Kinesis agent.

Use case Command

Automatically start the agent on system start up

sudo chkconfig aws-kinesis-agent on

Check the status of the agent

sudo service aws-kinesis-agent status

Stop the agent

sudo service aws-kinesis-agent stop

Read the agent's log file from this location

/var/log/aws-kinesis-agent/aws-kinesis-agent.log

Uninstall the agent

sudo yum remove aws-kinesis-agent