Articles in this series
etc/scripts · outline Usage management of Linux filesystem is very important. Below scripts is check filesystem more than 80% usage on Linux...
etc/scripts · outline Best way to monitor the ECS service state is checking last event log. Below script is for checking last event log of every ECS...
etc/scripts · outline Snapshots are not deleted even if you delete EC2 or AMI, and it is difficult to check whether they are connected or in use. Also,...
etc/scripts · outline How to repeating same command using bash script. script ## 20 times for i in `seq 20`; do echo hello; done ** Number after...
etc/scripts · outline When you create ECR repository, you need to create LifeCyclePolicy, too. Below is script that list ECR repository without...
etc/scripts · outline list all active AWS resources in the specific VPC script (vpclist.sh) #!/bin/bash vpc="$1" region="ap-northeast-2" aws ec2...