
Ultimate access to all questions.
A company is transitioning from a traditional on-premises infrastructure to a cloud-based environment. As part of this transition, you need to design an authorization strategy that supports the company's existing RBAC model while integrating with AWS services. How would you approach this task to ensure a smooth transition and maintain security compliance?
A
Replicate the existing RBAC model exactly in AWS using IAM roles and policies.
B
Develop a new ABAC model that integrates with AWS services and gradually migrate users from the existing RBAC model.
C
Combine both RBAC and ABAC models, using RBAC for high-level roles and ABAC for fine-grained access control to AWS services.
D
Replace the existing RBAC model with AWS Managed Policies, which are maintained and updated by AWS.