Skip to content

Commit ba66f32

Browse files
committed
Update quickaudit.sh
Update quickaudit.sh
1 parent e2efb7b commit ba66f32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cloudfront/quickaudit.sh

100644100755
-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
printf "Cloudfront Quick Audit Check.\n\n"
3-
aws configure set preview.cloudfront true
43
cdns=$(aws cloudfront list-distributions --query 'DistributionList.Items[].Id' --output text)
54
for cdn in $cdns; do
65

0 commit comments

Comments
 (0)