Question 85:
In order to be compliant with corporate regulatory requirements, any changes to the AWS resource configurations need to be traced and documented. Which of the following actions belong to the best practices for the implementation of Infrastructure as Code? (Select TWO.)
Answer options:
A.A developer uses AWS CLI commands on his Linux PC to configure a VPC, including public subnets, private subnets and a bastion host. B.For disaster recovery purposes, a CloudFormation template is used to build a replica of a production environment in another AWS region. C.Create VPC peering between two VPCs so that instances in either VPC can communicate with each other privately. D.In the AWS console, activate the versioning for S3 buckets so that every object stored in the S3 buckets is version controlled. E.In AWS System Manager “Run Command”, create a JSON command document to run a health check for EC2 instances. Save the document in a Git repository.