0
0
AWScloud~20 mins

AWS Config for compliance - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
AWS Config Compliance Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
service_behavior
intermediate
2:00remaining
How AWS Config evaluates compliance

When AWS Config evaluates a resource against a rule, what determines if the resource is marked as compliant?

AThe resource is in the same AWS region as the Config service.
BThe resource is tagged with 'compliant' by the user manually.
CThe resource matches the rule's criteria and passes all evaluations.
DThe resource has no changes recorded in the last 24 hours.
Attempts:
2 left
💡 Hint

Think about how AWS Config rules check resource settings automatically.

Architecture
intermediate
2:00remaining
Designing AWS Config for multi-account compliance

You want to monitor compliance across multiple AWS accounts in your organization. Which AWS Config setup allows centralized compliance management?

AUse AWS Config aggregator in a designated account to collect compliance data from all member accounts.
BEnable AWS Config separately in each account without aggregation.
CUse CloudTrail to monitor compliance events across accounts.
DCreate IAM roles in each account and manually check compliance.
Attempts:
2 left
💡 Hint

Think about a way to see all compliance data in one place.

security
advanced
2:00remaining
Securing AWS Config data access

Which IAM policy condition best restricts AWS Config data access to only users connecting from your corporate network's IP range?

A"Condition": {"StringEquals": {"aws:username": "corp-user"}}
B"Condition": {"DateGreaterThan": {"aws:CurrentTime": "2024-01-01T00:00:00Z"}}
C"Condition": {"Bool": {"aws:MultiFactorAuthPresent": "true"}}
D"Condition": {"IpAddress": {"aws:SourceIp": ["203.0.113.0/24"]}}
Attempts:
2 left
💡 Hint

Restrict access based on IP addresses.

Best Practice
advanced
2:00remaining
Optimizing AWS Config rule evaluations

You notice AWS Config rule evaluations are causing high costs. Which approach best reduces unnecessary evaluations?

ADisable AWS Config in all regions except one.
BConfigure rules to trigger evaluations only on configuration changes instead of periodic checks.
CIncrease the frequency of periodic evaluations to catch issues faster.
DDelete all custom rules and use only AWS managed rules.
Attempts:
2 left
💡 Hint

Think about when rules run evaluations.

🧠 Conceptual
expert
2:00remaining
Understanding AWS Config compliance timeline

After enabling AWS Config and a custom rule, you notice some resources show non-compliant immediately, even though they meet the rule criteria. What is the most likely reason?

AAWS Config has not completed the initial full evaluation of all resources yet.
BThe resources are in a different AWS region than the rule.
CThe rule is disabled but still showing old compliance data.
DThe resources are tagged incorrectly.
Attempts:
2 left
💡 Hint

Think about how AWS Config processes initial data.