Delete image on ECR automatically

When you store container image in ECR (Elastic Container Repository), the image will be kept on there and not deleted automatically. The problem is, your ECR cost will be skyrocket when you have many deploy and it creates a lot of images in ECR. In order to solve this problem, you can leverage ECR lifecycle … [Read more…]