Bulk Deleting Amazon ECR Repositories

Overview I had an opportunity to bulk delete Amazon ECR repositories, so here are my notes. Please exercise caution when running these commands. Creating a List of Repositories I referenced the following article. https://qiita.com/fk_2000/items/bffd3b1ad6f3ab109766 Run the following command. a w s e c r d e s c r i b e - r e p o s i t o r i e s o u t p u t j s o n | j q - r e " . r e p o s i t o r i e s [ ] . r e p o s i t o r y N a m e " > r e p o s i t o r y . l i s t On macOS, if you don’t have the jq command, install it with brew install jq. ...

June 6, 2023 · 2 min · Nakamura

Health Check on Port Issue When Using AWS App Runner + ECR

When using ECR as the source in AWS App Runner, the following Health check on port “XXXX” error occurred. 0 3 - 2 0 - 2 0 2 2 0 7 : 1 8 : 5 2 A M [ A p p R u n n e r ] H e a l t h c h e c k o n p o r t ' 3 0 0 0 ' f a i l e d . S e r v i c e i s r o l l i n g b a c k . C h e c k y o u r c o n f i g u r e d p o r t n u m b e r . F o r m o r e i n f o r m a t i o n , r e a d t h e a p p l i c a t i o n l o g s . ...

March 20, 2022 · 2 min · Nakamura