S3_EN– tag –
-
AWS_EN
Aurora Serverless v2 creation using CloudFormation
【Aurora Serverless v2 creation using CloudFormation】 In the following pages, we have shown you how to create Aurora Serverless v1 using CloudFormation. https://awstut.com/en/2022/07/02/aurora-serverless-with-cfn-en It was announced tha... -
AWS_EN
Use TaskCat to automate testing of CloudFormation templates
【Use TaskCat to automate testing of CloudFormation templates】 The following official AWS page introduces a method for automating the testing of CloudFormation templates. https://aws.amazon.com/solutions/implementations/taskcat-ci/?nc1=... -
AWS_EN
Backup to S3 every time you push to CodeCommit
【Backup to S3 every time you push to CodeCommit】 The following official AWS page shows how to backup CodeCommit contents to S3. https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/automate-event-driven-backups-from-codeco... -
AWS_EN
Register CloudFront + S3 configuration with Route53 and access with your own domain
【Register CloudFront + S3 configuration with Route53 and access with your own domain】 The following pages cover how to use OAC to deliver S3 content via CloudFront. https://awstut.com/en/2022/11/27/deliver-s3-content-via-cloudfront-usi... -
SOA_EN
Use S3 bucket policy to allow or deny access on an address basis – aws:SourceIp
【Use S3 bucket policy to allow or deny access on an address basis - aws:SourceIp】 In the S3 bucket policy, consider setting access restrictions based on global addresses. In this case, the IP address condition operators (IpAddress, Not... -
AWS_EN
Restrict access to ALB to via CloudFront
【Restrict access to ALB to via CloudFront】 In the following page, we introduced a configuration that specifies ALB as the CloudFront origin. https://awstut.com/en/2023/06/04/specify-alb-as-the-origin-of-cloudfront-en As explained in th... -
SAA_EN
Specify ALB as the origin of CloudFront
【Specify ALB as the origin of CloudFront】 The following pages cover the basics of CloudFront. https://awstut.com/en/2022/03/12/improved-origin-server-performance-with-cloudfront-cache In the above page, the CloudFront origin server was... -
AWS_EN
Use AWS Config to detect outdated access keys
【Use AWS Config to detect outdated access keys】 In the following page, Introduction to AWS Config, we showed you how to audit the logging settings of S3 buckets. https://awstut.com/en/2022/12/03/introduction-to-aws-config-with-cfn-audi... -
SAA_EN
Store data in S3 bucket received by Kinesis Data Streams via Firehose
【Store data received by Kinesis Data Streams in S3 buckets via Firehose】 In the following pages, we have shown how data generated by Lambda functions can be received by Kinesis Data Streams and analyzed by Kinesis Data Analytics. https... -
AWS_EN
Preparing Lambda Layer Package with CFN Custom Resources – General File Version
【Preparing Lambda Layer Package with CFN Custom Resources - General File Version】 In the following pages, we have shown you how to automatically create a Lambda layer package for Python. https://awstut.com/en/2022/07/18/preparing-lambd...