{"id":17254,"date":"2026-09-21T07:22:13","date_gmt":"2026-09-21T07:22:13","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=17254"},"modified":"2026-09-21T07:22:13","modified_gmt":"2026-09-21T07:22:13","slug":"amazon-aws-certified-security-specialty-scs-c02-practice-test-questions-and-exam-dumps-part11-q201-220","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/amazon-aws-certified-security-specialty-scs-c02-practice-test-questions-and-exam-dumps-part11-q201-220\/","title":{"rendered":"Amazon AWS Certified Security &#8211; Specialty SCS-C02 Practice Test Questions and Exam Dumps Part11 Q201-220"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/aws-certified-security-specialty-scs-c02-exam-dumps\"><b>Amazon AWS Certified Security &#8211; Specialty SCS-C02 Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 201<\/b><\/h3>\n<p><b>Which AWS service provides managed private certificate authority capabilities?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Certificate Manager Private Certificate Authority<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon GuardDuty<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Secrets Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Key Management Service<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS Certificate Manager Private Certificate Authority (ACM Private CA) provides managed private certificate authority functionality for organizations that need to issue and manage certificates internally. It can create private certificate hierarchies and issue certificates for applications, services, devices, and internal resources. This is useful when certificates should not be publicly trusted or when an organization requires control over its certificate infrastructure. GuardDuty focuses on threat detection, Secrets Manager manages application credentials, and KMS protects encryption keys. ACM Private CA therefore addresses the specific requirement of creating and operating a private certificate authority without requiring the organization to maintain its own CA servers.<\/span><\/p>\n<h3><b>Question 202<\/b><\/h3>\n<p><b>Which IAM policy controls who is allowed to assume an IAM role?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Permissions policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trust policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Session policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identity-based boundary<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An IAM role&#8217;s trust policy defines which principals are permitted to assume that role. The policy is attached directly to the role and establishes the trusted relationship between the role and identities such as IAM users, other roles, AWS services, or external principals. A permissions policy instead determines what actions the role can perform after it has been assumed. Session policies can further restrict permissions during a temporary session, while a permissions boundary limits the maximum permissions available to an identity. Understanding the distinction between trust and permissions policies is essential when troubleshooting cross-account access or service-role assumption failures.<\/span><\/p>\n<h3><b>Question 203<\/b><\/h3>\n<p><b>Which AWS feature helps prevent confused-deputy problems during cross-account role assumption?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM Access Analyzer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">External ID<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Permission set<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Source VPC condition<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An external ID is commonly used when a third-party service assumes a role in a customer&#8217;s AWS account. The customer includes a specific external ID condition in the role trust policy, allowing the trusted third party to demonstrate that the request belongs to the correct customer relationship. This helps reduce the confused-deputy risk, where a service with access to multiple customers could accidentally use one customer&#8217;s permissions on behalf of another customer. IAM Access Analyzer identifies potentially unintended access, permission sets are associated with IAM Identity Center, and VPC conditions address network context rather than the third-party confused-deputy scenario.<\/span><\/p>\n<h3><b>Question 204<\/b><\/h3>\n<p><b>What does an IAM permissions boundary primarily define?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The trusted principal for a role<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The account&#8217;s organization structure<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The maximum permissions an identity can receive<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The encryption algorithm used by KMS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An IAM permissions boundary establishes the maximum permissions that an IAM user or role can receive through identity-based policies. It does not itself grant permissions. Effective permissions are determined by the intersection between the permissions granted by applicable identity policies and the permissions allowed by the boundary, along with other policy controls. This mechanism is useful for delegated administration because administrators can allow teams to create roles or users while restricting the maximum privileges those identities may obtain. A trust policy handles role assumption, AWS Organizations manages account relationships, and KMS controls cryptographic key operations rather than IAM permission boundaries.<\/span><\/p>\n<h3><b>Question 205<\/b><\/h3>\n<p><b>Which S3 setting transfers object ownership to the bucket-owning account automatically?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bucket owner enforced<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public access override<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ACL compatibility mode<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Requester ownership<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">S3 Object Ownership with Bucket owner enforced disables access control lists for the bucket and makes the bucket owner the owner of every object written to the bucket. This simplifies permission management because object ownership no longer depends on the account that uploaded the object. It is especially useful in centralized data repositories where multiple AWS accounts upload objects but the receiving account must retain ownership. The setting also reduces reliance on object ACLs, allowing organizations to manage access primarily through IAM and bucket policies. The other choices do not provide the same automatic ownership behavior for newly uploaded S3 objects.<\/span><\/p>\n<h3><b>Question 206<\/b><\/h3>\n<p><b>Which S3 capability creates a separate access point for controlled application access?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Inventory<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Access Points<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Batch Operations<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Storage Lens<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon S3 Access Points provide dedicated access endpoints and policies for applications or groups that need controlled access to the same S3 bucket. Instead of placing every application&#8217;s permissions into one large bucket policy, administrators can create separate access points with policies tailored to particular use cases. This can simplify access management for shared datasets, especially when multiple teams or applications require different permissions. S3 Inventory reports object metadata, Batch Operations performs large-scale object actions, and Storage Lens provides usage and activity visibility. Access Points specifically address the challenge of creating distinct controlled access paths to a shared S3 bucket.<\/span><\/p>\n<h3><b>Question 207<\/b><\/h3>\n<p><b>Which CloudFront feature provides authenticated access from CloudFront to an S3 origin?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Origin Access Control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Transfer Acceleration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bucket Replication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CloudFront Functions<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">CloudFront Origin Access Control (OAC) allows CloudFront to securely access an S3 origin while restricting direct public access to the bucket. OAC uses AWS Signature Version 4 signing and can be integrated with S3 bucket policies so requests are permitted when they originate through the authorized CloudFront distribution. This architecture is useful when content should be delivered through CloudFront while preventing users from bypassing the distribution and accessing S3 directly. Transfer Acceleration improves transfer performance, replication copies objects between buckets, and CloudFront Functions execute lightweight edge logic. OAC is specifically designed for securing CloudFront-to-S3 origin access.<\/span><\/p>\n<h3><b>Question 208<\/b><\/h3>\n<p><b>Which KMS capability allows related keys in different Regions to share key material?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Imported key material<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multi-Region keys<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant tokens<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Custom key stores<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS KMS Multi-Region keys allow related KMS keys to exist in multiple AWS Regions while sharing the same underlying key material and key ID lineage. This can simplify cryptographic operations for applications that operate across Regions and need consistent encryption or decryption capabilities. A primary Multi-Region key can have replica keys in other Regions, and each replica remains a regional KMS resource. Imported key material refers to externally supplied cryptographic material, grant tokens support authorization changes involving grants, and custom key stores integrate KMS with external key-management infrastructure. Multi-Region keys specifically address cross-Region cryptographic continuity.<\/span><\/p>\n<h3><b>Question 209<\/b><\/h3>\n<p><b>Which KMS option lets an organization supply its own cryptographic key material?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatic rotation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Alias management<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Imported key material<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key grants<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">KMS imported key material allows an organization to generate cryptographic material externally and then import it into a customer managed KMS key. This can be useful when an organization has requirements around key generation or wants greater control over the source of the material. Imported material has specific lifecycle considerations, including expiration behavior when an expiration period is configured. Automatic rotation is a KMS key-management feature, aliases provide friendly names for keys, and grants delegate permissions to principals. Those features do not provide the mechanism for supplying externally generated cryptographic material to a KMS key.<\/span><\/p>\n<h3><b>Question 210<\/b><\/h3>\n<p><b>Which KMS mechanism can delegate limited key operations without modifying the key policy?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Alias<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key description<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rotation schedule<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A KMS grant is a delegation mechanism that allows specific AWS principals to perform permitted operations on a KMS key. Grants can provide fine-grained permissions and are commonly used by AWS services that need temporary or controlled access to encrypted resources. They can be created and retired independently from the key policy. An alias is simply a friendly reference to a key, a description provides metadata, and rotation changes key material according to the configured rotation behavior. Grants are particularly useful when an application or AWS service needs narrowly scoped cryptographic permissions without requiring frequent changes to the key policy itself.<\/span><\/p>\n<h3><b>Question 211<\/b><\/h3>\n<p><b>Which service provides managed threat detection using AWS account and workload activity?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Artifact<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon GuardDuty<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Audit Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Trusted Advisor<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon GuardDuty is a managed threat detection service that analyzes relevant AWS activity and data sources to identify suspicious behavior and potential security threats. It can produce findings involving activities such as credential misuse, unusual API behavior, malicious network activity, and other indicators depending on enabled protection features and supported resources. AWS Artifact provides compliance documentation, Audit Manager helps collect evidence for audits, and Trusted Advisor provides recommendations across several AWS account areas. GuardDuty is therefore the service specifically designed for continuously identifying potential threats and generating security findings for investigation.<\/span><\/p>\n<h3><b>Question 212<\/b><\/h3>\n<p><b>Which Amazon Macie capability identifies sensitive data stored in S3 objects?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sensitive data discovery<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network packet inspection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM credential analysis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Application tracing<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon Macie provides sensitive data discovery capabilities for Amazon S3. It can analyze objects to identify sensitive information such as personally identifiable information and other data types supported by Macie&#8217;s detection mechanisms. Organizations can use these findings to understand where sensitive information resides and improve data protection controls. Macie is focused on data security and privacy rather than network packet inspection or IAM credential analysis. Application tracing is handled by other AWS observability services. Macie&#8217;s S3-focused discovery capability is particularly valuable for organizations maintaining large data lakes or repositories where manually identifying sensitive information would be difficult.<\/span><\/p>\n<h3><b>Question 213<\/b><\/h3>\n<p><b>Which AWS service evaluates resources against configurable compliance rules?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Config<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Inspector<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Shield<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Detective<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS Config continuously records resource configurations and can evaluate them against configurable rules. These rules can identify resources that violate organizational requirements, such as security configurations that do not meet defined standards. Config can also maintain configuration history, making it useful for investigating how resources changed over time. Amazon Inspector focuses on vulnerability findings for supported workloads, AWS Shield provides DDoS protection, and Detective helps investigate relationships and activity associated with security findings. AWS Config is therefore the appropriate service when the primary requirement is evaluating AWS resource configuration against defined compliance or governance conditions.<\/span><\/p>\n<h3><b>Question 214<\/b><\/h3>\n<p><b>Which AWS service provides centralized security findings across supported AWS security services?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon CloudWatch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Security Hub<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Control Tower<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Resource Explorer<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS Security Hub provides centralized security findings from supported AWS security services and integrated partner products. It helps security teams aggregate findings into a consistent view and can evaluate the environment against supported security standards. Security Hub is useful when an organization wants to consolidate security information rather than investigate each detection service independently. CloudWatch focuses on monitoring and observability, Control Tower assists with multi-account governance, and Resource Explorer helps locate AWS resources. Security Hub therefore serves as a central security-management layer for aggregating and prioritizing findings from multiple sources.<\/span><\/p>\n<h3><b>Question 215<\/b><\/h3>\n<p><b>Which service is designed to investigate relationships among AWS security activity and resources?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Detective<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS WAF<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Macie<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Firewall Manager<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon Detective helps security teams investigate security findings by analyzing relationships among resources, users, IP addresses, API activity, and other relevant security data. Instead of simply identifying an alert, Detective helps investigators understand what happened and how related activities connect. This makes it useful during incident investigation and threat analysis. AWS WAF protects web applications from common web exploits, Macie focuses on sensitive data discovery, and Firewall Manager centrally manages firewall policies. Detective&#8217;s primary role is investigative analysis, helping analysts move from an initial security finding toward a clearer understanding of the surrounding activity.<\/span><\/p>\n<h3><b>Question 216<\/b><\/h3>\n<p><b>Which service centrally manages firewall policies across multiple AWS accounts?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Firewall Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Detective<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Artifact<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Certificate Manager<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS Firewall Manager provides centralized management of firewall and security policies across AWS Organizations. It can help administrators consistently deploy and manage protections such as AWS WAF rules, security groups, and other supported firewall controls across multiple accounts and resources. This is particularly useful in large multi-account environments where manually configuring every account can lead to inconsistent protection. Detective is focused on investigation, Artifact provides compliance reports, and Certificate Manager handles certificates. Firewall Manager addresses the centralized governance requirement by allowing security policies to be managed and enforced across organizational accounts.<\/span><\/p>\n<h3><b>Question 217<\/b><\/h3>\n<p><b>Which IAM feature provides temporary permissions through centrally managed permission sets?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM Identity Center<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Cognito<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Resource Access Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM Access Analyzer<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">IAM Identity Center provides centralized workforce access to AWS accounts and applications. Administrators can create permission sets that define the permissions users receive when accessing assigned AWS accounts. These permissions are provisioned through IAM roles, providing temporary credentials rather than requiring users to maintain long-lived IAM user credentials in each account. Amazon Cognito focuses on application end-user identity, Resource Access Manager shares supported resources across accounts, and Access Analyzer evaluates resource access. IAM Identity Center is therefore the appropriate solution when an organization needs centralized workforce authentication and account access managed through reusable permission sets.<\/span><\/p>\n<h3><b>Question 218<\/b><\/h3>\n<p><b>Which AWS service can identify unused permissions granted to IAM identities?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Inspector<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM Access Analyzer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Network Firewall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon GuardDuty<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">IAM Access Analyzer includes capabilities that help organizations understand access and identify unused permissions associated with supported IAM identities. This information can help security teams reduce excessive privileges and move toward least-privilege access. Access Analyzer also provides other policy analysis capabilities, including identifying unintended external access. Inspector is primarily focused on workload vulnerabilities, Network Firewall provides network protection, and GuardDuty detects suspicious activity. IAM Access Analyzer is therefore the relevant service when the objective is analyzing identity permissions and finding opportunities to remove permissions that are not being used.<\/span><\/p>\n<h3><b>Question 219<\/b><\/h3>\n<p><b>Which S3 control requires an additional authentication factor for certain bucket deletion operations?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Transfer Acceleration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Access Points<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MFA Delete<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Inventory<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon S3 MFA Delete can require multi-factor authentication for specific operations involving versioned buckets, including permanently deleting object versions and changing certain versioning-related settings. It adds an additional authentication requirement to sensitive bucket operations, helping reduce the risk of accidental or unauthorized destructive actions. Transfer Acceleration concerns data-transfer performance, Access Points provide application-specific access endpoints, and Inventory generates reports about objects. MFA Delete is specifically associated with protecting versioned S3 data against certain destructive administrative actions by requiring an additional authentication factor.<\/span><\/p>\n<h3><b>Question 220<\/b><\/h3>\n<p><b>Which S3 Object Lock mode prevents protected objects from being deleted or overwritten during retention?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Governance mode<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compliance mode<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lifecycle mode<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replication mode<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">S3 Object Lock Compliance mode provides strong immutability protection by preventing protected object versions from being deleted or overwritten during their configured retention period, including by users with elevated administrative permissions. This makes it appropriate for requirements where retained records must remain immutable for a defined period. Governance mode also protects objects but can allow authorized users with appropriate permissions to bypass retention controls. Lifecycle mode and replication mode are not Object Lock retention modes. Compliance mode is therefore the relevant choice when an organization requires strict retention enforcement for protected S3 objects.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Amazon AWS Certified Security &#8211; Specialty SCS-C02 Exam Dumps and Practice Test Dumps &nbsp; Question 201 Which AWS service provides managed private certificate authority capabilities? AWS Certificate Manager Private Certificate Authority Amazon GuardDuty AWS Secrets Manager AWS Key Management Service Correct Answer: 1 Explanation: AWS Certificate Manager Private Certificate Authority (ACM Private CA) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17254"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=17254"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17254\/revisions"}],"predecessor-version":[{"id":17255,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17254\/revisions\/17255"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=17254"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=17254"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=17254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}