In this section, we will verify the configuration of Amazon SNS (Simple Notification Service). This component is responsible for sending instant alerts via Email when the system detects high-severity log errors.
After deploying the infrastructure, the system automatically created a Topic to serve as a message delivery hub.
fcaj-v2-log-alerts-topic.
To receive alert emails, we need to subscribe our email address to the Topic found above.
fcaj-v2-log-alerts-topic and click Create subscription.
The Log Management system supports segregating notifications by application. We can configure the subscription to only receive notifications for a specific appId.
"app_c4f82f13".
Once configured, click Create subscription to complete the process.

After clicking Create subscription, your status will appear as Pending confirmation.

Upon clicking confirmation, you will see a success message in your browser.

Return to the Topic details page in the SNS Console; you should see that your subscription status has changed to Confirmed.

Email verification is a mandatory step. If you do not perform this step, you will not receive any notifications when the system encounters an error, even though the log processing logic is still functioning.
Our alert system is now ready. In the next step, we will proceed to check and operate the main data processing flow.