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

Given an Amazon credential set (not username and password, only API credentials), is there a programmatic way to find out when this account was created? I assume that if the user has an EBS volume, an S3 object, I can set the date it was created. Is there a better way?

+8
source share
4 answers

IAM has a GetUser command.

This seems most relevant. If this does not work, it may be impossible.

+3
source

Yes there is! Open the billing console and then in DatePicker keep going back in time until AWS stops you. Then you will receive the exact date the account was created.

+3
source

Similar to the previous comment, but with an image. If you go to billing as follows:

  1. Log in to the aws console. Open the services menu
  2. . Search for billing
  3. In addition, on the right side there is a payment data button
  4. .From there you can examine your accounts, you can return as soon as possible (which will give you a date)

Select billing date

+2
source

The easiest way is to check your registered email with the subject "Welcome to Amazon Web Services" received from the email address " no-reply-aws@amazon.com ". This will give the exact date your account was created.

0
source

All Articles