Question 131:
A DevOps team is currently looking at the security aspect of their CI/CD pipeline. They are making use of AWS resources for their infrastructure. They want to ensure that the EC2 Instances don’t have any high security vulnerabilities. They want to ensure a complete DevSecOps process. How can this be achieved?
Answer options:
A.Use AWS Config to check the state of the EC2 instance for any sort of security issues. B.Use AWS Inspector APIs in the pipeline for the EC2 Instances. C.Use AWS Trusted Advisor APIs in the pipeline for the EC2 Instances. D.Use AWS Security Groups to ensure no vulnerabilities are present.