LoginSignup
0
0

S3ACL詳細

Last updated at Posted at 2024-06-12
auto.sh
LIST_FILE="s3li.txt"

while IFS= read -r line; do
  echo "$line"
  aws s3api get-public-access-block --bucket ${line} --output text
done < "$LIST_FILE"
aws cloudwatch list-metrics --namespace AWS/EC2 --metric-name NetworkIn --query "Metrics[].Dimensions[*].[Name, Value]" --output text
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0