
Answer-first summary for fast verification
Answer: Deploy each environment in separate VPCs
Deploying each environment in separate VPCs is a best practice for environment isolation, as it provides a clear boundary and security controls between development and production.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A software development company needs to ensure that their development and production environments are isolated from each other. What is the best practice for achieving this using AWS networking services?
A
Use a single VPC with multiple subnets
B
Deploy each environment in separate VPCs
C
Use AWS Direct Connect for environment isolation
D
Implement both environments in a single subnet
No comments yet.