nerdexam
Amazon

SOA-C02 · Question #433

Lab Simulation 4 Instructions If the copy-paste functionality is not working in your environment, refer to the instructions file on the VM desktop and use Ctrl+C, Ctrl+V or Command-C, Command-V…

This task requires configuring Amazon EventBridge to manage EC2 events, including setting up event replayability, scheduling a Lambda function invocation, and creating a rule to send notifications to a new Amazon SNS topic for EC2 Spot Instance interruptions.

Submitted by fatima_kr· Mar 30, 2026Monitoring, Logging, and Remediation

Question

Lab Simulation 4 Instructions If the copy-paste functionality is not working in your environment, refer to the instructions file on the VM desktop and use Ctrl+C, Ctrl+V or Command-C, Command-V. Configure Amazon EventBridge to meet the following requirements. 1. Use the us-east-2 Region for all resources. 2. Unless specified below, use the default configuration settings. 3. Use your own resource naming unless a resource name is specified below. 4. Ensure all Amazon EC2 events in the default event bus are replayable for the past 45 days. 5. Create a rule named RunFunction to send the exact message {"name":"example") every 15 minutes to an existing AWS Lambda function named LogEventFunction 6. Create a rule named SpotWarning to send a notification to a new standard Amazon SNS topic named TopicEvents whenever an Amazon EC2 Spot Instance is interrupted. Do NOT create any topic subscriptions. The notification must match the following structure: Input path: {instance:detail.instance-id} Input template: The EC2 Spot Instance <instance> has been interrupted.` Important: Click the Next button to complete this lab and continue to the next lab. Once you click the Next button, you will NOT be able to return to this lab. Answer: Solution as given below.

Exhibits

SOA-C02 question #433 exhibit 1
SOA-C02 question #433 exhibit 2
SOA-C02 question #433 exhibit 3
SOA-C02 question #433 exhibit 4
SOA-C02 question #433 exhibit 5
SOA-C02 question #433 exhibit 6
SOA-C02 question #433 exhibit 7
SOA-C02 question #433 exhibit 8
SOA-C02 question #433 exhibit 9
SOA-C02 question #433 exhibit 10
SOA-C02 question #433 exhibit 11
SOA-C02 question #433 exhibit 12
SOA-C02 question #433 exhibit 13
SOA-C02 question #433 exhibit 14
SOA-C02 question #433 exhibit 15
SOA-C02 question #433 exhibit 16

Explanation

This task requires configuring Amazon EventBridge to manage EC2 events, including setting up event replayability, scheduling a Lambda function invocation, and creating a rule to send notifications to a new Amazon SNS topic for EC2 Spot Instance interruptions.

Concept tested. Amazon SNS topic creation for EventBridge notifications

Reference. https://docs.aws.amazon.com/sns/latest/dg/sns-create-topic.html

Topics

#EventBridge#event archive#scheduled rules#Spot Instance interruption

Community Discussion

No community discussion yet for this question.

Full SOA-C02 Practice