All public logs
From Cramsession
Jump to navigationJump to search
Combined display of all available logs of Cramsession. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:52, 16 May 2026 Mflavell talk contribs created page Sending SNS messages from ubuntu (Created page with "= Create an SNS topic = * Longin to the AWS console * Open SNS (Simple Notification Service) :* Create a standard topic :* Enter a name :* Click "create topic" * Copy down the ARN for the topic * Subscribe your email to the topic for testing. = Install the tools = Installing AWS CLI = try the test script = here's a simple test script: SNS_ARN="arn:aws:sns:your_ARN_goes_here" SUBJECT="$1" MESSAGE="$2" sns_publish(){ response=$( aws sns publis...")