Free Practice · No Signup Required
30 Free AWS SCS-C02 Practice Questions
Real practice questions for the AWS Security Specialty (SCS-C02) exam, with answers and detailed explanations. Updated 2026.
Free questions
30
Passing score
750 out of 1000
Exam time
170 minutes
Question pool
404+ Questions
Below are 30 real practice questions for the AWS Security Specialty (SCS-C02) exam. Each question shows the correct answer and a detailed explanation when you reveal it. Use these to benchmark your readiness — if you score below 70% on these 30 questions, plan for at least 4 more weeks of study before booking.
SCS-C02 Practice Questions
- FreePracticeQuiz.questionLabelLogging & MonitoringA business requires a forensic logging solution for hundreds of Docker-based apps running on Amazon EC2. The solution must analyze logs in real time, provide message replay, and persist logs. Which Amazon Web Offerings (IAM) services should be employed to satisfy these requirements? (Select TWO)AAmazon Athena.BAmazon Kinesis.CAmazon SQS.DAmazon Elasticsearch.EAmazon EMR.
- FreePracticeQuiz.questionLabelData ProtectionA company developed an application by using AWS Lambda, Amazon S3, Amazon Simple Notification Service (Amazon SNS), and Amazon DynamoDB. An external application puts objects into the company's S3 bucket and tags the objects with date and time. A Lambda function periodically pulls data from the company's S3 bucket based on date and time tags and inserts specific values into a DynamoDB table for further processing. The data includes personally identifiable information (Pll). The company must remove data that is older than 30 days from the S3 bucket and the DynamoDB table. Which solution will meet this requirement with the MOST operational efficiency?AUpdate the Lambda function to add a TTL S3 flag to S3 objects. Create an S3 Lifecycle policy to expire objects that are older than 30 days by using the TTL S3 flag.BCreate an S3 Lifecycle policy to expire objects that are older than 30 days. Update the Lambda function to add the TTL attribute in the DynamoDB table. Enable TTL on the DynamoDB table to expire entires that are older than 30 days based on the TTL attribute.CCreate an S3 Lifecycle policy to expire objects that are older than 30 days and to add all prefixes to the S3 bucket. Update the Lambda function to delete entries that are older than 30 days.DCreate an S3 Lifecycle policy to expire objects that are older than 30 days by using object tags. Update the Lambda function to delete entries that are older than 30 days.
- FreePracticeQuiz.questionLabelInfrastructure SecurityA company is hosting a static website on Amazon S3 The company has configured an Amazon CloudFront distribution to serve the website contents. The company has associated an IAM WAF web ACL with the CloudFront distribution. The Web ACL ensures that requests originate from the United States to address compliance restrictions. THE company is worried that the S3 URL might still be accessible directly and that requests can bypass the CloudFront distribution. Which combination of steps should the company take to remove direct access to the S3 URL? (Select TWO)ASelect
Restrict Bucket Accessin the origin settings of the CloudFront distributionBCreate an origin access identity (OAI) for the S3 origin.CUpdate the S3 bucket policy to allow s3 GetObject with a condition that the IAM Referer key matches the secret value Deny all other.DConfigure the S3 bucket poky so that only the origin access identity (OAI) has read permission for objects in the bucket.EAdd an origin custom header that has the name Referer to the CloudFront distribution Give the header a secret value. - FreePracticeQuiz.questionLabelInfrastructure SecurityA company is testing its incident response plan for compromised credentials. The company runs a database on an Amazon EC2 instance and stores the sensitive data-base credentials as a secret in AWS Secrets Manager. The secret has rotation configured with an AWS Lambda function that uses the generic rotation function template. The EC2 instance and the Lambda function are deployed in the same private subnet. The VPC has a Secrets Manager VPC endpoint. A security engineer discovers that the secret cannot rotate. The security engineer determines that the VPC endpoint is working as intended. The Amazon Cloud-Watch logs contain the following error:
"setSecret: Unable to log into database". Which solution will resolve this error?AUse the AWS Management Console to edit the JSON structure of the secret in Secrets Manager so that the secret automatically conforms with the structure that the database requires.BEnsure that the security group that is attached to the Lambda function al-lows outbound connections to the EC2 instance. Ensure that the security group that is attached to the EC2 instance allows inbound connections from the security group that is attached to the Lambda function.CUse the Secrets Manager list-secrets command in the AWS CLI to list the secret. Identify the databaseDAdd an internet gateway to the VPC. Create a NAT gateway in a public sub-net. Update the VPC route tables so that traffic from the Lambda function and traffic from the EC2 instance can reach the Secrets Manager public endpoint. - FreePracticeQuiz.questionLabelLogging & MonitoringA company needs a forensic-logging solution for hundreds of applications running in Docker on Amazon EC2 The solution must perform real-time analytics on the togs must support the replay of messages and must persist the logs. Which IAM services should be used to meet these requirements? (Select TWO)AAmazon Athena.BAmazon Kinesis.CAmazon SQS.DAmazon Elasticsearch.EAmazon EMR.
- FreePracticeQuiz.questionLabelInfrastructure SecurityA company is evaluating the use of AWS Systems Manager Session Manager to gam access to the company's Amazon EC2 instances. However, until the company implements the change, the company must protect the key file for the EC2 instances from read and write operations by any other users. When a security administrator tries to connect to a critical EC2 Linux instance during an emergency, the security administrator receives the following error.
"Error Unprotected private key file – Permissions for' ssh/my_private_key pern' are too open". Which command should the security administrator use to modify the private key Me permissions to resolve this error?Achmod 0040 ssh/my_private_key pern.Bchmod 0400 ssh/my_private_key pern.Cchmod 0004 ssh/my_private_key pern.Dchmod 0777 ssh/my_private_key pern. - FreePracticeQuiz.questionLabelManagement & GovernanceA company deploys a set of standard IAM roles in AWS accounts. The IAM roles are based on job functions within the company. To balance operational efficiency and security, a security engineer implemented AWS Organizations SCPs to restrict access to critical security services in all company accounts. All of the company's accounts and OUs within AWS Organizations have a default FullAWSAccess SCP that is attached. The security engineer needs to ensure that no one can disable Amazon GuardDuty and AWS Security Hub. The security engineer also must not override other permissions that are granted by IAM policies that are defined in the accounts. Which SCP should the security engineer attach to the root of the organization to meet these requirements?AOption A.BOption B.COption C.DOption D.
- FreePracticeQuiz.questionLabelInfrastructure SecurityA company is building a data processing application mat uses AWS Lambda functions. The application's Lambda functions need to communicate with an Amazon RDS OB instance that is deployed within a VPC in the same AWS accountWhich solution meets these requirements in the MOST secure way?AConfigure the DB instance to allow public access Update the DB instance security group to allow access from the Lambda public address space for the AWS Region.BDeploy the Lambda functions inside the VPC Attach a network ACL to the Lambda subnet Provide outbound rule access to the VPC CIDR range only Update the DB instance security group to allow traffic from 0.0.0.0/0.CDeploy the Lambda functions inside the VPC Attach a security group to the Lambda functions Provide outbound rule access to the VPC CIDR range only Update the DB instance security group to allow traffic from the Lambda security group.DPeer the Lambda default VPC with the VPC that hosts the DB instance to allow direct network access without the need for security groups.
- FreePracticeQuiz.questionLabelData ProtectionA company has an application that uses an Amazon RDS PostgreSQL database. The company is developing an application feature that will store sensitive information for an individual in the database. During a security review of the environment, the company discovers that the RDS DB instance is not encrypting data at rest. The company needs a solution that will provide encryption at rest for all the existing data and for any new data that is entered for an individual. Which combination of options can the company use to meet these requirements? (Select TWO)ACreate a snapshot of the DB instance. Copy the snapshot to a new snapshot, and enable encryption for the copy process. Use the new snapshot to restore the DB instance.BModify the configuration of the DB instance by enabling encryption. Create a snapshot of the DB instance. Use the snapshot to restore the DB instance.CUse IAM Key Management Service (AWS KMS) to create a new default IAM managed awards key. Select this key as the encryption key for operations with Amazon RDS.DUse IAM Key Management Service (AWS KMS) to create a new CMK. Select this key as the encryption key for operations with Amazon RDS.ECreate a snapshot of the DB instance. Enable encryption on the snapshoVUse the snapshot to restore the DB instance.
- FreePracticeQuiz.questionLabelData ProtectionWhich of the following bucket policies will ensure that objects being uploaded to a bucket called 'demo' are encrypted?AOption A.BOption B.COption C.DOption D.
- FreePracticeQuiz.questionLabelManagement & GovernanceA company uses AWS Organizations to manage a multi-account AWS environment in a single AWS Region. The organization's management account is named management-01. The company has turned on AWS Config in all accounts in the organization. The company has designated an account named security-01 as the delegated administrator for AWS Config. All accounts report the compliance status of each account's rules to the AWS Config delegated administrator account by using an AWS Config aggregator. Each account administrator can configure and manage the account's own AWS Config rules to handle each account's unique compliance requirements. A security engineer needs to implement a solution to automatically deploy a set of 10 AWS Config rules to all existing and future AWS accounts in the organization. The solution must turn on AWS Config automatically during account creation. Which combination of steps will meet these requirements? (Select TWO)ACreate an AWS CloudFormation template that contains the 1 0 required AVVS Config rules. Deploy the template by using CloudFormation StackSets in the security-01 account.BCreate a conformance pack that contains the 10 required AWS Config rules. Deploy the conformance pack from the security-01 account.CCreate a conformance pack that contains the 10 required AWS Config rules. Deploy the conformance pack from the management-01 account.DCreate an AWS CloudFormation template that will activate AWS Config. Deploy the template by using CloudFormation StackSets in the security-01 ac-count.ECreate an AWS CloudFormation template that will activate AWS Config. Deploy the template by using CloudFormation StackSets in the management-01 account.
- FreePracticeQuiz.questionLabelData ProtectionA company has two IAM accounts within IAM Organizations. In Account-1. Amazon EC2 Auto Scaling is launched using a service-linked role. In Account-2. Amazon EBS volumes are encrypted with an AWS KMS key. A Security Engineer needs to ensure that the service-linked role can launch instances with these encrypted volumesWhich combination of steps should the Security Engineer take in both accounts? (Select TWO)AAllow Account-1 to access the KMS key in Account-2 using a key policyBAttach an IAM policy to the service-linked role in Account-1 that allows these actions CreateGrant. DescnbeKey, Encrypt, GenerateDataKey, Decrypt, and ReEncryptCCreate a KMS grant for the service-linked role with these actions CreateGrant, DescnbeKey Encrypt GenerateDataKey Decrypt, and ReEncryptDAttach an IAM policy to the role attached to the EC2 instances with KMS actions and then allow Account-1 in the KMS key policy.EAttach an IAM policy to the user who is launching EC2 instances and allow the user to access the KMS key policy of Account-2.
- FreePracticeQuiz.questionLabelData ProtectionWhich of the following are valid configurations for using SSL certificates with Amazon CloudFront? (Select THREE)ADefault AWS Certificate Manager certificate.BCustom SSL certificate stored in AWS KMS.CDefault CloudFront certificate.DCustom SSL certificate stored in AWS Certificate Manager.EDefault SSL certificate stored in AWS Secrets Manager.FCustom SSL certificate stored in AWS IAM.
- FreePracticeQuiz.questionLabelLogging & MonitoringA Security Engineer is troubleshooting an issue with a company's custom logging application. The application logs are written to an Amazon S3 bucket with event notifications enabled to send events to an Amazon SNS topic. All logs are encrypted at rest using an AWS KMS CMK. The SNS topic is subscribed to an encrypted Amazon SQS queue. The logging application polls the queue for new messages that contain metadata about the S3 object. The application then reads the content of the object from the S3 bucket for indexing. The Logging team reported that Amazon CloudWatch metrics for the number of messages sent or received is showing zero. No tags are being received. What should the Security Engineer do to troubleshoot this issue?AOption A: Add the following statement to the IAM managed CMKs.BOption B: Add the following statement to the CMK key policy.COption C: Add the following statement to the CMK key policy.DOption D: Add the following statement to the CMK key policy.
- FreePracticeQuiz.questionLabelData ProtectionA security engineer needs to implement a write-once-read-many (WORM) model for data that a company will store in Amazon S3 buckets. The company uses the S3 Standard storage class for all of its S3 buckets. The security engineer must ensure that objects cannot be overwritten or deleted by any user, including the AWS account root user. Which solution will meet these requirements?ACreate new S3 buckets with S3 Object Lock enabled in compliance mode. Place objects in the S3 buckets.BUse S3 Glacier Vault Lock to attach a Vault Lock policy to new S3 buckets. Wait 24 hours to complete the Vault Lock process. Place objects in the S3 buckets.CCreate new S3 buckets with S3 Object Lock enabled in governance mode. Place objects in the S3 buckets.DCreate new S3 buckets with S3 Object Lock enabled in governance mode. Add a legal hold to the S3 buckets. Place objects in the S3 buckets.
- FreePracticeQuiz.questionLabelData ProtectionA development team is attempting to encrypt and decode a secure string parameter from the IAM Systems Manager Parameter Store using an IAM Key Management Service (AWS KMS) CMK. However, each attempt results in an error message being sent to the development team. Which CMK-related problems possibly account for the error? (Select TWO)AThe CMK is used in the attempt does not exist.BThe CMK is used in the attempt needs to be rotated.CThe CMK is used in the attempt is using the CMKs key ID instead of the CMK ARN.DThe CMK is used in the attempt is not enabled.EThe CMK is used in the attempt is using an alias.
- FreePracticeQuiz.questionLabelLogging & MonitoringA security engineer logs in to the AWS Lambda console with administrator permissions. The security engineer is trying to view logs in Amazon CloudWatch for a Lambda function that is named my Function. When the security engineer chooses the option in the Lambda console to view logs in CloudWatch, an
error loading Log Streamsmessage appears. The IAM policy for the Lambda function's execution role contains the following. How should the security engineer correct the error? AMove thelogs:CreateLogGroupaction to the second Allow statement.BAdd thelogs:PutDestinationaction to the second Allow statement.CAdd thelogs:GetLogEventsaction to the second Allow statement.DAdd thelogs:CreateLogStreamaction to the second Allow statement. - FreePracticeQuiz.questionLabelManagement & GovernanceA company plans to create individual child accounts within an existing organization in IAM Organizations for each of its DevOps teams. AWS CloudTrail has been enabled and configured on all accounts to write audit logs to an Amazon S3 bucket in a centralized IAM account. A security engineer needs to ensure that DevOps team members are unable to modify or disable this configuration. How can the security engineer meet these requirements?ACreate an IAM policy that prohibits changes to the specific CloudTrail trail and apply the policy to the IAM account root user.BCreate an S3 bucket policy in the specified destination account for the CloudTrail trail that prohibits configuration changes from the IAM account root user in the source account.CCreate an SCP that prohibits changes to the specific CloudTrail trail and apply the SCP to the appropriate organizational unit or account in Organizations.DCreate an IAM policy that prohibits changes to the specific CloudTrail trail and apply the policy to a new IAM group. Have team members use individual IAM accounts that are members of the new IAM group.
- FreePracticeQuiz.questionLabelData ProtectionA company uses Amazon RDS for MySQL as a database engine for its applications. A recent security audit revealed an RDS instance that is not compliant with company policy for encrypting data at rest. A security engineer at the company needs to ensure that all existing RDS databases are encrypted using server-side encryption and that any future deviations from the policy are detected. Which combination of steps should the security engineer take to accomplish this? (Select TWO)ACreate an AWS Config rule to detect the creation of encrypted RDS databases. Create an Amazon EventBridge (Amazon CloudWatch Events) rule to trigger on the AWS Config rules compliance state change and use Amazon Simple Notification Service (Amazon SNS) to notify the security operations team.BUse AWS System Manager State Manager to detect RDS database encryption configuration drift. Create an Amazon EventBridge (Amazon CloudWatch Events) rule to track state changes and use Amazon Simple Notification Service (Amazon SNS) to notify the security operations team.CCreate a read replica for the existing unencrypted RDS database and enable replica encryption in the process. Once the replica becomes active, promote it into a standalone database instance and terminate the unencrypted database instance.DTake a snapshot of the unencrypted RDS database. Copy the snapshot and enable snapshot encryption in the process. Restore the database instance from the newly created encrypted snapshot. Terminate the unencrypted database instance.EEnable encryption for the identified unencrypted RDS instance by changing the configurations of the existing database.
- FreePracticeQuiz.questionLabelInfrastructure SecurityA company has a large fleet of Linux Amazon EC2 instances and Windows EC2 instances that run in private subnets. The company wants all remote administration to be performed as securely as possible in the AWS Cloud. Which solution will meet these requirements?ADo not use SSH-RSA private keys during the launch of new instances. Implement AWS Systems Manager Session Manager.BGenerate new SSH-RSA private keys for existing instances. Implement AWS Systems Manager Session Manager.CDo not use SSH-RSA private keys during the launch of new instances. Configure EC2 Instance Connect.DGenerate new SSH-RSA private keys for existing instances. Configure EC2 Instance Connect.
- FreePracticeQuiz.questionLabelManagement & GovernanceA company has an AWS Lambda function that creates image thumbnails from larger images. The Lambda function needs read and write access to an Amazon S3 bucket in the same AWS account. Which solutions will provide the Lambda function this access? (Select TWO)ACreate an IAM user that has only programmatic access. Create a new access key pair. Add environmental variables to the Lambda function with the access key ID and secret access key. Modify the Lambda function to use the environmental variables at run time during communication with Amazon S3.BGenerate an Amazon EC2 key pair. Store the private key in AWS Secrets Man-ager. Modify the Lambda function to retrieve the private key from Secrets Manager and to use the private key during communication with Amazon S3.CCreate an IAM role for the Lambda function. Attach an IAM policy that al-lows access to the S3 bucket.DCreate an IAM role for the Lambda function. Attach a bucket policy to the S3 bucket to allow access. Specify the function's IAM role as the principal.ECreate a security group. Attach the security group to the Lambda function. Attach a bucket policy that allows access to the S3 bucket through the security group ID.
- FreePracticeQuiz.questionLabelManagement & GovernanceA security engineer is designing an IAM policy for a script that will use the AWS CLI. The script currently assumes an IAM role that is attached to three AWS managed IAM policies: AmazonEC2FullAccess, AmazonDynamoDBFullAccess, and Ama-zonVPCFull Access. The security engineer needs to construct a least privilege IAM policy that will replace the AWS managed IAM policies that are attached to this role. Which solution will meet these requirements in the MOST operationally efficient way?AIn AWS CloudTrail, create a trail for management events. Run the script with the existing AWS managed IAM policies. Use IAM Access Analyzer to generate a new IAM policy that is based on access activity in the trail. Replace the existing AWS managed IAM policies with the generated IAM poli-cy for the role.BRemove the existing AWS managed IAM policies from the role. Attach the IAM Access Analyzer Role Policy Generator to the role. Run the script. Return to IAM Access Analyzer and generate a least privilege IAM policy. Attach the new IAM policy to the role.CCreate an account analyzer in IAM Access Analyzer. Create an archive rule that has a filter that checks whether the Principal Arn value matches the ARN of the role. Run the script. Remove the existing AWS managed IAM policies from the role.DIn AWS CloudTrail, create a trail for management events. Remove the existing AWS managed IAM policies from the role. Run the script. Find the authorization failure in the trail event that is associated with the script. Create a new IAM policy that includes the action and resource that caused the authorization failure. Repeat the process until the script succeeds. Attach the new IAM policy to the role.
- FreePracticeQuiz.questionLabelManagement & GovernanceA company that uses AWS Organizations wants to see AWS Security Hub findings for many AWS accounts and AWS Regions. Some of the accounts are in the company's organization, and some accounts are in organizations that the company manages for customers. Although the company can see findings in the Security Hub administrator account for accounts in the company's organization, there are no findings from accounts in other organizations. Which combination of steps should the company take to see findings from accounts that are outside the organization that includes the Security Hub administrator account? (Select TWO)AUse a designated administration account to automatically set up member accounts.BCreate the AWS Service Role ForSecurrty Hub service-linked rote for Security Hub.CSend an administration request from the member accounts.DEnable Security Hub for all member accounts.ESend invitations to accounts that are outside the company's organization from the Security Hub administrator account.
- FreePracticeQuiz.questionLabelIdentity & Access ManagementA company uses identity federation to authenticate users into an identity account (987654321987) where the users assume an IAM role named IdentityRole. The users then assume an IAM role named JobFunctionRole in the target IAM account (123456789123) to perform their job functions. A user is unable to assume the IAM role in the target account. The policy attached to the role in the identity account is. What should be done to enable the user to assume the appropriate role in the target account? AOption A: Update the IAM policy attached to the role in the identity account to be.BOption B: Update the trust policy on the role in the target account to be.COption C: Update the trust policy on the role in the identity account to be.DOption D: Update the IAM policy attached to the role in the target account to be.
- FreePracticeQuiz.questionLabelLogging & MonitoringA company hosts a web application on an Apache Web server. The application runs on Amazon EC2 instances that are in an Auto Scaling group. The company configured the EC2 instances to send the Apache Web server logs to an Amazon CloudWatch Logs group that the company has configured to expire after 1 year. Recently, the company discovered in the Apache Web server logs that a specific IP address is sending suspicious requests to the Web application. A security engineer wants to analyze the past week of Apache Web server logs to determine how many requests that the IP address sent and the corresponding URLs that the IP address requested. What should the security engineer do to meet these requirements with the LEAST effort?AExport the CloudWatch Logs group data to Amazon S3. Use Amazon Macie to query the logs for the specific IP address and the requested URLs.BConfigure a CloudWatch Logs subscription to stream the log group to an Amazon OpenSearch Service cluster. Use OpenSearch Service to analyze the logs for the specific IP address and the requested URLs.CUse CloudWatch Logs Insights and a custom query syntax to analyze the CloudWatch logs for the specific IP address and the requested URLs.DExport the CloudWatch Logs group data to Amazon S3. Use AWS Glue to crawl the S3 bucket for only the log entries that contain the specific IP ad-dress. Use AWS Glue to view the results.
- FreePracticeQuiz.questionLabelData ProtectionA company has multiple Amazon S3 buckets encrypted with customer-managed CMKs Due to regulatory requirements the keys must be rotated every year. The company's Security Engineer has enabled automatic key rotation for the CMKs; however the company wants to verity that the rotation has occurred. What should the Security Engineer do to accomplish this?AFilter AWS CloudTrail logs for KeyRotaton events.BMonitor Amazon CloudWatch Events for any AWS KMS CMK rotation events.CUsing the IAM CLI run the
IAM kms gel-key-relation-statusoperation with the–key-idparameter to check the CMK rotation date.DUse Amazon Athena to query AWS CloudTrail logs saved in an S3 bucket to filter Generate New Key events. - FreePracticeQuiz.questionLabelInfrastructure SecurityA company has implemented IAM WAF and Amazon CloudFront for an application. The application runs on Amazon EC2 instances that are part of an Auto Scaling group. The Auto Scaling group is behind an Application Load Balancer (ALB). The IAM WAF web ACL uses an IAM Managed Rules rule group and is associated with the CloudFront distribution. CloudFront receives the request from IAM WAF and then uses the ALB as the distribution's origin. During a security review, a security engineer discovers that the infrastructure is susceptible to a large, layer 7 DDoS attack. How can the security engineer improve the security at the edge of the solution to defend against this type of attack?AConfigure the CloudFront distribution to use the Lambda@Edge feature. Create an IAM Lambda function that imposes a rate limit on CloudFront viewer requests. Block the request if the rate limit is exceeded.BConfigure the IAM WAF web ACL so that the Web ACL has more capacity units to process all IAM WAF rules faster.CConfigure IAM WAF with a rate-based rule that imposes a rate limit that automatically blocks requests when the rate limit is exceeded.DConfigure the CloudFront distribution to use IAM WAF as its origin instead of the ALB.
- FreePracticeQuiz.questionLabelIdentity & Access ManagementA company has multiple accounts in the AWS Cloud. Users in the developer account need to have access to specific resources in the production account. What is the MOST secure way to provide this access?ACreate one IAM user in the production account. Grant the appropriate permissions to the resources that are needed. Share the password only with the users that need access.BCreate cross account access with an IAM role in the developer account. Grant the appropriate permissions to this role. Allow users in the developer account to assume this role to access the production resources.CCreate cross-account access with an IAM user account in the production account. Grant the appropriate permissions to this user account. Allow users in the developer account to use this user account to access the production resources.DCreate cross-account access with an IAM role in the production account. Grant the appropriate permissions to this role. Allow users in the developer account to assume this role to access the production resources.
- FreePracticeQuiz.questionLabelIdentity & Access ManagementA System Administrator is unable to start an Amazon EC2 instance in the eu-west-1 Region using an IAM role The same System Administrator is able to start an EC2 instance in the eu-west-2 and eu-west-3 Regions. The IAMSystemAdministrator access policy attached to the System Administrator IAM role allows unconditional access to all IAM services and resources within the account. Which configuration caused this issue?AOption A: An SCP is attached to the account with the following permission statement.BOption B: A permission boundary policy is attached to the System Administrator role with the following permission statement.COption C: A permission boundary is attached to the System Administrator role with the following permission statement.DOption D: An SCP is attached to the account with the following statement.
- FreePracticeQuiz.questionLabelInfrastructure SecurityAmazon GuardDuty has detected communications to a known command and control endpoint from a company's Amazon EC2 instance. The instance was found to be running a vulnerable version of a common web framework. The company's security operations team wants to quickly identity other compute resources with the specific version of that framework installed. Which approach should the team take to accomplish this task?AScan all the EC2 instances for noncompliance with IAM Config. Use Amazon Athena to query AWS CloudTrail logs for the framework installation.BScan all the EC2 instances with the Amazon Inspector Network Reachability rules package to identity instances running a web server with RecognizedPortWithListener findings.CScan all the EC2 instances with IAM Systems Manager to identify the vulnerable version of the Web framework.DScan an the EC2 instances with IAM Resource Access Manager to identify the vulnerable version of the Web framework.
Ready for the full SCS-C02 exam?
Get all 404+ Questions, timed simulation, and weak-area analytics. Plans from $2.99 — credits never expire.
Frequently Asked Questions
Are these real SCS-C02 practice questions?+
Is the SCS-C02 exam hard?+
How many questions are on the real SCS-C02 exam?+
Do I need to sign up to use these questions?+
Keep studying
Pass SCS-C02 on your first try
Join candidates using DummyExams to practice with realistic timed exams, detailed explanations, and weak-area analytics.
Start full SCS-C02 practice exam