Add Amazon Web Services (AWS) Credential

In order to allow Devopness to manage AWS resources on your behalf, IAM user security credentials have to be provided.

If you don't have access to an AWS account, you can create an account for free following the cloud provider specific guide AWS Free Tier

  1. Log in to AWS console and access AWS IAM
  2. In the navigation pane on the left side, choose Users and then choose Add users
  3. Type the user name for the new user

    Tip: you might want to name the user as devopness to make it easier to track its activities

  4. Click Next: Permissions
  5. In the Set Permissions step click Attach policies directly
  6. Search and select the policies AmazonEC2FullAccess and IAMReadOnlyAccess
  7. Follow the prompts then click Create user
  8. In the Users list, click the username link of the user recently created
  9. Click Security credentials
  10. In this page, search for Access keys section and click Create access key
  11. Choose Other and click Next
  12. Click Create access key
  13. Copy the values of Access key ID and Secret access key
  14. To add the copied credentials to Devopness see Add a Credential