完了確認
「S3バケット"handson-cli-s3-website-logging-website-XXXXXXXXXXXX-log"が存在する。」ことを確認します。
コマンド:
aws s3api list-buckets \
--query "Buckets[?Name == \`${S3_BUCKET_NAME}\`].Name" \
--output text
結果(例):
handson-cli-s3-website-logging-website-XXXXXXXXXXXX-log
「S3バケット"handson-cli-s3-website-logging-website-XXXXXXXXXXXX-log"がap-northeast-1に存在する。」ことを確認します。
変数の設定:
S3_BUCKET_LOCATION=$( \
aws s3api get-bucket-location \
--bucket ${S3_BUCKET_NAME} \
--output text \
) \
&& echo ${S3_BUCKET_LOCATION}
結果(例):