Update these values in config.php:
Free Tier: 5,000 images per month for the first 12 months
After Free Tier: $0.001 per image processed
Face Storage: $0.01 per 1,000 face metadata stored per month
Much more cost-effective than Azure Face API!
For production use, create a custom policy with minimal permissions:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"rekognition:CreateCollection",
"rekognition:ListCollections",
"rekognition:IndexFaces",
"rekognition:SearchFacesByImage"
],
"Resource": "*"
}
]
}