2022– date –
-
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... -
DVA_EN
Step Functions – Conditional branching using Choice State
【Step Functions - Conditional branching using Choice State】 This section is about refactoring, which is the scope of the AWS DBA. The following page covers the basics of Step Functions. https://awstut.com/en/2022/06/18/introduction-to-... -
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... -
SOA_EN
Schedule expressions in EventBridge (CloudWatch Events) to execute Lambda functions periodically
【Invoke Lambda functions periodically】 EventBridge allows you to set up recurring actions. In this case, we will invoke Lambda functions periodically. 【Environment】 Create Lambda functions.Set up scheduled expressions in EventBridge ... -
DVA_EN
Introduction to ElastiCache with CFN – Redis Cluster Enabled
【Lambda関数を定期的に実行する】 EventBridgeを使用することで、定期的なアクションを設定することができます。 今回はLambda関数を定期的に実行します。 【構築する環境】 Lambda関数を作成します。関数を定期的に実行するために、EventBridgeのスケジ... -
SAA_EN
Create Aurora custom endpoints with CFN custom resources
【Create Aurora custom endpoints with CloudFormation custom resources】 One of the topics covered in the AWS SAA is the design of a high-performance architecture. The following pages cover read replicas and endpoints for Aurora clusters....