-
Introduction to SQS FIFO Queues
【Introduction to SQS FIFO Queues】 SQS has two types of queues, and we will touch on the FIFO queue. FIFO (First-In-First-Out) queues have all the capabilities of the standard queues, but are designed to enhance messaging between applic... -
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=... -
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... -
Introduction to CloudFormation StackSets
【Introduction to CloudFormation StackSets】 This page covers AWS StackSets. AWS CloudFormation StackSets extends the capability of stacks by enabling you to create, update, or delete stacks across multiple accounts and AWS Regions with ... -
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... -
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... -
Introduction to Amplify with CloudFormation
【Introduction to Amplify with CloudFormation】 Amplify is taken up. AWS Amplify is a set of purpose-built tools and features that enables frontend web and mobile developers to quickly and easily build full-stack applications on AWS. Wel... -
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... -
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... -
Enable Lambda Insight using CloudFormation
【Enable Lambda Insight using CloudFormation】 The content is related to monitoring and troubleshooting, which is also part of the scope of the AWS DVA. One of the features provided by Lambda and CloudWatch is Lambda Insights. CloudWatch...