If your IAM user account doesn't already have Access and Secret Keys you'll need to create them here.
http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html#Using_CreateAccessKey
Then create a profile
Writes a new (or updates existing) profile with name "myProfileName" in the encrypted SDK store file
Set-AWSCredential -AccessKey akey -SecretKey skey -StoreAs myProfileName
Checks the encrypted SDK credential store for the profile and then falls back to the shared credentials file in the default location
Set-AWSCredential -ProfileName myProfileName