The AWS Certified Security – Specialty (SCS-C03) exam tests your skills in securing AWS environments. It is designed for security professionals looking to validate their expertise in AWS security.
Explanation
Disabling MFA does not change the user's access or permissions—only the requirement for MFA changes.
Q442
Which AWS service provides a firewall for EC2 instances?
AAWS WAF
BSecurity Groups
CVPC Peering
DAWS Shield
Explanation
Security Groups act as virtual firewalls; WAF is for web applications.
Q443
A company needs to rotate IAM user access keys semi-annually. What is the best practice?
AManually delete old keys
BUse a script for automation
CLeave old keys until expiry
DDo nothing, keys are secure
Explanation
Automation ensures timely rotation and reduces errors; manual deletion is inefficient.
Q444
What happens when an S3 Bucket Policy is incorrectly configured?
ABucket accessibility is unaffected
BAll objects become public
CAccess issues occur per policy rules
DObjects are automatically encrypted
Explanation
Access issues occur based on applied rules; incorrect policies can restrict or allow unintended access.
Q445
Which AWS service allows you to manage IAM roles across multiple AWS accounts?
AAWS Control Tower
BAWS Organizations
CAWS IAM
DAWS SSO
Explanation
AWS Organizations allows for centralized management of IAM across accounts, while the others do not focus on cross-account role management.
Q446
A company wants to implement encryption for their data at rest in an S3 bucket. What is the most effective method?
AEnable S3 Versioning
BUse Client-Side Encryption
CUse S3 Server-Side Encryption
DRestrict Bucket Policy
Explanation
S3 Server-Side Encryption automates data encryption at rest directly in S3, unlike the other options which do not provide direct encryption capabilities.
Q447
You are configuring CloudTrail for auditing purposes. What is a best practice to enhance security?
AUse a single S3 bucket for all trails
BStore logs in a private S3 bucket
CEnable public access to logs
DDisable log file validation
Explanation
Storing logs in a private S3 bucket enhances security by restricting access, unlike enabling public access.
Q448
Which AWS service helps secure your data at rest by using encryption keys managed in the cloud?
AAWS Key Management Service (KMS)
BAWS CloudTrail
CAmazon S3
DAmazon CloudFront
Explanation
AWS KMS is specifically designed for encryption key management, while the others do not focus on this functionality.
Q449
A security team needs to monitor and alert on unauthorized API calls in their AWS account. What should they use?
AAWS Config
BAWS CloudTrail
CAmazon GuardDuty
DAmazon Inspector
Explanation
CloudTrail logs and enables alerts for API calls, whereas the others do not directly track API usage.
Q450
You are configuring IAM policies for a team. What happens if an explicit deny is inheriting from a group attached to a user?
AAccess is allowed.
BAccess is denied.
CRequires additional permissions to allow.
DAccess depends on resource policies.
Explanation
In AWS IAM, explicit denies take precedence, overriding any allows, meaning access will always be denied in this scenario.