Getting Stable Access of AWS

Written by

Indrita Chandra

Introduction

A larger part of specialists is put to deal with the AWS condition with positively no experience or information on the substance, documentation, or preparation. An engineer must have the option to rapidly review the record and find a workable pace on its activity in the event that a representative leaves the organization, a group is rebuilt, or the organization secures another division.

More often than not, the organizations must keep the foundations running during the change time frame to stay away from misfortunes. 

This article is a brief reference for a developer who is beginning his career in the AWS environment to guide him through the various tools and methods he needs to follow.

Getting Stable Access

This is the first step for an absolute beginner in the domain of the AWS environment. The thing one needs to check is that they need to confirm whether they have access to the account, and they need to embed their own use to avoid losing access. 

This step is crucial when a developer is taking over an account due to the resignation of an employee. To get stable access, we must strictly follow some steps. These include:

Logging in with the email and password for determining if the developer is using his root account.

If the credentials used by the developer are not root credentials, and if he cannot access them, he needs to contact support immediately to regain that access. AWS will follow some procedures, including verification of the developer’s identity, which would likely require him to submit documentation on behalf of his enterprise. 

This is to maintain security so that anyone else other than an employee of that company cannot have root access to the particular account.

If the credentials are root credentials, the developer must change them immediately for security reasons. He can simply click “my security credentials” from the account menu at the top right of the dashboard. Changing the email address to a distribution list or one that can receive an external email can be helpful. Also, as a developer, one must choose a powerful password.

The developer must create a new IAM user and set up SSO if it is not previously set up. He must be using his own email address and password to create the new IAM, and he must add the “administrator” managed IAM policy to it. MFA must also be enabled for the new user assigned by the developer.

Getting Stable Access of AWS