-
Notifications
You must be signed in to change notification settings - Fork 0
Getting AWS credentials
David Darke edited this page Aug 19, 2018
·
1 revision
First visit the AWS IAM user console
Click 'Add User'.
Add an appropriate username and grant "Programatic Access" to the new user.
Now attach an existing permissions policy to the user.
Select 'AmazonS3FullAccess' and you are ready to create the user. You can refine these access details as you wish (on a per user basis).
Last step is review stage, then you are ready to create the user.
User created! 😎
You now have the two access keys required for Backups 🍾