Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to login AWS with email/access key/security key

I have got AWS account with the info email address/access key/security key, without any other password, i could not find where to login AWS services,such as EC2 etc?

like image 695
Simon Wang Avatar asked May 31 '12 03:05

Simon Wang


People also ask

Where is the AWS Secret Access Key?

1 Go to Amazon Web Services console and click on the name of your account (it is located in the top right corner of the console). Then, in the expanded drop-down list, select Security Credentials. 2 Click the Continue to Security Credentials button. 3 Expand the Access Keys (Access Key ID and Secret Access Key) option.


1 Answers

The email address and password are used to log in to the Amazon account through the web site including the AWS Console:

https://console.aws.amazon.com

If you don't have the password associated with that email address, then you will need to have access to the email account so that you can generate and receive a password reset email.

The access key id and secret access key are one way you can access AWS functions through the API and some AWS command line tools and third party services. Exactly how you enter or use these depends on what tools you are using to access AWS features.

There are a number of other credentials AWS uses including an X.509 certificate and private key. These are similar to the access key id and secret access key, but

I've written an article which explains some of the different AWS credentials and how they are used: http://alestic.com/2009/11/ec2-credentials

like image 158
Eric Hammond Avatar answered Oct 04 '22 04:10

Eric Hammond