-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the steps to create a private S3 bucket simpler
Based on discussion with @panos-is ``` a. Naviagte to AWS WebUI -> IAM -> [Roles](https://us-east-1.console.aws.amazon.com/iamv2/home?region=us-east-1#/roles) b. Create Role -> Custom trust policy c. Paste the output of the CLI into the `json` editor and click Next [Image STS] d. In the `Add permissions` page click Next e. The role name must begin with `grid-s3-access-` and click on Create role [Image Role] f. You will be redirected to IAM -> Roles. Select your role g. Click on Add Permissions -> Create Inline Policy and paste the permission policy from the CLI output after replacing the bucket name and click on Review Policy h. Enter an appropriate name, for example, my-permission-policy-for-grid. [Image Permission Policy] ```
- Loading branch information
1 parent
61d80ae
commit e9f15a9
Showing
1 changed file
with
19 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters