#! /usr/bin/bash BLUE='\033[1;34m' NO_COLOR='\033[0m' LABEL="--Fargate:Flask.Repo=Create" printf "${BLUE}ON: ${LABEL}${NO_COLOR}\n" aws ecr create-repository \ --repository-name backend-flask \ --image-tag-mutability MUTABLE