Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.77 KB

[T29.00] Notification using SNS and Event Bridge for notifications.md

File metadata and controls

32 lines (24 loc) · 1.77 KB

[T29.00] Notification: using SNS and Event Bridge for notifications

Documentation:

Description:

Create Email Notification for dim_currency, fact_go_daily_sales if they failed.

Files for pushing to CodeComet:

  • CloudFormation template: {user_id}_glue_failure_notification_t22.yaml

Amazon Development:

  1. Create SNS topic with name: {user_id}_glue_failure_notification_t22.
  2. Create Rules for AWS EventBridge with name: {user_id}_glue_failure_notification_t22
  3. Mandatory Steps:
    1. Set Tags Owner=aws-edu-iba-gomel and StudentName={user_id}
  4. Create AWS CloudFormation template for Notification with the name: {user_id}_glue_failure_notification_t22.yaml.
  5. Test CloudFormation Template:
    1. Deploy (check that your Notificationr has been created using CloudFormation)
    2. Delete your CloudFormation Stack
  6. Open Pull Request as described in Common Info (Task Workflow) section.