chore: disabled ca-central-1 for now, update accounts

This commit is contained in:
Stefan Reimer 2022-07-07 14:51:41 +02:00
parent 04440efa09
commit 5ac29a4421
3 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
#!/bin/bash
#set -x
set -x
echo "Are you really sure as AMIs might be used by customers !!"
read
TAG_FILTER="Name=tag:project,Values=zdt-alpine"
#TAG_FILTER="Name=tag:project,Values=zdt-alpine"
TAG_FILTER="Name=tag:Name,Values=zdt-alpine-3.15.4-x86_64-kubezero-1.22.8-r3"
#for r in $(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text); do
for r in ap-southeast-2 ca-central-1 eu-central-1 us-east-1 us-west-1 us-west-2; do

Binary file not shown.

View File

@ -58,7 +58,7 @@ Dimensions {
aws.regions {
ALL = false
ap-southeast-2 = true
ca-central-1 = true
#ca-central-1 = true
eu-central-1 = true
us-east-1 = true
us-west-1 = true