Minimal Deploy IAM Policy: Console
Important: These docs are for the outdated Jets 5 versions and below. For the latest Jets docs: docs.rubyonjets.com
You can also create policy, group, and user in AWS console. Note, refer to the CLI Instructions for IAM policy examples.
Go to IAM Policies.
- Click “Create policy”, then “JSON”, then “Next: tags”, then “Next: review”.
- Name the policy “JetsPolicy” and click “Create policy”.
Go to IAM Groups.
- Click “Create new group”. Name the group “Jets” and click “Next step”.
- Search for “JetsPolicy”, check its checkbox, click “Next step”, then “Create group”.
Go to IAM Users.
- Click “Add user”. Give the user a name and check “Programmatic access”.
- Click “Next: permissions”. Check the “Jets” group to add user to group.
- Click “Next: tags”, “Next: Review”, then “Create user”.