Skip to content

Commit 56de185

Browse files
committed
clustering_with_aws_s3.md: Follow redirections
1 parent 387dc90 commit 56de185

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/infrastructure_and_maintenance/clustering/clustering_with_aws_s3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ When setting up clustering, you can use Amazon AWS S3 as a binary handler, meani
1313
## Set up AWS S3 account
1414

1515
1. Go to <https://aws.amazon.com/> and create an account.
16-
An [existing Amazon account can be used](https://docs.aws.amazon.com/AmazonS3/latest/userguide/setting-up-s3.html#sign-up-for-aws).
16+
An [existing Amazon account can be used](https://docs.aws.amazon.com/AmazonS3/latest/userguide/GetStartedWithS3.html#sign-up-for-aws).
1717
1. [Choose a region](https://docs.aws.amazon.com/storagegateway/latest/vgw/available-regions-intro.html).
1818
The example below uses EU (Ireland): `eu-west-1`
1919
1. Create a bucket in your chosen region and make note of the bucket name:
20-
<https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html>.
20+
<https://docs.aws.amazon.com/AmazonS3/latest/userguide/GetStartedWithS3.html#creating-bucket >.
2121
1. Go to the [IAM Management Console](https://console.aws.amazon.com/iam/home#/users) and create a user.
22-
See <https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html>.
22+
See <https://docs.aws.amazon.com/AmazonS3/latest/userguide/security-iam.html>.
2323
1. Then create a group and assign the user to the group.
2424
1. Assign policies to the group. The `AmazonS3FullAccess` policy gives read/write access to your bucket.
2525
1. Still in the IAM console, view the user you created. Click the **Security credentials** tab.
@@ -93,4 +93,4 @@ Clear all caches and reload, and that's it.
9393

9494
## Migrate your existing binary data to S3
9595

96-
You can [migrate existing binary data](clustering.md#migrating-to-a-cluster-setup) to S3 with the `php bin/console ibexa:io:migrate-files` command that was added in [EZP-25946](https://issues.ibexa.co/browse/EZP-25946).
96+
You can [migrate existing binary data](clustering.md#migrating-to-a-cluster-setup) to S3 with the `php bin/console ibexa:io:migrate-files` command that was added in [EZP-25946](https://issues.ibexa.co/browse/EZP-25946).

0 commit comments

Comments
 (0)