Lambda_EN– tag –
-
AWS WAF to prevent XSS with CloudFormation
【AWS WAF to prevent XSS with CloudFormation】 AWS WAF allows you to create rules to protect your application from many attacks. This page uses WAF to create rules for XSS (Cross Site Scripting). An XSS (cross-site scripting) attack stat... -
Data received by Kinesis Data Streams and stored in OpenSearch Serverless via Firehose
【Data received by Kinesis Data Streams and stored in OpenSearch Serverless via Firehose】 The following pages cover how to store data received by Kinesis Data Streams in S3 buckets via Firehose. https://awstut.com/en/2023/05/07/store-da... -
Automate OpenSearch Serverless indexing using CFN custom resources
【Automate OpenSearch Serverless indexing using CFN custom resources】 The following pages discuss OpenSearch Serverless. https://awstut.com/en/2024/02/25/create-opensearch-serverless-using-cloudformation-en In the above page, the index ... -
Create AWS IoT client certificate using CloudFormation custom resource
【Create AWS IoT client certificate using CloudFormation custom resource】 As an introduction to AWS IoT Core, the following page reviews how to use an EC2 instance as an IoT device and send MQTT messages to AWS IoT Core. https://awstut.... -
Create OpenSearch Serverless using CloudFormation
【Create OpenSearch Serverless using CloudFormation】 This page covers OpenSearch Serverless. Amazon OpenSearch Serverless is an on-demand serverless configuration for Amazon OpenSearch Service. Serverless removes the operational complex... -
Elastic Beanstalk deployment policy: Rolling with an additional batch
【Elastic Beanstalk deployment policy: Rolling with an additional batch】 Elastic Beanstalk offers a variety of deployment policies. https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.deploy-existing-version.html This ... -
Using Image Builder to create an AMI for WordPress
【Using Image Builder to create an AMI for Wordpress】 The following pages discuss the Image Builder. https://awstut.com/en/2023/10/28/introduction-to-ec2-image-builder-using-cloudformation-en In this page, we will create an AMI for Word... -
Introduction to EC2 Image Builder using CloudFormation
【Introduction to EC2 Image Builder using CloudFormation】 This page covers the EC2 Image Builder. Image Builder significantly reduces the effort of keeping images up-to-date and secure by providing a simple graphical interface, built-in... -
Checking the behavior of .extensions in Elastic Beanstalk
【Checking the behavior of .extensions in Elastic Beanstalk】 We will review the configuration options for Elastic Beanstalk.According to the following page, there are four configuration options for Elastic Beanstalk. https://docs.aws.am... -
Build Elastic Beanstalk ALB environment using CloudFormation
【Build Elastic Beanstalk ALB environment using CloudFormation】 In the following pages, we have introduced the minimum configuration for Elastic Beanstalk. https://awstut.com/en/2023/10/01/introduction-to-elastic-beanstalk-with-cloudfor...