ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 432 - DOP-C01 discussion

Report
Export

You have just come from your Chief Information Security Officer's (CISO) office with the instructions to provide an audit report of all AWS network rules used by the organization's Amazon EC2 instances. You have discovered that a single Describe-Security-Groups API call will return all of an account's security groups and rules within a region. You create the following pseudo-code to create the required report:

- Parse "aws ec2 describe-security-groups" output

- For each security group

- Create report of ingress and egress rules

Which two additional pieces of logic should you include to meet the CISO's requirements? (Choose two.)

A.
Parse security groups in each region.
Answers
A.
Parse security groups in each region.
B.
Parse security groups in each Availability Zone and region.
Answers
B.
Parse security groups in each Availability Zone and region.
C.
Evaluate VPC network access control lists.
Answers
C.
Evaluate VPC network access control lists.
D.
Evaluate AWS CloudTrail logs.
Answers
D.
Evaluate AWS CloudTrail logs.
E.
Evaluate Elastic Load Balancing access control lists.
Answers
E.
Evaluate Elastic Load Balancing access control lists.
F.
Parse CloudFront access control lists.
Answers
F.
Parse CloudFront access control lists.
Suggested answer: A, C
asked 16/09/2024
Michal Kopl
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first