Skip to main content
  1. Projects/
  2. AWS DevOps Pro Certification/
  3. 1: SDLC Automation/
  4. 5: Misc. SDLC Tools/

2: Multi-Account Envs

·1 min

Why deploy to multiple accounts?

  • Apply appropriate security to each account
  • Appropriate security for access to the env
  • Appropriate security for access to database
  • Isolation is good: Limit impact of errors

What sort of accounts might we want?

  • Dev
  • Test
  • Prod

Who can use prod?

  • Only: An admin, and the pipeline

How to publish to another account?

  • Cross-account role is instrumental here