Let me start off by saying I’m a EC2 neophyte. I can’t get my credentials to verify, but I could easily be pulling the wrong values. I’ve attached a screenshot about where I’m getting the information from.
I’m going to run through the infromation along with some things that I think can be labeled better. Again, I am new so feel free to think some to these are me being stupid.
Configure CLoud Providers-> Add:
- Select Amazon. Region Name: This is an arbitrary string to help you remember different setups.
- Enabled:True
- Access Key ID. This is a IAM Access Key ID. I only figured this out from the tooltip. I think it would be better labeld, “IAM Access Key ID”. This key was retrieved from console.aws.amazon.com/iam/home … s/deadline which is obviously a user I created named “deadline” and has a key associated with it.
- Secret Access Key: The associated access key with the IAM user. This was presented one time when the user was created and had the possiblity to download.
- Region: The region on AWS. Since my user is in us-west-2 from the URL above, I chose us-west-2.
- ACcount Number: This is the overall account number associated with the amazon service. I retrieved this from console.aws.amazon.com/billing/home#/account
- INstnace Name: Arbitrary value
- Key Pair Name: The name of the key pair used for logging into computers.
- Subnet ID. I really had trouble finding this. So I simply went through the create instance process to where it asked what subnet. I assume you want the ID and not the IP range.
- Instance Types. I changed this from t1.micro to t2.micro since the instance wizard showed t2.x values and no t1. I tried t1 also but didn’t fix.
Question: If my credentials fail it has only to do with the values in the Options rollout?