A digital marketing agency with 250 employees uses Google Workspace as its central identity provider. The agency has recently adopted a multi-account AWS environment managed under AWS Organizations to isolate client projects. The agency's solutions architect must implement a single sign-on (SSO) solution that allows developers to access their respective AWS accounts using their Google Workspace credentials. The solution must minimize operational complexity, avoid managing separate IAM users, and automatically synchronize user accounts when developers join or leave the agency.
Which solution should the solutions architect recommend to meet these requirements?
- ADeploy an AWS Directory Service AD Connector in a central VPC, configure it to connect to the Google Workspace directory via LDAP, and map directory groups to IAM roles in each individual AWS account.
- Enable and configure AWS IAM Identity Center, set Google Workspace as an external identity provider using SAML 2.0, and configure automatic provisioning using the System for Cross-domain Identity Management (SCIM) protocol.Cevap
- CCreate individual IAM users for each developer in each of the client AWS accounts, generate long-term access keys, and configure a custom synchronization script using the Google Workspace Directory API.
- DConfigure a SAML 2.0 identity provider in each client AWS account, map Google Workspace groups to IAM roles, and configure the AWS Organizations management account root user to authenticate federated requests.
Cevap
Enable and configure AWS IAM Identity Center, set Google Workspace as an external identity provider using SAML 2.0, and configure automatic provisioning using the System for Cross-domain Identity Management (SCIM) protocol.
AWS IAM Identity Center is the modern, recommended service for managing single sign-on access across a multi-account AWS environment. By integrating with Google Workspace as an external identity provider using SAML 2.0, developers can authenticate securely with their existing corporate credentials. Furthermore, configuring SCIM automatic provisioning automates user lifecycle management (creation, updates, and deletion), directly fulfilling the requirement to minimize operational complexity and automate user synchronization.
Adım Adım Çözüm
Anahtar Kavram
Centralized identity federation using AWS IAM Identity Center integrated with an external identity provider and automatic provisioning via SCIM.
Tahmini Süre:1m 30s