standard
turbot/aws_compliance

Trigger: Detect & correct API Gateway rest API stages with x-ray tracing disabled

Detect API Gateway rest API stages with x-ray tracing disabled and then skip or enable x-ray tracing.

Query

select
concat(rest_api_id, ' [', '/', account_id, '/', region, ']') as title,
rest_api_id,
name as stage_name,
region,
sp_connection_name as conn
from
aws_api_gateway_stage
where
not tracing_enabled;

Schedule

15m

Tags

category = Compliance
mod = aws
service = AWS/APIGateway