zoukankan      html  css  js  c++  java
  • [SAP] CloudWatch

    CloudWatch Alarms

    • Can trigger actions: EC2 action (reboot, stop, terminate, recover), Auto Scaling, SNS
    • Alarm events can be intercepted by CloudWatch Events

    CloudWath Logs

    • Log groups: arbitrary name, usually representing an application
    • Log stream: instances within application / log files / containers
    • Can define a log expiration policies (never expire, 30 days, etc...)
    • Optional KMS encryption
    • CloudWatch Logs can send logs to:
      • S3
      • KDS
      • KDF
      • Lambda
      • ElasticSearch

    CloudWatch Logs - S3 Export

    • S3 bucket must be encrypted with AES-256 (SSE-S3), not SSE-KMS
    • Log data can take up to 12 hours to become available for export (so it is not real time usecase)
    • The API call is CreateExportTask
    • Not near-real time or real-time... use Logs Subscriptions instead

     

    • For multi-account or multi region cloudwatch logs aggregation, need to send KDS first.
    • NOT KDF first
    • Then forward to S3

     

     

     

     

  • 相关阅读:
    python base64加密文本内容(1)
    python 翻译爬虫
    json为txt文本加密
    python json
    repr()函数
    linux 基本命令
    测试管理工具--禅道
    测试基础理论
    测试用例--场景法
    测试用例--测试大纲(提纲)法
  • 原文地址:https://www.cnblogs.com/Answer1215/p/15330693.html
Copyright © 2011-2022 走看看