An error occurred (InvalidLocationConstraint) when calling the CreateBucket operation: The specified location-constraint is not valid when using the command
aws s3api create-bucket --bucket my-bucket
--create-bucket-configuration LocationConstraint=region
Used this command. Remove the location constraint and it worked
aws s3api create-bucket --bucket mytest-bucket