Tuesday, June 13, 2023

How to find the account id from AWS console?

  1.  Sign into the AWS Console at the url https://signin.aws.amazon.com/signin using root credentials.
  2. Click on the user name at the top right corner.
  3. Click "Security Credentials" from the drop down menu.
  4. The account id is displayed on the page.

No comments:

Post a Comment

SpringBoot Application Event Listeners

When a spring boot application starts few events occurs in below order ApplicationStartingEvent ApplicationEnvironmentPreparedEvent Applicat...