Loading....

In this article you will learn how to setup Amazon Web Services (AWS) Web Application Firewall (WAF) to protect your business data from web scrapers and other malicious traffic. Our step-by-step guide covers the creation of AWS WAF instance, adding security rules and rule groups, and configuring metrics to monitor performance and identify potential threats. […]

In the previous article, we discussed the importance of securing AWS Lambda and a few steps involved in implementing security and compliance considerations. To build upon this foundation, in this article, we will dive deeper into the remaining security and compliance considerations when using AWS Lambda. These considerations will help ensure the protection of your […]

AWS Lambda is a serverless computing service that enables you to run code without provisioning or managing servers. As with any other service, there are security and compliance considerations that you should take into account when using Lambda. Some key security and compliance considerations when using Lambda include: When setting up security and compliance considerations […]

Amazon Web Services (AWS) , a popular and comprehensive cloud computing platform which provides a range of software and hardware based services for building, deploying, and managing applications in the cloud. One aspect of operating in the cloud that is particularly important for ensuring the reliability and resilience of applications is chaos engineering. Chaos engineering […]

What is Chaos Engineering Chaos engineering is a practice that involves intentionally introducing failures or disruptions into a system in order to test its resilience and identify weaknesses. By simulating real-world failures and observing how the system responds, you can improve the reliability and availability of your applications. This is especially important in the context […]

The architecture described in this blog post is intended to improve the efficiency of updating configuration data in a DynamoDB table by allowing authorized business users to make updates directly from Salesforce, rather than having to go through a manual process involving creating a support ticket. To integrate salesforce with aws DynamoDB , the architecture […]