Skip to main content

Creating a User

Login to AWS Console: https://console.aws.amazon.com/

Go to IAM

Image

Click on Users

Image

Click on Create user

Image

Give your user a name

Image

Select "Attach policies directly"

Image

Review the user and click on Create user

Image

Click on the user we just created

Image

Click on "Add permissions" and "Create inline policy"

Image

Search for the service you want to add, ie gamelift

Image

Select all permissions and Allow

danger

In this example we're granting ALL permissions to the gamelift user and the gamelift service, this is not recommended for a release build of your product, for better security select only the permissions that is required for your particular case. This is for demonstration purposes only!

Image

Select "All" resources and click on Next

danger

In this example we're granting ALL permissions to the gamelift user and the gamelift service, this is not recommended for a release build of your product, for better security select only the permissions that is required for your particular case. This is for demonstration purposes only!

Image

Review and create

Image

Click on Security Credentials

Image

Create an access key

Image

Make sure you read and understand the consequences of access keys

Image

Image

Make sure you save the keys by downloading the .cvs file

  • These values will be used when initializing the aws plugin

Image