AWS_EN– category –
-
AWS_EN
Apply WAF Web ACL to CloudFront
【Apply WAF Web ACL to CloudFront】 AWS WAF can be applied to the following four types of resources ALB CloudFront API Gateway AppSync In this article, we will check how to apply WAF to CloudFront. For details on how to apply WAF to ALB,... -
AWS_EN
S3 content delivery via CloudFront – OAI ver
【Restricting access to origin with OAI when delivering S3 content from CloudFront】 The following page shows how to restrict access to origin by using the Referer header when delivering S3 bucket content from CloudFront. https://awstut.... -
AWS_EN
S3 content delivery via CloudFront – Referer hreader ver
【Restricting access to origin with Referer header when delivering S3 content from CloudFront】 The following page shows how to deliver content from an S3 bucket with static website hosting enabled via CloudFront. https://awstut.com/en/2... -
AWS_EN
S3 content delivery via CloudFront – Static website hosting ver
【Delivering S3 Content via CloudFront】 CloudFront, a CDN service, can be used to deliver content placed in S3 buckets.This time, we will enable the static website hosting feature and target publicly accessible S3 buckets. The use of an... -
AWS_EN
Create and Delete S3 Object by CFN Custom Resource
【How to create/delete S3 objects during stack creation/deletion with CloudFormation custom resources】 CloudFormation custom resources can perform any action during stack operations (create, update, delete). In this case, we will use a ... -
AWS_EN
Geographic Restrictions using WAF Web ACL
【Create your own rule groups in WAF Web ACL to restrict geography】 WAF Web ACL allows you to set up rules with various conditions.In this article, we will create our own rule group for geo-restriction to block access from specific coun... -
AWS_EN
Introduction to WAF Web ACL with CNF – ALB Ver.
【Creating WAF Web ACL with CloudFormation】 AWS WAF (Web Application Firewall) is a security service provided by AWS.WAF consists of several services, but this time, as an introduction to WAF, we will create a Web ACL using CloudFormati... -
AWS_EN
AppSync – Data Source: Lambda
【Configuring Lambda as Data Source for AppSync】 AppSync allows you to select a data source from the following services Lambda DynamoDB OpenSearch None HTTP endpoint RDS This time, we will check the configuration with Lambda as the data... -
AWS_EN
Introduction to CloudFormation Custom Resources
【Configuration to check behavior of CloudFormation Custom resources】 One of the features of CloudFormation is custom resources. Custom resources enable you to write custom provisioning logic in templates that AWS CloudFormation runs an... -
AWS_EN
Introduction to OpenSearch with CFN
【Configuration Getting Started with OpenSearch using CloudFormation】 OpenSearch is a search and analysis suite forked from Elasticsearch.In this introduction, we will build a basic OpenSearch environment using CloudFormation. 【Environ...