DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Free AWS SCS-C02 Practice Questions & Answers 2026 Part2

Are you preparing for the AWS SCS-C02 certification exam? SPOTO offers the AWS SCS-C02 Premium File; all questions are aligned with the latest exam content and come with expert-provided answers. Our question banks cover the latest question types, core concepts, and detailed explanations, helping you familiarize yourself with the exam format and difficulty level. Whether you are reviewing core concepts or simulating a real exam environment, these resources will rapidly boost your confidence and readiness.
For over two decades, SPOTO has successfully helped numerous IT professionals secure their ideal positions at Fortune 500 companies. Download now to start practicing efficiently and ensure a high score on the actual exam. Don't miss this opportunity to pass your certification exam with ease!
Take other online exams

Question #1
A company is using AWS to run a long-running analysis process on data that is stored in Amazon S3 buckets. The process runs on a fleet of Amazon EC2 instances that are in an Auto Scaling group. The EC2 instances are deployed in a private subnet of a VPC that does not have internet access. The EC2 instances and the S3 buckets are in the same AWS account.The EC2 instances access the S3 buckets through an S3 gateway endpoint that has the default access policy. Each EC2 instance is associated with an instance profile role that has a policy that explicitly allows the s3:GetObject action and the s3:PutObject action for only the required S3 buckets.The company learns that one or more of the EC2 instances are compromised and are exfiltrating data to an S3 bucket that is outside the company's organization in AWS Organizations. A security engineer must implement a solution to stop this exfiltration of data and to keep the EC2 processing job functional.Which solution will meet these requirements?
A. Update the policy on the S3 gateway endpoint to allow the S3 actions only if the values of the aws:ResourceOrgID and aws:PrincipalOrgID condition keys match the company's values
B. Update the policy on the instance profile role to allow the S3 actions only if the value of the aws:ResourceOrgID condition key matches the company's value
C. Add a network ACL rule to the subnet of the EC2 instances to block outgoing connections on port 443
D. Apply an SCP on the AWS account to allow the S3 actions only if the values of the aws:ResourceOrgID and aws:PrincipalOrgID condition keys match the company's values
View answer
Correct Answer: D

View The Updated SCS-C02 Exam Questions

SPOTO Provides 100% Real SCS-C02 Exam Questions for You to Pass Your SCS-C02 Exam!

