BEGINNER Admin - Difference between AWS Console and AWS Root Users

0

Can multiple developers use our same AWS Account. If so, what is the difference between Root access and Console Access? Where should I set the new developer up? He will need to create containers, configure servers and clients in macOS.

2 Answers
0
Accepted Answer

Here is a reference guide for what you are asking: AWS Account Management Reference Guide.

profile pictureAWS
EXPERT
kentrad
answered 2 years ago
0

Multiple developers can and should in most cases use the same account. You can create IAM users for each of them and provide console and programmatic access (key and secret). As an admin you should only give the minimum amount of permissions to each one, not administrative access. Refer to the IAM Security Best Practices: https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html. BTW, root access should not be use. Mind that it is a good practice to have a separate AWS account for your production environment also.

AWS
imdaub
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions