A public photo-upload portal for a community art contest must flag inappropriate images before they appear on the city website. Which AWS service analyzes images for that moderation purpose?
Select an answer to reveal the explanation.
Short Explanation
Rekognition is the bouncer at the door for pictures — it looks at the upload and can call out unsafe content before the gallery goes live. QuickSight counts charts, SNS rings the phone, and CloudFront speeds delivery; none of them inspect image content for moderation.
Full Explanation
Amazon Rekognition provides image and video analysis, including content moderation labels that help filter inappropriate uploads. A civic contest portal can use those detections before publishing. QuickSight is BI visualization, SNS is pub/sub messaging, and CloudFront is a CDN — useful nearby services, but not image-content analyzers.