RDS Master Account

0

Hi

Do you know if RDS oracle master password (Created with RDS) is required to change any settings for RDS via the AWS console or not?

Can you perform RDS oracle administration using a newly created DBA account without having the master account password or not?

thanks,

2 回答
1

The RDS master user is a database user credential for making changes inside the database such as creating tables etc. To interact with the AWS RDS Console you would use your AWS account credentials.

AWS
审核人员
philaws
已回答 10 个月前
profile picture
专家
已审核 1 个月前
0
已接受的回答

If you only want to change RDS settings from the management console, you do not need a Admin user password.
For settings in the database (such as table creation), the Admin user password is required.

profile picture
专家
已回答 10 个月前
profile picture
专家
已审核 1 个月前
  • Can't a regular account with DBA role do the same to change settings in the database or you must use RDS admin account for that?

  • If users are given the necessary permissions, they do not need to be Admins to create tables, etc. By the way, what kind of database setup do you have in mind? Is it an internal database setting (e.g. table creation) or an RDS setting value (e.g. parameter group change)?

  • I was responding to your reply about <For settings in the database (such as table creation), the Admin user password is required> Did you mean that the Admin password is needed to create users in database and grant them different roles/privileges? Can't I create a DBA account and do all these database admin activities using that DBA admin account instead of the RDS Admin user?

  • I believe it is possible to perform database management activities without being an administrator user, as long as you create a DBA user and give him the necessary permissions.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则