Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
course:amazon_aws:start [2021/09/01 18:59] – don.lee | course:amazon_aws:start [2023/12/05 19:21] (current) – don.lee | ||
---|---|---|---|
Line 71: | Line 71: | ||
<note tip> | <note tip> | ||
+ | |||
+ | ===== Troubleshooting ===== | ||
+ | |||
+ | <note warning> | ||
+ | fatal error: An error occurred (IllegalLocationConstraintException) when calling the ListObjectsV2 operation: The ap-east-1 location constraint is incompatible for the region specific endpoint this request was sent to. | ||
+ | </ | ||
+ | |||
+ | If failed, try change the region to ' | ||
+ | |||
+ | * run the following command and enter the Access key and secret. | ||
+ | < | ||
+ | # aws configure | ||
+ | </ | ||
+ | |||
+ | * Enter the AWS Access Key ID and AWS Secret Access Key and leave other blank | ||
+ | * AWS Access Key ID: ask your administrator | ||
+ | * AWS Secret Access Key: ask your administrator | ||
+ | * Default region name: input ap-east-1 and Enter | ||
+ | * Default output format: Leave blank and Enter | ||