• AWS SAA-C03 #157


    A company stores data in an Amazon Aurora PostgreSQL DB cluster. The company must store all the data for 5 years and must delete all the data after 5 years. The company also must indefinitely keep audit logs of actions that are performed within the database. Currently, the company has automated backups configured for Aurora.

    Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)

    A. Take a manual snapshot of the DB cluster.
    B. Create a lifecycle policy for the automated backups.
    C. Configure automated backup retention for 5 years.
    D. Configure an Amazon CloudWatch Logs export for the DB cluster.
    E. Use AWS Backup to take the backups and to keep the backups for 5 years.


    I apologize for the confusion. Let’s break down the requirements and the steps needed to meet them:

    1. Data Retention for 5 Years: The company needs to store all data for 5 years and delete all data after 5 years. This can be achieved by configuring automated backup retention for 5 years in Amazon Aurora PostgreSQL DB cluster¹. However, Amazon Aurora does not support automated backup retention for more than 35 days⁴. Therefore, you might need to consider other backup solutions such as AWS Backup or manual snapshots.

    2. Indefinite Audit Logs: The company needs to keep audit logs of actions performed within the database indefinitely. This can be achieved by using the PostgreSQL Audit extension (pgAudit) which is supported by Aurora PostgreSQL¹. You can also export the DB cluster logs to Amazon CloudWatch Logs¹ for indefinite storage and easy access².

    Given these considerations, the correct steps would be:

    E. Use AWS Backup to take the backups and to keep the backups for 5 years.
    AWS Backup allows you to centralize and automate data protection across AWS services. You can create backup policies known as backup plans, which define when and how you want to back up your AWS resources such as your Amazon Aurora PostgreSQL DB cluster⁴.

    D. Configure an Amazon CloudWatch Logs export for the DB cluster.
    Exporting the DB cluster logs to Amazon CloudWatch Logs would allow the company to store and access log files indefinitely¹. This would help in keeping an audit trail of all actions performed within the database².

    Please note that while option A (taking a manual snapshot of the DB cluster) could potentially be used as part of a backup strategy, it would not provide an automated solution for the 5-year retention requirement. Option B (creating a lifecycle policy for automated backups) is not applicable as Amazon Aurora does not support lifecycle policies for automated backups⁴.

  • 相关阅读:
    DTSE Tech Talk丨第3期:解密数据隔离方案,让SaaS应用开发更轻松
    英语写作中“一致的”、“相似的”、“相等的”identical similar equal等的用法
    HashMap高频面试题,让你掌握青铜回答与王者级回答,你值得拥有
    java通过拦截器实现项目每次执行sql耗时统计,可配置是否打印
    mysql(5.5)启动服务和环境配置
    ddns动态域名注册
    elementui日期时间选择框自定义组件
    Linux操作系统~进程地址空间
    Vue3执行流程思路分析-流程图
    Avalonia开发(一)环境搭建
  • 原文地址:https://blog.csdn.net/binglingshuang/article/details/132968605