Question 240:
You have both production and development based instances running on your VPC. It is required to ensure that people responsible for the development instances do not have access to work on production instances for better security. Which of the following would be the best way to accomplish this using policy with minimal efforts?
Answer options:
A.Launch the development and production instances in separate VPCs and use VPC Peering. B.Create an IAM group with a condition that allows access to only those instances which are used for production or development. C.Launch the development and production instances in different Availability Zones and use Multi-Factor Authentication. D.Define the tags on the Development and production servers and add a condition to the IAM Policy which allows access to specific tags.