AWS_EN– category –
-
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... -
AWS_EN
Introduction to AWS Config with CFN – Auditing S3 Bucket Logging Settings
【Introduction to AWS Config with CFN - Auditing S3 Bucket Logging Settings】 AWS Config is a service for evaluating and auditing resource configurations. AWS Config is a fully managed service that provides you with an AWS resource inven... -
AWS_EN
Deliver S3 content via CloudFront using OAC
【Restricting access to origin with OAC when delivering S3 content from CloudFront】 The following page shows how to use OAI to restrict access to origin when delivering S3 bucket content from CloudFront. https://awstut.com/en/2022/05/16... -
AWS_EN
Try EBS Multi-Attach
【Try EBS Multi-Attach】 One EBS can be attached to multiple EC2 instances if certain conditions are met. In this article, we will examine EBS multi-attachment. First of all, please note that this verification did not yield any meaningfu... -
AWS_EN
3-Tier Architecture with Apache/Python(uWSGI)/RDS(Aurora)
【3-Tier Architecture with Apache/Python(uWSGI)/RDS(Aurora)】 Consider building a simple web application. The application will have the following 3-tier structure Web tier: ALB and Web server (Auto Scaling) Application tier: NLB and appl... -
AWS_EN
Separate Web and App Servers Using Internal NLB – Apache Ver.
【Separate Web and App Servers Using Internal NLB】 Create a web service in Apache and Python. Separate the web servers from the application servers and place an internal NLB between the two servers to see how they can work together. 【E...