728x90
어플리케이션 로그 : EC2에 CloudWatch Agent 설치를 통해 스트림 할 수 있음
- 미들웨어 생성 로그
- 어플리케이션 코드 생성 로그
- 커스텀 로그 메시지와 Stack Trace를 포함하고 있음
- 로컬 파일시스템에 생성
- ECS, Fargate, Elastic Beanstalk, Lambda를 사용할 경우 CloudWatchLog에 바로 연결 가능
OS 로그 : EC2에 CloudWatch Agent 설치를 통해 스트림 할 수 있음
- OS로부터 생성되는 로그(이벤트성, 시스템성)
AWS 관리형 로그
- Load Balancer Access Logs (ALB, NLB, CLB) => to S3
Access logs for your Load Balancers - CloudTrail Logs => to S3 and CloudWatch Logs
Logs for API calls made within your account - VPC Flow Logs => to S3 and CloudWatch Logs
Information about IP traffic going to and from network interfaces in yourVPC - Route 53 Access Logs => to CloudWatch Logs
Log information about the queries that Route 53 receives - S3 Access Logs => to S3
Server access logging provides detailed records for the requests that are made to a bucket - CloudFront Access Logs => to S3
Detailed information about every user request that CloudFront receives
'IaaS > 퍼블릭클라우드' 카테고리의 다른 글
(AWS) X-Ray에 대해서 (0) | 2022.03.17 |
---|---|
(AWS) S3 버킷에 Event Trigger를 생성하기 (0) | 2022.03.16 |
(AWS) CloudWatch Filter를 사용하여 향상된 로그 관리 (0) | 2022.03.15 |
(AWS) CloudWatch 에서 Apache 로그 수집을 위해 Agent 사용 (0) | 2022.03.14 |
(AWS) CloudWatch Alarm에 대해서 (0) | 2022.03.12 |