Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to find out the age of an AWS account?

Given a set of Amazon credentials (not the username and password, just the API credentials), is there a programmatic way of finding out when that account was created? I am guessing if the user has an EBS volume, S3 object, I could ask the date it was created. Is there a better way?

like image 882
Daniel Lopez Avatar asked Dec 30 '11 11:12

Daniel Lopez


1 Answers

The easiest way is to check your registered email with subject "Welcome to Amazon Web Services" recieved from "[email protected]" email address. This will give the exact date when your account was created.

like image 190
Manindhar Avatar answered Oct 13 '22 00:10

Manindhar