Consider the below scenario: You are a staff of a company called ABCD Ltd which has its HQ in in Sydney, Australia. Part of the call center system and support services have been outsourced to a company called XYZ Ltd in Singapore. This means L2 support services are being offered by staff out of Singapore….
Category: AWS services
AWS Hybrid Cloud Testing – Part 6 – Email Alert for Add/Delete Object in S3 Bucket using Event Notification
In this post, we will discuss how to send an email alert when a user adds/deletes objects in a s3 bucket. We will use a case scenario to describe the process. The entire solution will be done using AWS console and email with Simple Notification Service (SNS). Other possible SNS solutions not discussed here includes…
AWS Hybrid Cloud Testing – Part 2 – Host Static Website on S3 Bucket
[This post has been revised with new content] Because of how inexpensive s3 buckets are for storing/retrieving objects, it has become a very attractive option for hosting static websites. Examples of static website are like this blog site, sites with information and so forth. There are mainly two ways to host a static website in…