The Pending Confirmation Trap: If an exam scenario states that a developer has mapped a webhook or an email endpoint to an SNS topic, but the endpoint is failing to receive any of the published application logs, the root cause is the subscription is stuck in the Pending confirmation phase. Endpoints must explicitly handle or click the confirmation handshake payload before SNS unlocks the push channel.
The FIFO Protocol Lockdown: Remember the strict boundary condition Stephane highlighted: If you choose a FIFO topic layout, the queue name must carry the .fifo handle string, and the only supported subscriber protocol is an SQS FIFO queue. If a question asks if you can push an SMS or email notification straight out of an SNS FIFO topic, the answer is an absolute no.