If the user wants to send the data to CloudWatch to view the data visually, which of the below mentioned statements is true with respect to the information given above?
The user needs to use AWS CLI or API to upload the data
The user can use the AWS Import Export facility to import data to CloudWatch
The user will upload data from the AWS console
The user cannot upload data to CloudWatch since it is not an AWS service metric
Explanations:
The user needs to use AWS CLI or API to upload custom data (like temperature readings) to CloudWatch.
AWS Import/Export is used for transferring large amounts of data to and from AWS, not for real-time metric uploads.
Data cannot be uploaded directly from the AWS Console; it must be done via API or CLI for custom metrics.
CloudWatch supports custom metrics, so the user can upload the temperature data as a custom metric.