SSM Parameter Store_EN– tag –
-
Use CloudFormation to build a Route53 Geolocation routing policy environment
【Use CloudFormation to build a Route53 Geolocation routing policy environment】 One of the routing policies provided by Route 53 is Geolocation routing. Geolocation routing lets you choose the resources that serve your traffic based on ... -
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... -
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... -
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... -
Scaling based on CloudWatch custom metrics – number of connections version
【Scaling based on CloudWatch custom metrics - number of connections version】 In the following pages, we have shown how to scale according to memory usage in Auto Scaling groups. https://awstut.com/en/2022/03/05/scaling-based-on-custom-... -
Delegate access rights between AWS accounts using cross-account roles
【Delegate access privileges between AWS accounts using cross-account roles】 Accessing a specific AWS resource from another AWS account is called cross-account access. You share resources in one account with users in a different account... -
Use repository policies to prevent manual pushes to ECR in CodePipeline
【Use repository policies to prevent manual pushes to ECR in CodePipeline】 The following pages cover the ECR Repository Policies. https://awstut.com/en/2022/09/24/introduction-to-ecr-repository-policies-using-cfn-en The goal of this pag... -
Setting up Test Units in CodePipeline
【Setting up Test Units in CodePipeline】 Test units can be added to CodePipeline.Test units can be created with CodeBuild. In this case, we will use CodePipeline to build a pipeline to create a Docker image and push it to an ECR reposit... -
Setup Approval Action in CodePipeline
【Setup Approval Action in CodePipeline】 An Approval action can be added to the Codepipeline stage. Once the pipeline advances to the approval stage, it will stop action and wait for manual approval. In this case, we aim to configure th...