diff --git a/latest/ug/nodes/auto-get-logs.adoc b/latest/ug/nodes/auto-get-logs.adoc index 9f2fd4c7..ec8425cf 100644 --- a/latest/ug/nodes/auto-get-logs.adoc +++ b/latest/ug/nodes/auto-get-logs.adoc @@ -30,7 +30,7 @@ If you don't already have an S3 bucket to store the logs, create one. Use the fo [source,bash,subs="verbatim,attributes,quotes"] ---- -aws s3api create-bucket --bucket [.replaceable]`bucket-name` +aws s3api create-bucket --bucket [.replaceable]`bucket-name` --region [.replaceable]`region-code` --create-bucket-configuration LocationConstraint=[.replaceable]`region-code` ---- == Step 2: Create pre-signed S3 URL for HTTP Put