Which network design pattern is recommended for sharing services like identity and logging across accounts while maintaining isolation?

Sharpen your skills for the AWS Certified Solutions Architect Professional Exam. Dive into flashcards, multiple choice questions, each with detailed explanations and hints. Perfect your knowledge and get ready to ace the AWS exam!

Multiple Choice

Which network design pattern is recommended for sharing services like identity and logging across accounts while maintaining isolation?

Explanation:
Sharing services across multiple AWS accounts while keeping them isolated is best achieved by a dedicated shared services model. Put the identity and logging services in a separate shared services account (or accounts) and connect the member accounts to this central place using private networking options like VPC endpoints or a Transit Gateway. Access to the shared services is granted through cross-account IAM roles and resource policies, so each account can assume roles in the shared services account with the exact permissions it needs. This setup preserves isolation between workloads in different accounts, while giving you centralized control, auditing, and governance over who can access identity and logging data. It also keeps traffic private within the AWS network, rather than exposing services publicly or duplicating them across every account. The other options either duplicate services with weaker controls, grant broad access that undermines isolation, or expose services publicly, which isn’t suitable for secure cross-account sharing.

Sharing services across multiple AWS accounts while keeping them isolated is best achieved by a dedicated shared services model. Put the identity and logging services in a separate shared services account (or accounts) and connect the member accounts to this central place using private networking options like VPC endpoints or a Transit Gateway. Access to the shared services is granted through cross-account IAM roles and resource policies, so each account can assume roles in the shared services account with the exact permissions it needs. This setup preserves isolation between workloads in different accounts, while giving you centralized control, auditing, and governance over who can access identity and logging data. It also keeps traffic private within the AWS network, rather than exposing services publicly or duplicating them across every account. The other options either duplicate services with weaker controls, grant broad access that undermines isolation, or expose services publicly, which isn’t suitable for secure cross-account sharing.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy