September 2022– date –
-
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... -
Introduction to ECR Repository Policies Using CFN
【Introduction to ECR Repository Policies Using CloudFormation】 ECR repositories can be configured with resource-based policies. This page aims to set repository policies to restrict image push/pull. 【Environment】 Create an ECR.Set an... -
Enable image scanning at ECR registry level
【Enable image scanning at ECR registry level】 One of the features provided by the ECR repository is image scanning. Amazon ECR image scanning helps in identifying software vulnerabilities in your container images. Image scanning In thi... -
Enable image scanning at ECR repository level
【Enable image scanning at ECR repository level】 One of the features offered by the ECR repository is image scanning. Amazon ECR image scanning helps in identifying software vulnerabilities in your container images. Image scanning This ... -
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...
1