req-nf-ops-log-management

Design AWS log management across capture, storage, analysis, and monitoring.

Updated May 18, 2026
One-click install
npx skills add https://github.com/ABLER-Digital-Services/ai-guild --skill req-nf-ops-log-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: req-nf-ops-log-management
Source: https://github.com/ABLER-Digital-Services/ai-guild/tree/main/skills/req-nf-ops-log-management
Command: npx skills add https://github.com/ABLER-Digital-Services/ai-guild --skill req-nf-ops-log-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS運用で必要になるログ管理設計(収集→転送→保管→分析→監視)を、ログ種別ごとに整理し、保管期間・アクセス制御・コスト/運用まで一貫した形で定義できるようにします。

Core Features & Use Cases

  • ログライフサイクル設計: 「収集→転送→保管→分析→監視」を通しで設計し、各段階の役割と成果物を明確化します
  • ログ種別の棚卸しと設計: CloudTrail、VPC Flow Logs、ALBアクセスログ、CloudWatch Logs等のログを、収集元・転送先・保管先・保管期間・根拠とともに整理します
  • 分析/監視/アクセス制御の定義: AthenaやSplunk等の分析方針、CloudWatch Alarmによる監視、IAM/バケットポリシー等の閲覧権限・改ざん防止観点まで落とし込みます
  • 成果物テンプレート化: 主要な設計章構成(方針前提、種別一覧、収集、転送集約、保管、分析、監視、アクセス制御、運用コスト)で、ログ管理設計書を作成・更新します

Quick Start

Use the req-nf-ops-log-management skill to produce a complete “基盤概要設計_ログ管理編.md” document for AWS log management that covers collection, delivery, S3 storage lifecycle, Athena analysis, CloudWatch alarm monitoring, and access control, based on your compliance and operational requirements.

Frequently Asked Questions about req-nf-ops-log-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design AWS log management across collection, storage, and monitoring?

AWS log management design requires mapping the lifecycle of capture, delivery via Kinesis Firehose, S3 storage retention, Athena analysis, and CloudWatch monitoring for logs like CloudTrail and VPC Flow Logs.

What is the best way to structure S3 retention policies for CloudTrail and VPC Flow Logs?

S3 retention policies for CloudTrail and VPC Flow Logs require defining explicit retention periods with legal and operational rationale, alongside S3 lifecycle rules to manage storage costs and compliance.

How does Kinesis Data Firehose work with S3 for ALB access log aggregation?

Kinesis Data Firehose delivers and aggregates ALB access logs into S3, providing a centralized storage layer that enables subsequent Athena analytics and defined lifecycle retention management.

Can I use Athena and Splunk together for CloudWatch Logs analysis?

Yes, you can define analysis tooling policies for Athena and Splunk to query CloudWatch Logs transferred to S3, establishing concrete choices for querying aggregated log data.

How do I implement access control and tamper-resistance for AWS log storage?

Implement access control and tamper-resistance for AWS log storage by defining IAM roles and S3 bucket policies that restrict log viewing permissions and enforce immutability for compliance.

Why do I need explicit retention periods in a cloud architecture log lifecycle?

Explicit retention periods in a cloud architecture log lifecycle ensure compliance with legal requirements and operational needs while controlling storage costs for S3 stored logs like CloudTrail.