Question #2
A company has recently recovered from a security incident that required the restoration of Amazon EC2 instances from snapshots. The company uses an AWS Key Management Service (AWS KMS) customer managed key to encrypt all Amazon Elastic Block Store (Amazon EBS) snapshots.The company performs a gap analysis of its disaster recovery procedures and backup strategies. A security engineer needs to implement a solution so that the company can recover the EC2 instances if the AWS account is compromised and the EBS snapshots are deleted.Which solution will meet this requirement?
A. Create a new Amazon S3 bucket
B. Use AWS Systems Manager to distribute a configuration that backs up all attached disks to Amazon S3
C. Create a new AWS account that has limited privileges
D. Use AWS Backup to copy EBS snapshots to Amazon S3
View answer
Correct Answer: C
Question #3
A company discovers a billing anomaly in its AWS account. A security consultant investigates the anomaly and discovers that an employee who left the company 30 days ago still has access to the account. The company has not monitored account activity in the past.The security consultant needs to determine which resources have been deployed or reconfigured by the employee as quickly as possible.Which solution will meet these requirements?
A. In AWS Cost Explorer, filter chart data to display results from the past 30 days
B. Use AWS Cost Anomaly Detection to create a cost monitor
C. In AWS CloudTrail, filter the event history to display results from the past 30 days
D. Use AWS Audit Manager to create an assessment for the past 30 days
View answer
Correct Answer: C
Question #4
A company is migrating one of its legacy systems from an on-premises data center to AWS. The application server will run on AWS, but the database must remain in the on-premises data center for compliance reasons. The database is sensitive to network latency. Additionally, the data that travels between the on-premises data center and AWS must have IPsec encryption.Which combination of AWS solutions will meet these requirements? (Choose two.)
A. WS Site-to-Site VPN
B. WS Direct Connect
C. WS VPN CloudHub
D. PC peering
E. AT gateway
View answer
Correct Answer: AB
Question #5
A company has several workloads running on AWS. Employees are required to authenticate using on-premises ADFS and SSO to access the AWS Management Console. Developers migrated an existing legacy web application to an Amazon EC2 instance. Employees need to access this application from anywhere on the internet, but currently, there is no authentication system built into the application.How should the security engineer implement employee-only access to this system without changing the application?
A. Place the application behind an Application Load Balancer (ALB)
B. Implement AWS IAM Identity Center (AWS Single Sign-On) in the management account and link it to ADFS as an identity provider
C. Define an Amazon Cognito identity pool, then install the connector on the Active Directory server
D. Create an AWS Lambda custom authorizer as the authenticator for a reverse proxy on Amazon EC2
View answer
Correct Answer: A
Question #6
A company used a lift-and-shift approach to migrate from its on-premises data centers to the AWS Cloud. The company migrated on-premises VMs to Amazon EC2 instances. Now the company wants to replace some of components that are running on the EC2 instances with managed AWS services that provide similar functionality.Initially, the company will transition from load balancer software that runs on EC2 instances to AWS Elastic Load Balancers. A security engineer must ensure that after this transition, all the load balancer logs are centralized and searchable for auditing. The security engineer must also ensure that metrics are generated to show which ciphers are in use.Which solution will meet these requirements?
A. Create an Amazon CloudWatch Logs log group
B. Create an Amazon S3 bucket
C. Create an Amazon S3 bucket
D. Create an Amazon CloudWatch Logs log group
View answer
Correct Answer: C
Question #7
A company has several petabytes of data. The company must preserve this data for 7 years to comply with regulatory requirements. The company's compliance team asks a security officer to develop a strategy that will prevent anyone from changing or deleting the data.Which solution will meet this requirement MOST cost-effectively?
A. Create an Amazon S3 bucket
B. Create an Amazon S3 bucket
C. Create a vault in Amazon S3 Glacier
D. Create an Amazon S3 bucket
View answer
Correct Answer: C
Question #8
Which of the following bucket policies will ensure that objects being uploaded to a bucket called 'demo' are encrypted?
A. Option A
B. Option B
C. Option C
D. Option D
View answer
Correct Answer: A
Question #9
A company is hosting a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The application has become the target of a DoS attack. Application logging shows that requests are coming from a small number of client IP addresses, but the addresses change regularly.The company needs to block the malicious traffic with a solution that requires the least amount of ongoing effort.Which solution meets these requirements?
A. Create an AWS WAF rate-based rule, and attach it to the ALB
B. Update the security group that is attached to the ALB to block the attacking IP addresses
C. Update the ALB subnet's network ACL to block the attacking client IP addresses
D. Create an AWS WAF rate-based rule, and attach it to the security group of the EC2 instances
View answer
Correct Answer: A
Question #10
A company is using AWS to run a long-running analysis process on data that is stored in Amazon S3 buckets. The process runs on a fleet of Amazon EC2 instances that are in an Auto Scaling group. The EC2 instances are deployed in a private subnet of a VPC that does not have internet access. The EC2 instances and the S3 buckets are in the same AWS account.The EC2 instances access the S3 buckets through an S3 gateway endpoint that has the default access policy. Each EC2 instance is associated with an instance profile role that has a policy that explicitly allows the s3:GetObject action and the s3:PutObject action for only the required S3 buckets.The company learns that one or more of the EC2 instances are compromised and are exfiltrating data to an S3 bucket that is outside the company's organization in AWS Organizations. A security engineer must implement a solution to stop this exfiltration of data and to keep the EC2 processing job functional.Which solution will meet these requirements?
A. Update the policy on the S3 gateway endpoint to allow the S3 actions only if the values of the aws:ResourceOrgID and aws:PrincipalOrgID condition keys match the company's values
B. Update the policy on the instance profile role to allow the S3 actions only if the value of the aws:ResourceOrgID condition key matches the company's value
C. Add a network ACL rule to the subnet of the EC2 instances to block outgoing connections on port 443
D. Apply an SCP on the AWS account to allow the S3 actions only if the values of the aws:ResourceOrgID and aws:PrincipalOrgID condition keys match the company's values
View answer
Correct Answer: D
Question #11
Company A has an AWS account that is named Account A. Company A recently acquired Company B, which has an AWS account that is named Account B. Company B stores its files in an Amazon S3 bucket. The administrators need to give a user from Account A full access to the S3 bucket in Account B.After the administrators adjust the IAM permissions for the user in Account A to access the S3 bucket in Account B, the user still cannot access any files in the S3 bucket.Which solution will resolve this issue?
A. n Account B, create a bucket ACL to allow the user from Account A to access the S3 bucket in Account B
B. n Account B, create an object ACL to allow the user from Account A to access all the objects in the S3 bucket in Account B
C. n Account B, create a bucket policy to allow the user from Account A to access the S3 bucket in Account B
D. n Account B, create a user policy to allow the user from Account A to access the S3 bucket in Account B
View answer
Correct Answer: C
Question #12
A-company uses a third-party identity provider and SAML-based SSO for its AWS accounts. After the third-party identity provider renewed an expired signing certificate, users saw the following message when trying to log in:Error: Response Signature Invalid (Service: AWSSecurityTokenService; Status Code: 400; Error Code: InvalidIdentityToken)A security engineer needs to provide a solution that corrects the error and minimizes operational overhead.Which solution meets these requirements?
A. Upload the third-party signing certificate’s new private key to the AWS identity provider entity defined in AWS Identity and Access Management (IAM) by using the AWS Management Console
B. Sign the identity provider's metadata file with the new public key
C. Download the updated SAML metadata file from the identity service provider
D. Configure the AWS identity provider entity defined in AWS Identity and Access Management (IAM) to synchronously fetch the new public key by using the AWS Management Console
View answer
Correct Answer: C
Question #13
A security engineer is configuring a new website that is named example.com. The security engineer wants to secure communications with the website by requiring users to connect to example.com through HTTPS.Which of the following is a valid option for storing SSL/TLS certificates?
A. Custom SSL certificate that is stored in AWS Key Management Service (AWS KMS)
B. Default SSL certificate that is stored in Amazon CloudFront
C. Custom SSL certificate that is stored in AWS Certificate Manager (ACM)
D. Default SSL certificate that is stored in Amazon S3
View answer
Correct Answer: C
Question #14
A company has a web-based application that runs behind an Application Load Balancer (ALB). The application is experiencing a credential stuffing attack that is producing many failed login attempts. The attack is coming from many IP addresses. The login attempts are using a user agent string of a known mobile device emulator.A security engineer needs to implement a solution to mitigate the credential stuffing attack. The solution must still allow legitimate logins to the application.Which solution will meet these requirements?
A. Create an Amazon CloudWatch alarm that reacts to login attempts that contain the specified user agent string
B. Modify the inbound security group on the ALB to deny traffic from the IP addresses that are involved in the attack
C. Create an AWS WAF web ACL for the ALB
D. Create an AWS WAF web ACL for the ALB Create a custom rule that allows requests from legitimate user agent strings
View answer
Correct Answer: C
Question #15
A security engineer needs to develop a process to investigate and respond to potential security events on a company's Amazon EC2 instances. All the EC2 instances are backed by Amazon Elastic Block Store (Amazon EBS). The company uses AWS Systems Manager to manage all the EC2 instances and has installed Systems Manager Agent (SSM Agent) on all the EC2 instances.The process that the security engineer is developing must comply with AWS security best practices and must meet the following requirements:A compromised EC2 instance's volatile memory and non-volatile memory must be preserved for forensic purposes.A compromised EC2 instance's metadata must be updated with corresponding incident ticket information.A compromised EC2 instance must remain online during the investigation but must be isolated to prevent the spread of malware.Any investigative activity during the collection of volatile data must be captured as part of the process.Which combination of steps should the security engineer take to meet these requirements with the LEAST operational overhead? (Choose three.)
A. Gather any relevant metadata for the compromised EC2 instance
B. Gather any relevant metadata for the compromised EC2 instance
C. Use Systems Manager Run Command to invoke scripts that collect volatile data
D. Establish a Linux SSH or Windows Remote Desktop Protocol (RDP) session to the compromised EC2 instance to invoke scripts that collect volatile data
E. Create a snapshot of the compromised EC2 instance's EBS volume for follow-up investigations
F. Create a Systems Manager State Manager association to generate an EBS volume snapshot of the compromised EC2 instance
View answer
Correct Answer: ACE
Question #16
A-company uses a third-party identity provider and SAML-based SSO for its AWS accounts. After the third-party identity provider renewed an expired signing certificate, users saw the following message when trying to log in:Error: Response Signature Invalid (Service: AWSSecurityTokenService; Status Code: 400; Error Code: InvalidIdentityToken)A security engineer needs to provide a solution that corrects the error and minimizes operational overhead.Which solution meets these requirements?
A. Upload the third-party signing certificate’s new private key to the AWS identity provider entity defined in AWS Identity and Access Management (IAM) by using the AWS Management Console
B. Sign the identity provider's metadata file with the new public key
C. Download the updated SAML metadata file from the identity service provider
D. Configure the AWS identity provider entity defined in AWS Identity and Access Management (IAM) to synchronously fetch the new public key by using the AWS Management Console
View answer
Correct Answer: C
Question #17
A company is designing a multi-account structure for its development teams. The company is using AWS Organizations and AWS IAM Identity Center (AWS Single Sign-On). The company must implement a solution so that the development teams can use only specific AWS Regions and so that each AWS account allows access to only specific AWS services.Which solution will meet these requirements with the LEAST operational overhead?
A. Use IAM Identity Center to set up service-linked roles with IAM policy statements that include the Condition, Resource, and NotAction elements to allow access to only the Regions and services that are needed
B. Deactivate AWS Security Token Service (AWS STS) in Regions that the developers are not allowed to use
C. Create SCPs that include the Condition, Resource, and NotAction elements to allow access to only the Regions and services that are needed
D. For each AWS account, create tailored identity-based policies for IAM Identity Center
View answer
Correct Answer: C
Question #18
A company has deployed Amazon GuardDuty and now wants to implement automation for potential threats. The company has decided to start with RDP brute force attacks that come from Amazon EC2 instances in the company's AWS environment. A security engineer needs to implement a solution that blocks the detected communication from a suspicious instance until investigation and potential remediation can occur.Which solution will meet these requirements?
A. Configure GuardDuty to send the event to an Amazon Kinesis data stream
B. Configure GuardDuty to send the event to Amazon EventBridge
C. Enable AWS Security Hub to ingest GuardDuty findings and send the event to Amazon EventBridge
D. Enable AWS Security Hub to ingest GuardDuty findings
View answer
Correct Answer: C
Question #19
A company is using AWS to run a long-running analysis process on data that is stored in Amazon S3 buckets. The process runs on a fleet of Amazon EC2 instances that are in an Auto Scaling group. The EC2 instances are deployed in a private subnet of a VPC that does not have internet access. The EC2 instances and the S3 buckets are in the same AWS account.The EC2 instances access the S3 buckets through an S3 gateway endpoint that has the default access policy. Each EC2 instance is associated with an instance profile role that has a policy that explicitly allows the s3:GetObject action and the s3:PutObject action for only the required S3 buckets.The company learns that one or more of the EC2 instances are compromised and are exfiltrating data to an S3 bucket that is outside the company's organization in AWS Organizations. A security engineer must implement a solution to stop this exfiltration of data and to keep the EC2 processing job functional.Which solution will meet these requirements?
A. Update the policy on the S3 gateway endpoint to allow the S3 actions only if the values of the aws:ResourceOrgID and aws:PrincipalOrgID condition keys match the company's values
B. Update the policy on the instance profile role to allow the S3 actions only if the value of the aws:ResourceOrgID condition key matches the company's value
C. Add a network ACL rule to the subnet of the EC2 instances to block outgoing connections on port 443
D. Apply an SCP on the AWS account to allow the S3 actions only if the values of the aws:ResourceOrgID and aws:PrincipalOrgID condition keys match the company's values
View answer
Correct Answer: D
Question #20
[Identity and Access Management] A security administrator is restricting the capabilities of company root user accounts. The company uses AWS Organizations and has all features enabled. The management account is used for billing and administrative purposes, but it is not used for operational AWS resource purposes. How can the security administrator restrict usage of member root user accounts across the organization? Restrict Root User Capabilities Using Service Control Policies (SCPs): SCPs in AWS Organizations provide the ability to control permissions for AWS accounts in the organization. Create a new organizational unit (OU) and move all member accounts into this OU. Create SCP for Root User Restrictions: Define an SCP that denies critical actions likeiam:CreateUser,iam:DeleteUser, or other high-risk actions for the root user. Example SCP: { 'Version': '2012-10-17', 'Statement': [ { 'Effect': 'Deny', 'Action': '*', 'Resource': '*', 'Condition': { 'StringEquals': { 'aws:PrincipalAccountRoot': 'true' } } } ] } Enforce Multi-Factor Authentication (MFA): Enable MFA on root accounts for additional security. Monitor Root User Activity: Use AWS CloudTrail to monitor and log root user actions. Configure alerts with CloudWatch for any unauthorized root usage. AWS Organizations SCP Documentation Best Practices for Root User Account
A. Disable the use of the root user account at the organizational root
B. Configure 1AM user policies to restrict root account capabilities for each organization member account
C. Create an OU in Organizations, and attach an SCP that controls usage of the root user
D. Configure AWS CloudTrail to integrate with Amazon CloudWatch Logs Create a metric filter for RootAccountUsage
View answer
Correct Answer: C
Question #21
A-company uses a third-party identity provider and SAML-based SSO for its AWS accounts. After the third-party identity provider renewed an expired signing certificate, users saw the following message when trying to log in:Error: Response Signature Invalid (Service: AWSSecurityTokenService; Status Code: 400; Error Code: InvalidIdentityToken)A security engineer needs to provide a solution that corrects the error and minimizes operational overhead.Which solution meets these requirements?
A. Upload the third-party signing certificate’s new private key to the AWS identity provider entity defined in AWS Identity and Access Management (IAM) by using the AWS Management Console
B. Sign the identity provider's metadata file with the new public key
C. Download the updated SAML metadata file from the identity service provider
D. Configure the AWS identity provider entity defined in AWS Identity and Access Management (IAM) to synchronously fetch the new public key by using the AWS Management Console
View answer
Correct Answer: C
Question #22
An international company has established a new business entity in South Korea. The company also has established a new AWS account to contain the workload for the South Korean region. The company has set up the workload in the new account in the ap-northeast-2 Region. The workload consists of three Auto Scaling groups of Amazon EC2 instances. All workloads that operate in this Region must keep system logs and application logs for 7 years.A security engineer must implement a solution to ensure that no logging data is lost for each instance during scaling activities. The solution also must keep the logs for only the required period of 7 years.Which combination of steps should the security engineer take to meet these requirements? (Choose three.)
A. Ensure that the Amazon CloudWatch agent is installed on all the EC2 instances that the Auto Scaling groups launch
B. Set the log retention for desired log groups to 7 years
C. Attach an IAM role to the launch configuration or launch template that the Auto Scaling groups use
D. Attach an IAM role to the launch configuration or launch template that the Auto Scaling groups use
E. Ensure that a log forwarding application is installed on all the EC2 instances that the Auto Scaling groups launch
F. Configure an Amazon S3 Lifecycle policy on the target S3 bucket to expire objects after 7 years
View answer
Correct Answer: ABC
Question #23
[Infrastructure Security]A company hosts a public website on an Amazon EC2 instance. HTTPS traffic must be able to access the website. The company uses SSH for management of the web server.The website is on the subnet 10.0.1.0/24. The management subnet is 192.168.100.0/24. A security engineer must create a security group for the EC2instance.Which combination of steps should the security engineer take to meet these requirements in the MOST secure manner? (Select TWO.)
A. Allow port 22 from source 0
B. Allow port 443 from source 0
C. Allow port 22 from 192
D. Allow port 22 from 10
E. Allow port 443 from 10
View answer
Correct Answer: BC
Question #24
[Infrastructure Security] A company uses a third-party application to store encrypted data in Amazon S3. The company uses another third-party application trial decrypts the data from Amazon S3 to ensure separation of duties Between the applications A Security Engineer warns to separate the permissions using IAM roles attached to Amazon EC2 instances. The company prefers to use native IAM services. Which encryption method will meet these requirements?
A. Use encrypted Amazon EBS volumes with Amazon default keys (IAM EBS)
B. Use server-side encryption with customer-provided keys (SSE-C)
C. Use server-side encryption with IAM KMS managed keys (SSE-KMS)
D. Use server-side encryption with Amazon S3 managed keys (SSE-S3)
View answer
Correct Answer: C
Question #25
A company that uses AWS Organizations is using AWS IAM Identity Center (AWS Single Sign-On) to administer access to AWS accounts. A security engineer is creating a custom permission set in IAM Identity Center. The company will use the permission set across multiple accounts. An AWS managed policy and a customer managed policy are attached to the permission set. The security engineer has full administrative permissions and is operating in the management account.When the security engineer attempts to assign the permission set to an IAM Identity Center user who has access to multiple accounts, the assignment fails.What should the security engineer do to resolve this failure?
A. reate the customer managed policy in every account where the permission set is assigned
B. emove either the AWS managed policy or the customer managed policy from the permission set
C. valuate the logic of the AWS managed policy and the customer managed policy
D. o not add the new permission set to the user
View answer
Correct Answer: A
Question #26
A company needs a security engineer to implement a scalable solution for multi-account authentication and authorization. The solution should not introduce additional user-managed architectural components. Native AWS features should be used as much as possible. The security engineer has set up AWS Organizations with all features activated and AWS IAM Identity Center (AWS Single Sign-On) enabled.Which additional steps should the security engineer take to complete the task?
A. Use AD Connector to create users and groups for all employees that require access to AWS accounts
B. Use an IAM Identity Center default directory to create users and groups for all employees that require access to AWS accounts
C. Use an IAM Identity Center default directory to create users and groups for all employees that require access to AWS accounts
D. Use AWS Directory Service for Microsoft Active Directory to create users and groups for all employees that require access to AWS accounts
View answer
Correct Answer: B
Question #27
A company's Security Auditor discovers that users are able to assume roles without using multi-factor authentication (MFA). An example of a current policy being applied to these users is as follows:
A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
View answer
Correct Answer: AD
Question #28
A company needs a security engineer to implement a scalable solution for multi-account authentication and authorization. The solution should not introduce additional user-managed architectural components. Native AWS features should be used as much as possible. The security engineer has set up AWS Organizations with all features activated and AWS IAM Identity Center (AWS Single Sign-On) enabled.Which additional steps should the security engineer take to complete the task?
A. Use AD Connector to create users and groups for all employees that require access to AWS accounts
B. Use an IAM Identity Center default directory to create users and groups for all employees that require access to AWS accounts
C. Use an IAM Identity Center default directory to create users and groups for all employees that require access to AWS accounts
D. Use AWS Directory Service for Microsoft Active Directory to create users and groups for all employees that require access to AWS accounts
View answer
Correct Answer: B
Question #29
A company has recently recovered from a security incident that required the restoration of Amazon EC2 instances from snapshots. The company uses an AWS Key Management Service (AWS KMS) customer managed key to encrypt all Amazon Elastic Block Store (Amazon EBS) snapshots.The company performs a gap analysis of its disaster recovery procedures and backup strategies. A security engineer needs to implement a solution so that the company can recover the EC2 instances if the AWS account is compromised and the EBS snapshots are deleted.Which solution will meet this requirement?
A. reate a new Amazon S3 bucket
B. se AWS Systems Manager to distribute a configuration that backs up all attached disks to Amazon S3
C. reate a new AWS account that has limited privileges
D. se AWS Backup to copy EBS snapshots to Amazon S3
View answer
Correct Answer: C
Question #30
A company has an application that needs to read objects from an Amazon S3 bucket. The company configures an IAM policy and attaches the policy to an IAM role that the application uses. When the application tries to read objects from the S3 bucket, the application receives AccessDenied errors. A security engineer must resolve this problem without decreasing the security of the S3 bucket or the application.
A. ttach a resource policy to the S3 bucket to grant read access to the role
B. eview the IAM policy by using AWS Identity and Access Management Access Analyzer to ensure that the policy grants the right permissions
C. nsure that the S3 Block Public Access feature is disabled on the S3 bucket
D. aunch a new deployment of the application in a different AWS Region
View answer
Correct Answer: B
Question #31
A company has an organization in AWS Organizations. The company wants to use AWS CloudFormation StackSets in the organization to deploy various AWS design patterns into environments. These patterns consist of Amazon EC2 instances, Elastic Load Balancing (ELB) load balancers, Amazon RDS databases, and Amazon Elastic Kubernetes Service (Amazon EKS) clusters or Amazon Elastic Container Service (Amazon ECS) clusters.Currently, the company’s developers can create their own CloudFormation stacks to increase the overall speed of delivery. A centralized CI/CD pipeline in a shared services AWS account deploys each CloudFormation stack.The company's security team has already provided requirements for each service in accordance with internal standards. If there are any resources that do not comply with the internal standards, the security team must receive notification to take appropriate action. The security team must implement a notification solution that gives developers the ability to maintain the same overall delivery speed that they currently have.Which solution will meet these requirements in the MOST operationally efficient way?
A. reate an Amazon Simple Notification Service (Amazon SNS) topic
B. reate an Amazon Simple Notification Service (Amazon SNS) topic
C. reate an Amazon Simple Notification Service (Amazon SNS) topic and an Amazon Simple Queue Service (Amazon SQS) queue
D. reate a centralized CloudFormation stack set that includes a standard set of resources that the developers can deploy in each AWS account
View answer
Correct Answer: B
Question #32
A company used AWS Organizations to set up an environment with multiple AWS accounts. The company's organization currently has two AWS accounts, and the company expects to add more than 50 AWS accounts during the next 12 months The company will require all existing and future AWS accounts to use Amazon GuardDuty. Each existing AWS account has GuardDuty active. The company reviews GuardDuty findings by logging into each AWS account individually.The company wants a centralized view of the GuardDuty findings for the existing AWS accounts and any future AWS accounts. The company also must ensure that any new AWS account has GuardDuty automatically turned on.Which solution will meet these requirements?
A. Enable AWS Security Hub in the organization's management account
B. Create a new AWS account in the organization
C. Create a new AWS account in the organization
D. Enable AWS Security Hub in the organization's management account
View answer
Correct Answer: B
Question #33
A company is using AWS Organizations to manage multiple AWS accounts for its human resources, finance, software development, and production departments. All the company's developers are part of the software development AWS account.The company discovers that developers have launched Amazon EC2 instances that were preconfigured with software that the company has not approved for use. The company wants to implement a solution to ensure that developers can launch EC2 instances with only approved software applications and only in the software development AWS account.Which solution will meet these requirements?
A. n the software development account, create AMIs of preconfigured instances that include only approved software
B. reate an Amazon EventBridge rule that runs when any EC2 RunInstances API event occurs in the software development account
C. se an AWS Service Catalog portfolio that contains EC2 products with appropriate AMIs that include only approved software
D. n the management account, create AMIs of preconfigured instances that include only approved software
View answer
Correct Answer: C
Question #34
A company uses several AWS CloudFormation stacks to handle the deployment of a suite of applications. The leader of the company's application development team notices that the stack deployments fail with permission errors when some team members try to deploy the stacks. However, other team members can deploy the stacks successfully.The team members access the account by assuming a role that has a specific set of permissions that are necessary for the job responsibilities of the team members. All team members have permissions to perform operations on the stacks.Which combination of steps will ensure consistent deployment of the stacks MOST securely? (Choose three.)
A. Create a service role that has a composite principal that contains each service that needs the necessary permissions
B. Create a service role that has cloudformation
C. For each required set of permissions, add a separate policy to the role to allow those permissions
D. For each required set of permissions, add a separate policy to the role to allow those permissions
E. Update each stack to use the service role
View answer
Correct Answer: BDE
Question #35
A company uses Amazon Elastic Container Registry (Amazon ECR) as the repository for its production applications. A security engineer must implement an automated solution to report any vulnerabilities that ECR enhanced scanning detects. The solution must provide notification of vulnerability findings in an instant message to the company's Slack account
A. Activate Amazon Inspector scans for the ECR repository
B. Activate Amazon Inspector scans for the ECR repository
C. Activate Amazon Inspector scans for the ECR repository
D. Activate AWS Security Hub scans for the ECR repository
View answer
Correct Answer: A
Question #36
A company manages multiple AWS accounts using AWS Organizations. The company’s security team notices that some member accounts are not sending AWS CloudTrail logs to a centralized Amazon S3 logging bucket. The security team wants to ensure there is at least one trail configured for all existing accounts and for any account that is created in the future.Which set of actions should the security team implement to accomplish this?
A. reate a new trail and configure it to send CloudTrail logs to Amazon S3
B. eploy an AWS Lambda function in every account to check if there is an existing trail and create a new trail, if needed
C. dit the existing trail in the Organizations management account and apply it to the organization
D. reate an SCP to deny the cloudtrail:Delete* and cloudtrail:Stop* actions
View answer
Correct Answer: C
Question #37
Your company has just set up a new central server in a VPC. There is a requirement for other teams who have their servers located in different VPC's in the same region to connect to the central server. Which of the below options is best suited to achieve this requirement. Please select
A. Set up VPC peering between the central server VPC and each of the teams VPCs
B. Set up IAM DirectConnect between the central server VPC and each of the teams VPCs
C. Set up an IPSec Tunnel between the central server VPC and each of the teams VPCs
D. None of the above options will work
View answer
Correct Answer: A
Question #38
A company has an application that uses dozens of Amazon DynamoDB tables to store data. Auditors find that the tables do not comply with the company's data protection policy.The company's retention policy states that all data must be backed up twice each month: once at midnight on the 15th day of the month and again at midnight on the 25th day of the month. The company must retain the backups for 3 months.Which combination of steps should a security engineer take to meet these requirements? (Choose two.)
A. Use the DynamoDB on-demand backup capability to create a backup plan
B. Use AWS DataSync to create a backup plan
C. Use AWS Backup to create a backup plan
D. Set the backup frequency by using a cron schedule expression
E. Set the backup frequency by using a rate schedule expression
View answer
Correct Answer: CD
Question #39
A healthcare company has multiple AWS accounts in an organization in AWS Organizations. The company uses Amazon S3 buckets to store sensitive information of patients. The company needs to restrict users from deleting any S3 bucket across the organization.What is the MOST scalable solution that meets these requirements?
A. CPs
B. 3 bucket policies
C. ermissions boundaries in AWS Identity and Access Management (1AM)
D. ag policies
View answer
Correct Answer: A
Question #40
A company has an organization in AWS Organizations. The company wants to use AWS CloudFormation StackSets in the organization to deploy various AWS design patterns into environments. These patterns consist of Amazon EC2 instances, Elastic Load Balancing (ELB) load balancers, Amazon RDS databases, and Amazon Elastic Kubernetes Service (Amazon EKS) clusters or Amazon Elastic Container Service (Amazon ECS) clusters.Currently, the company’s developers can create their own CloudFormation stacks to increase the overall speed of delivery. A centralized CI/CD pipeline in a shared services AWS account deploys each CloudFormation stack.The company's security team has already provided requirements for each service in accordance with internal standards. If there are any resources that do not comply with the internal standards, the security team must receive notification to take appropriate action. The security team must implement a notification solution that gives developers the ability to maintain the same overall delivery speed that they currently have.Which solution will meet these requirements in the MOST operationally efficient way?
A. Create an Amazon Simple Notification Service (Amazon SNS) topic
B. Create an Amazon Simple Notification Service (Amazon SNS) topic
C. Create an Amazon Simple Notification Service (Amazon SNS) topic and an Amazon Simple Queue Service (Amazon SQS) queue
D. Create a centralized CloudFormation stack set that includes a standard set of resources that the developers can deploy in each AWS account
View answer
Correct Answer: B
Question #41
A company has hundreds of AWS accounts in an organization in AWS Organizations. The company operates out of a single AWS Region. The company has a dedicated security tooling AWS account in the organization. The security tooling account is configured as the organization's delegated administrator for Amazon GuardDuty and AWS Security Hub. The company has configured the environment to automatically enable GuardDuty and Security Hub for existing AWS accounts and new AWS accounts.The company is performing control tests on specific GuardDuty findings to make sure that the company's security team can detect and respond to security events. The security team launched an Amazon EC2 instance and attempted to run DNS requests against a test domain, example.com, to generate a DNS finding. However, the GuardDuty finding was never created in the Security Hub delegated administrator account.Why was the finding was not created in the Security Hub delegated administrator account?
A. VPC flow logs were not turned on for the VPC where the EC2 instance was launched
B. The VPC where the EC2 instance was launched had the DHCP option configured for a custom OpenDNS resolver
C. The GuardDuty integration with Security Hub was never activated in the AWS account where the finding was generated
D. Cross-Region aggregation in Security Hub was not configured
View answer
Correct Answer: B
Question #42
A startup company is using a single AWS account that has resources in a single AWS Region. A security engineer configures an AWS CloudTrail trail in the same Region to deliver log files to an Amazon S3 bucket by using the AWS CLI.Because of expansion, the company adds resources in multiple Regions. The security engineer notices that the logs from the new Regions are not reaching the S3 bucket.What should the security engineer do to fix this issue with the LEAST amount of operational overhead?
A. Create a new CloudTrail trail
B. Change the S3 bucket to receive notifications to track all actions from all Regions
C. Create a new CloudTrail trail that applies to all Regions
D. Change the existing CloudTrail trail so that it applies to all Regions
View answer
Correct Answer: D
Question #43
Company A has an AWS account that is named Account A. Company A recently acquired Company B, which has an AWS account that is named Account B. Company B stores its files in an Amazon S3 bucket. The administrators need to give a user from Account A full access to the S3 bucket in Account B.After the administrators adjust the IAM permissions for the user in Account A to access the S3 bucket in Account B, the user still cannot access any files in the S3 bucket.Which solution will resolve this issue?
A. In Account B, create a bucket ACL to allow the user from Account A to access the S3 bucket in Account B
B. In Account B, create an object ACL to allow the user from Account A to access all the objects in the S3 bucket in Account B
C. In Account B, create a bucket policy to allow the user from Account A to access the S3 bucket in Account B
D. In Account B, create a user policy to allow the user from Account A to access the S3 bucket in Account B
View answer
Correct Answer: C
Question #44
A company is using AWS to run a long-running analysis process on data that is stored in Amazon S3 buckets. The process runs on a fleet of Amazon EC2 instances that are in an Auto Scaling group. The EC2 instances are deployed in a private subnet of a VPC that does not have internet access. The EC2 instances and the S3 buckets are in the same AWS account.The EC2 instances access the S3 buckets through an S3 gateway endpoint that has the default access policy. Each EC2 instance is associated with an instance profile role that has a policy that explicitly allows the s3:GetObject action and the s3:PutObject action for only the required S3 buckets.The company learns that one or more of the EC2 instances are compromised and are exfiltrating data to an S3 bucket that is outside the company's organization in AWS Organizations. A security engineer must implement a solution to stop this exfiltration of data and to keep the EC2 processing job functional.Which solution will meet these requirements?
A. Update the policy on the S3 gateway endpoint to allow the S3 actions only if the values of the aws:ResourceOrgID and aws:PrincipalOrgID condition keys match the company's values
B. Update the policy on the instance profile role to allow the S3 actions only if the value of the aws:ResourceOrgID condition key matches the company's value
C. Add a network ACL rule to the subnet of the EC2 instances to block outgoing connections on port 443
D. Apply an SCP on the AWS account to allow the S3 actions only if the values of the aws:ResourceOrgID and aws:PrincipalOrgID condition keys match the company's values
View answer
Correct Answer: D
Question #45
A company has a VPC that has no internet access and has the private DNS hostnames option enabled. An Amazon Aurora database is running inside the VPC. A security engineer wants to use AWS Secrets Manager to automatically rotate the credentials for the Aurora database The security engineer configures the Secrets Manager default AWS Lambda rotation function to run inside the same VPC that the Aurora database uses. However, the security engineer determines that the password cannot be rotated properly because the Lambda function cannot communicate with the Secrets Manager endpoint.What is the MOST secure way that the security engineer can give the Lambda function the ability to communicate with the Secrets Manager endpoint?
A. Add a NAT gateway to the VPC to allow access to the Secrets Manager endpoint
B. Add a gateway VPC endpoint to the VPC to allow access to the Secrets Manager endpoint
C. Add an interface VPC endpoint to the VPC to allow access to the Secrets Manager endpoint
D. Add an internet gateway for the VPC to allow access to the Secrets Manager endpoint
View answer
Correct Answer: C
Question #46
A security engineer is using AWS Organizations and wants to optimize SCPs. The security engineer needs to ensure that the SCPs conform to best practices.Which approach should the security engineer take to meet this requirement?
A. se AWS IAM Access Analyzer to analyze the polices
B. eview AWS Trusted Advisor checks for all accounts in the organization
C. et up AWS Audit Manager
D. nsure that Amazon Inspector agents are installed on all Amazon EC2 instances in all accounts
View answer
Correct Answer: A
Question #47
A security engineer creates an Amazon S3 bucket policy that denies access to all users. A few days later, the security engineer adds an additional statement to the bucket policy to allow read-only access to one other employee. Even after updating the policy, the employee sill receives an access denied message.What is the likely cause of this access denial?
A. The ACL in the bucket needs to be updated
B. The IAM policy does not allow the user to access the bucket
C. It takes a few minutes for a bucket policy to take effect
D. The allow permission is being overridden by the deny
View answer
Correct Answer: D
Question #48
A company is using AWS to run a long-running analysis process on data that is stored in Amazon S3 buckets. The process runs on a fleet of Amazon EC2 instances that are in an Auto Scaling group. The EC2 instances are deployed in a private subnet of a VPC that does not have internet access. The EC2 instances and the S3 buckets are in the same AWS account.The EC2 instances access the S3 buckets through an S3 gateway endpoint that has the default access policy. Each EC2 instance is associated with an instance profile role that has a policy that explicitly allows the s3:GetObject action and the s3:PutObject action for only the required S3 buckets.The company learns that one or more of the EC2 instances are compromised and are exfiltrating data to an S3 bucket that is outside the company's organization in AWS Organizations. A security engineer must implement a solution to stop this exfiltration of data and to keep the EC2 processing job functional.Which solution will meet these requirements?
A. Update the policy on the S3 gateway endpoint to allow the S3 actions only if the values of the aws:ResourceOrgID and aws:PrincipalOrgID condition keys match the company's values
B. Update the policy on the instance profile role to allow the S3 actions only if the value of the aws:ResourceOrgID condition key matches the company's value
C. Add a network ACL rule to the subnet of the EC2 instances to block outgoing connections on port 443
D. Apply an SCP on the AWS account to allow the S3 actions only if the values of the aws:ResourceOrgID and aws:PrincipalOrgID condition keys match the company's values
View answer
Correct Answer: D
Question #49
A security analyst attempted to troubleshoot the monitoring of suspicious security group changes. The analyst was told that there is an Amazon CloudWatch alarm in place for these AWS CloudTrail log events. The analyst tested the monitoring setup by making a configuration change to the security group but did not receive any alerts.Which of the following troubleshooting steps should the analyst perform?
A. Ensure that CloudTrail and S3 bucket access logging is enabled for the analyst's AWS account
B. Verify that a metric filter was created and then mapped to an alarm
C. Check the CloudWatch dashboards to ensure that there is a metric configured with an appropriate dimension for security group changes
D. Verify that the analyst's account is mapped to an IAM policy that includes permissions for cloudwatch:GetMetricStatistics and cloudwatch:ListMetrics
View answer
Correct Answer: B
Question #50
A company's AWS CloudTrail logs are all centrally stored in an Amazon S3 bucket. The security team controls the company's AWS account. The security team must prevent unauthorized access and tampering of the CloudTrail logs.Which combination of steps should the security team take? (Choose three.)
A. Configure server-side encryption with AWS KMS managed encryption keys (SSE-KMS)
B. Compress log files with secure gzip
C. Create an Amazon EventBridge rule to notify the security team of any modifications on CloudTrail log files
D. Implement least privilege access to the S3 bucket by configuring a bucket policy
E. Configure CloudTrail log file integrity validation
F. Configure Access Analyzer for S3
View answer
Correct Answer: ADE

View The Updated AWS Exam Questions

SPOTO Provides 100% Real AWS Exam Questions for You to Pass Your AWS Exam!

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number:
Contact Us