Prerequisites
In order to run DragonOps successfully, you will need an AWS Account and a user with admin permissions.
Table of contents
Create an AWS Account and Admin user
If you already have an account you can skip ahead to installing the aws cli or configuring your aws credentials.
- Navigate to this page and click
Create a new AWS account
. - Follow the instructions to complete your account set up.
For more detailed instructions, you can follow AWS’ Account Creation Guide.
Create an admin group
Before creating an admin user, you should create an admin user group.
- Sign in to your AWS account here.
- Click
Services
in the top left corner of the home screen. Type inIAM
in the search and click the first result in the dropdown. - On the left-hand side navigation bar, click
Groups
. - Click the blue
Create New Group
button at the top of the table. - Specify a group name: AdminUsers, then click the blue
Next Step
button on the bottom right. - Check the
AdministratorAccess
policy, then click the blueNext Step
button. - Click
Create Group
on the bottom right.
Create an admin user
Now you need to add an admin user to the group you just created.
- On the left-hand side navigation bar, click
Users
. - Click the blue
Add User
button at the top of the table. - Create a unique username that you will remember (yourNameAdmin, or something similar).
- Check the
AdminUsers
group you created in the previous step, then click the blueNext: tags
button on the bottom right. - You do not need to enter any tags, you can click
Next: Review
. - Click
Create User
. - In your user summary, click the
Security credentials
tab. - Where is says
Console password
, clickManage
, thenEnable
. You can create your own password or have AWS generate a secure one for you. Either way, save your password so you can easily sign in later on. - Open a new tab and paste in the
Console sign-in link
shown to you. Bookmark this page for later use. When we tell you to sign-in to your AWS account, this is the link you need to use.