-
SAA_EN
Accessing DynamoDB Accelerator (DAX) with EC2/Lambda
【Accessing DynamoDB Accelerator (DAX) with EC2/Lambda】 This is one of the AWS SAA topics related to designing a high-performance architecture. DynamoDB Accelerator (DAX) is a caching service for DynamoDB. Amazon DynamoDB Accelerator (D... -
AWS_EN
Initial setup of DynamoDB with CFN custom resources
【Perform initial setup of DynamoDB with CloudFormation custom resources】 When creating DynamoDB with CloudFormation, we will consider adding test records as part of the DB initialization. In this case, we will use a CloudFormation cust... -
SOA_EN
Configure remediation actions when non-compliant resources are detected by AWS Config
【Configure remediation actions when non-compliant resources are detected by AWS Config】 One of the topics covered in AWS SOA is monitoring, logging, and remediation. AWS Config allows you to define remediation actions. AWS Config allow... -
AWS_EN
Email notification via SNS when Nocompliant resources are detected by AWS Config
【Email notification via SNS when Nocompliant resources are detected by AWS Config】 The following page covers how EventBridge receives event data sent out from AWS Config and only those that match the rules are notified via email by SNS... -
AWS_EN
Email notification via SNS of AWS Config data matching EventBridge rules
【Email notification of only those AWS Config resource change history data that match EventBridge rules via SNS】 The following page shows how to email AWS Config resource change history data via SNS. https://awstut.com/en/2022/12/11/ema... -
AWS_EN
Email notification of EventBridge event data via SNS
【Email notification of EventBridge event data via SNS】 The following page shows how to invoke Lambda functions from EventBridge. https://awstut.com/en/2022/12/05/integrating-two-lambda-functions-using-eventbridge-en In this article, we... -
AWS_EN
Email notifications via SNS when resources are changed using AWS Config
【Email notifications via SNS when resources are changed using AWS Config】 The following page shows you how to use AWS Config to check the change history of a resource. https://awstut.com/en/2022/12/04/check-resource-change-history-in-a... -
AWS_EN
Invoking Lambda from SNS
【Invoking Lambda from SNS】 The following pages address social networking. https://awstut.com/en/2022/07/30/introduction-to-sns-with-cfn-email-en In the above page, we specified an email address as the subscriber. This time, we will che... -
AWS_EN
Integrating two Lambda functions using EventBridge
【Integrating two Lambda functions using EventBridge】 EventBridge is a fully managed event bus service. Amazon EventBridge is a service that provides real-time access to changes in data in AWS services, your own applications, and softwa... -
AWS_EN
Check resource change history in AWS Config
【Check resource change history in AWS Config】 The following page is an introduction to AWS Config, which shows how to audit the enable/disable of logging settings for S3 buckets. https://awstut.com/en/2022/12/03/introduction-to-aws-con...