Skip to content

QBusiness Pro APP deployment pre-requisites on IAM role

0

Team, When I am about to create a QBusiness web App, got stuck with Service Role creation in the first stage. Could you please assist me what are the policies it should have and if it should be "Customer Managed" ?

Please instruct me if any referrence doc on the same.

Thanks for assistance

1 Answer
0
  1. Start by creating a customer-managed policy with permissions for the specific services your web app will use, like EC2, S3, RDS, Lambda, etc.
  2. Grant read/write access only to the necessary resources to keep security tight.
  3. You can reference AWS's IAM best practices documentation for setting up roles and permissions, ensuring your policy adheres to the principle of least privilege.
  4. Use policies like AmazonS3FullAccess or AmazonEC2FullAccess if needed, but customize them as per your app’s exact needs.

answered 2 years ago

EXPERT

reviewed 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.