I have installed AWS CloudWatch agent on my EC2 instance and configured with the amazon-cloudwatch-agent-config-wizard
. The AWS credentials are stored in .aws/credentials
and picked up by the wizard during configuration.
Now I am checking the status of the agent, but I do not understand what "cwoc_status": "stopped"
refers to?
Here the output of the agent status:
ubuntu@ip-address:~$ sudo /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-ctl -m ec2 -a status
{
"status": "running",
"starttime": "2021-02-09T05:37:12+00:00",
"configstatus": "configured",
"cwoc_status": "stopped",
"cwoc_starttime": "",
"cwoc_configstatus": "not configured",
"version": "1.247347.3b250378"
}