What is the purpose of separate AWS accounts for production and development?
- A Account boundaries provide the strongest isolation AWS offers
- B Separate billing only
- C Faster deployments
- D Access to more regions
Answer
Account boundaries provide the strongest isolation AWS offers
A mistake or compromise in one account cannot reach another, which is far stronger than IAM separation within one account.





