- What is Amazon SNS?
- What Is Amazon EventBridge?
- Amazon EventBridge rules
- Email Notification for AWS Glue Job Execution
- Create event patterns
- AWS::SNS::Topic
- AWS::SNS::Subscription
- AWS::Events::Rule
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
- Create SNS topic with name:
{user_id}_glue_failure_notification_t22
. - Create Rules for AWS EventBridge with name:
{user_id}_glue_failure_notification_t22
- Mandatory Steps:
- Set Tags Owner=aws-edu-iba-gomel and StudentName={user_id}
- Create AWS CloudFormation template for Notification with the name:
{user_id}_glue_failure_notification_t22.yaml
. - Test CloudFormation Template:
- Deploy (check that your Notificationr has been created using CloudFormation)
- Delete your CloudFormation Stack
- Open Pull Request as described in Common Info (Task Workflow) section.