{"id":17244,"date":"2026-09-21T07:18:37","date_gmt":"2026-09-21T07:18:37","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=17244"},"modified":"2026-09-21T07:18:37","modified_gmt":"2026-09-21T07:18:37","slug":"amazon-aws-certified-security-specialty-scs-c02-practice-test-questions-and-exam-dumps-part6-q101-120","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/amazon-aws-certified-security-specialty-scs-c02-practice-test-questions-and-exam-dumps-part6-q101-120\/","title":{"rendered":"Amazon AWS Certified Security &#8211; Specialty SCS-C02 Practice Test Questions and Exam Dumps Part6 Q101-120"},"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 101<\/b><\/h3>\n<p><b>Which IAM mechanism delegates temporary permissions to another AWS principal?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource tag<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM role<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Account alias<\/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 provides permissions that can be assumed by trusted principals, allowing them to obtain temporary security credentials. Roles are widely used for cross-account access, AWS workloads, and federated identities because they avoid the need to distribute long-term access keys. A trust policy determines who can assume a role, while the attached permissions policy defines what the role can do. IAM groups organize users, resource tags provide metadata for supported authorization conditions, and an account alias provides a human-readable sign-in identifier. Roles therefore provide the delegation mechanism described in the question.<\/span><\/p>\n<h3><b>Question 102<\/b><\/h3>\n<p><b>Which IAM policy component identifies the AWS resources affected?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Action<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Condition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Effect<\/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;\">The Resource element specifies which AWS resources a policy statement applies to. Depending on the service and action, this can identify a specific resource ARN or a broader set of resources. Narrowly defining resources is an important least-privilege practice because it prevents permissions from automatically applying to unrelated resources. Action identifies the API operations being controlled, Condition adds contextual requirements, and Effect specifies whether access is allowed or denied. Carefully combining Action and Resource elements helps security teams create policies that provide only the access required for a particular workload or user.<\/span><\/p>\n<h3><b>Question 103<\/b><\/h3>\n<p><b>Which AWS service provides centralized account governance?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Organizations<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Kinesis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS AppSync<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Polly<\/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 Organizations provides centralized management and governance for multiple AWS accounts. It allows organizations to group accounts into organizational units, apply service control policies, and establish account-level governance structures. Organizations is particularly useful in multi-account security architectures because centralized administrators can establish guardrails while workload teams retain appropriate account-level responsibilities. Kinesis supports streaming data, AppSync provides managed GraphQL APIs, and Polly offers text-to-speech functionality. None of these services provides the account-management and organizational governance capabilities of AWS Organizations.<\/span><\/p>\n<h3><b>Question 104<\/b><\/h3>\n<p><b>Which CloudTrail option records control-plane operations?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data events<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Management events<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resolver queries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VPC flow records<\/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;\">CloudTrail management events record control-plane operations performed against AWS resources. Examples include creating, modifying, or deleting resources and changing account-level configurations. These events are important for security auditing because they can reveal administrative activity and configuration changes. Data events focus on resource-level operations for supported services, such as S3 object activity. Resolver queries provide DNS visibility, while VPC Flow Logs provide network traffic metadata. Management events are therefore the CloudTrail category used to record control-plane API activity.<\/span><\/p>\n<h3><b>Question 105<\/b><\/h3>\n<p><b>Which S3 protection prevents public access through common configuration paths?<\/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 Select<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Block Public Access<\/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: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">S3 Block Public Access provides controls designed to prevent public access to S3 buckets and objects through several common configuration mechanisms. It can be applied at the account, bucket, or access-point level and is widely used as a preventive security baseline. The controls can help protect against accidental public bucket policies or access control configurations. S3 Inventory produces object reports, S3 Select supports querying object content, and Storage Lens provides usage and activity insights. These features do not provide the same preventive protection against public exposure.<\/span><\/p>\n<h3><b>Question 106<\/b><\/h3>\n<p><b>Which service can detect suspicious API behavior in an AWS account?<\/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 Backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon AppStream<\/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;\">Amazon GuardDuty analyzes supported AWS activity and telemetry to identify potentially malicious behavior. It can detect suspicious API patterns associated with compromised credentials, unusual access behavior, and other threats. Findings can be integrated with Security Hub, EventBridge, and other security workflows for investigation or automated response. AWS Artifact provides compliance documentation, AWS Backup manages backup operations, and AppStream provides application streaming. GuardDuty is specifically designed for managed threat detection and therefore is the appropriate service for identifying suspicious API behavior.<\/span><\/p>\n<h3><b>Question 107<\/b><\/h3>\n<p><b>Which AWS service continuously records resource configuration changes?<\/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 MQ<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS CodeBuild<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Neptune<\/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 Config records configuration information for supported AWS resources and maintains configuration history. Security teams can use this information to identify changes, investigate configuration drift, and evaluate resources against security rules. Config is useful when an organization needs to determine what changed, when the change occurred, and whether the resulting configuration complies with established requirements. Amazon MQ provides managed message brokers, CodeBuild supports software builds, and Neptune provides graph database functionality. AWS Config is specifically designed for resource configuration recording and assessment.<\/span><\/p>\n<h3><b>Question 108<\/b><\/h3>\n<p><b>Which service stores secrets with optional automated rotation?<\/b><\/p>\n<ol>\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;\">Amazon ECR<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS DataSync<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon FSx<\/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 Secrets Manager securely stores sensitive information such as database credentials, API keys, and application secrets. It supports controlled retrieval through IAM and offers automated rotation for supported secret types. Applications can retrieve secrets at runtime rather than embedding long-term credentials in source code or configuration files. Amazon ECR stores container images, DataSync transfers data between storage environments, and FSx provides managed file systems. Secrets Manager is specifically designed for lifecycle management and secure retrieval of application secrets.<\/span><\/p>\n<h3><b>Question 109<\/b><\/h3>\n<p><b>Which VPC control filters traffic at the subnet boundary?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Security group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network ACL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VPC endpoint<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Transit Gateway<\/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;\">Network Access Control Lists operate at the subnet level and provide stateless traffic filtering. They contain numbered inbound and outbound rules, and the first matching rule determines whether traffic is allowed or denied. Because network ACLs are stateless, return traffic must be explicitly permitted where required. Security groups operate at the resource level and are stateful, VPC endpoints provide private service connectivity, and Transit Gateway connects networks through a central routing hub. Network ACLs are therefore the appropriate subnet-level network security control.<\/span><\/p>\n<h3><b>Question 110<\/b><\/h3>\n<p><b>Which AWS service protects web applications from malicious HTTP requests?<\/b><\/p>\n<ol>\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 SQS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Glue<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon RDS<\/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 WAF helps protect supported web applications by inspecting incoming HTTP and HTTPS requests against configured rules. Rules can identify characteristics associated with malicious or unwanted requests, including IP addresses, request headers, query strings, and known attack patterns. WAF can integrate with services such as CloudFront, Application Load Balancers, and API Gateway. SQS provides message queuing, Glue supports data integration, and RDS provides managed relational databases. WAF specifically addresses application-layer request filtering and web security.<\/span><\/p>\n<h3><b>Question 111<\/b><\/h3>\n<p><b>Which AWS service provides private DNS-based domain filtering?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Route 53 Resolver DNS Firewall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon CloudFront<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Direct Connect<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon ElastiCache<\/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;\">Route 53 Resolver DNS Firewall allows organizations to control DNS queries originating from VPC resources. Administrators can create rule groups containing domain lists and determine how matching queries should be handled. This can help prevent workloads from resolving known malicious or unwanted domains. CloudFront provides content delivery, Direct Connect provides dedicated network connectivity, and ElastiCache provides managed in-memory caching. DNS Firewall specifically addresses domain-level filtering at the DNS resolution layer and can complement broader network security controls.<\/span><\/p>\n<h3><b>Question 112<\/b><\/h3>\n<p><b>Which AWS service centralizes security findings from supported sources?<\/b><\/p>\n<ol>\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;\">Amazon Athena<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Batch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon WorkSpaces<\/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 Security Hub provides centralized visibility into security findings from supported AWS services and integrated third-party products. It normalizes findings and helps security teams review issues across accounts and workloads through a consolidated security interface. Security Hub can also evaluate supported security standards and connect findings to automated response workflows. Athena is used for data analysis, Batch runs batch computing jobs, and WorkSpaces provides virtual desktops. Security Hub is specifically designed for centralized security finding management.<\/span><\/p>\n<h3><b>Question 113<\/b><\/h3>\n<p><b>Which AWS service helps investigate a security incident using activity relationships?<\/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 Backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Lex<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS IoT Core<\/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 Detective helps analysts investigate security incidents by examining relationships among identities, resources, and activity within an AWS environment. It can provide additional context around findings and help investigators understand sequences of behavior associated with suspicious activity. Detective is useful after an alert has been generated because it focuses on investigation rather than simply prevention. AWS Backup manages recovery data, Lex supports conversational applications, and IoT Core provides connected-device capabilities. Detective is the AWS service specifically designed for contextual security investigation.<\/span><\/p>\n<h3><b>Question 114<\/b><\/h3>\n<p><b>Which service assesses supported workloads for software vulnerabilities?<\/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;\">Amazon Redshift<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Transit Gateway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Connect<\/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 Inspector continuously assesses supported AWS workloads for software vulnerabilities and other security issues. Depending on supported capabilities, it can evaluate resources such as EC2 instances, container images, and Lambda functions. Inspector findings help security teams prioritize vulnerabilities for remediation and improve the overall security posture of workloads. Redshift provides data warehousing, Transit Gateway connects networks, and Connect provides contact-center capabilities. Inspector is the service specifically focused on vulnerability assessment and management.<\/span><\/p>\n<h3><b>Question 115<\/b><\/h3>\n<p><b>Which KMS feature permits controlled cryptographic access without full key administration?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key grant<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">KMS alias<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key deletion schedule<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key description<\/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 grants provide a mechanism for delegating specific cryptographic permissions without necessarily giving the grantee full administrative control over a KMS key. Grants can specify which operations a principal may perform and can be useful when AWS services or applications need controlled access to encryption keys. An alias provides an alternative name for a key, a deletion schedule controls pending key deletion, and a key description is informational metadata. Grants are therefore particularly useful when organizations need to separate cryptographic usage from broader key administration.<\/span><\/p>\n<h3><b>Question 116<\/b><\/h3>\n<p><b>Which AWS service protects backup data against retention-period deletion?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Backup Vault Lock<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon RDS Proxy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Storage Gateway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon EBS<\/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 Backup Vault Lock helps protect backup recovery points by enforcing retention-related restrictions. Depending on the configuration, protected recovery points can be prevented from being deleted or changed during the retention period. This provides an important layer of protection against accidental deletion and malicious attempts to destroy backup data. RDS Proxy manages database connections, Storage Gateway connects on-premises environments with AWS storage, and EBS provides block storage. Vault Lock specifically addresses the immutability and retention requirements associated with protected backup recovery points.<\/span><\/p>\n<h3><b>Question 117<\/b><\/h3>\n<p><b>Which AWS feature provides temporary credentials to trusted external identities?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Security Token Service<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon S3<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS CloudFormation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon DynamoDB<\/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 Security Token Service, or AWS STS, provides temporary security credentials to trusted principals. It plays an important role in federation, cross-account access, and workload authentication. Temporary credentials have limited lifetimes and can be associated with specific permissions, reducing dependence on long-term access keys. Amazon S3 provides object storage, CloudFormation manages infrastructure deployment, and DynamoDB provides NoSQL database capabilities. STS is the service responsible for issuing temporary credentials that can be used by authorized external or internal identities.<\/span><\/p>\n<h3><b>Question 118<\/b><\/h3>\n<p><b>Which S3 control records multiple versions of stored objects?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Versioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Object Lock<\/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 Transfer Acceleration<\/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;\">S3 Versioning preserves multiple versions of objects in a bucket. When objects are overwritten or deleted, previous versions can remain available according to the bucket&#8217;s configuration and applicable permissions. Versioning can help recover from accidental deletions and overwrites and is commonly combined with other S3 protection mechanisms. Object Lock focuses on retention and immutability, Access Points provide specialized access configurations, and Transfer Acceleration improves data-transfer performance. Versioning specifically provides the ability to retain and recover previous object versions.<\/span><\/p>\n<h3><b>Question 119<\/b><\/h3>\n<p><b>Which AWS service provides managed TLS certificates?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Certificate Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon QuickSight<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS CodePipeline<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Kinesis<\/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, or ACM, provides managed SSL\/TLS certificates for supported AWS services and workloads. It simplifies certificate provisioning and can automatically renew eligible certificates, reducing the operational burden of certificate lifecycle management. TLS certificates help establish encrypted connections and authenticate supported endpoints. QuickSight provides business intelligence, CodePipeline supports continuous delivery workflows, and Kinesis handles streaming data. ACM is specifically designed to manage certificates used for secure network communication.<\/span><\/p>\n<h3><b>Question 120<\/b><\/h3>\n<p><b>Which security architecture keeps audit logs outside workload administrators&#8217; control?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Centralized logging account<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Application-local log files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Developer-owned storage bucket<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shared administrator repository<\/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;\">A centralized logging account can separate security and audit data from ordinary workload administration. Logs from multiple accounts can be delivered into protected storage where access is restricted to authorized security personnel and automated systems. This architecture reduces the ability of workload administrators to alter or delete evidence associated with their own activities. Local application logs, developer-owned buckets, and shared administrator repositories provide weaker separation because the same personnel managing workloads may also control the audit records. Centralized security logging therefore supports stronger separation of duties and audit integrity.<\/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 101 Which IAM mechanism delegates temporary permissions to another AWS principal? IAM group Resource tag IAM role Account alias Correct Answer: 3 Explanation: An IAM role provides permissions that can be assumed by trusted principals, allowing them to [&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\/17244"}],"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=17244"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17244\/revisions"}],"predecessor-version":[{"id":17245,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17244\/revisions\/17245"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=17244"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=17244"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=17244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}