Appendix A - AWS Authentication with N2W

For N2W to perform its backup and restore management functions, it needs to have the correct permissions assigned.

N2W supports two different types of AWS authentication during setup:

  • AccessKey / SecretKey

  • Role-based authentication (recommended)

The permissions necessary have been combined into a JSON file for convenience and can be downloaded from the N2W Knowledge Base:

https://n2ws.zendesk.com/hc/en-us/articles/28832964188573-Required-Minimum-AWS-IAM-permissions-for-N2W-operations

  1. At the top of your AWS console, select the Services tab. In the Security Identity & Compliance section, select IAM.

  2. In the left menu, select Policies.

3. Select the Create policy button.

4. Select the JSON tab.

5. Delete the default contents and copy and paste the contents of the JSON file downloaded from our Knowledge Base (see above).

6. At the bottom of the screen, select Next.

7. Type a Name for the policy, and select Create policy.

8. Create a role, and then assign the policy you just created to that role. In the left menu, select Roles and then select Create role.

9. In the list of type of trusted entity, select AWS service and then select EC2. 10. Select Next: Permissions.

11. On the Add Permissions page, search for the 3 previously created polices, and then select Next.

12. Name the Role, and select Create Role.

13. Assign the resulting role to the N2W trial instance:

  • Select the N2W instance name.

  • In the Actions menu, select Instance Settings and then Attach/Replace IAM Role.

Last updated