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 SAP-C02 Practice Questions & Answers 2026 Part2

Are you preparing for the AWS SAP-C02 certification exam? SPOTO offers the AWS SAP-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 has 10 accounts that are part of an organization in AWS Organizations. AWS Config is configured in each account. All accounts belong to either the Prod OU or the NonProd OU.The company has set up an Amazon EventBridge rule in each AWS account to notify an Amazon Simple Notification Service (Amazon SNS) topic when an Amazon EC2 security group inbound rule is created with 0.0.0.0/0 as the source. The company’s security team is subscribed to the SNS topic.For all accounts in the NonProd OU, the security team needs to remove the ability to create a security group inbound rule that includes 0.0.0.0/0 as the source.Which solution will meet this requirement with the LEAST operational overhead?
A. Modify the EventBridge rule to invoke an AWS Lambda function to remove the security group inbound rule and to publish to the SNS topic
B. Add the vpc-sg-open-only-to-authorized-ports AWS Config managed rule to the NonProd OU
C. Configure an SCP to allow the ec2:AuthorizeSecurityGroupIngress action when the value of the aws:SourceIp condition key is not 0
D. Configure an SCP to deny the ec2:AuthorizeSecurityGroupIngress action when the value of the aws:SourceIp condition key is 0
View answer
Correct Answer: C

View The Updated SAP-C02 Exam Questions

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

Question #2
A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).What is the MOST operationally efficient solution that meets these requirements?
A. Turn on SSE-S3 on both S3 buckets
B. Create an AWS Key Management Service (AWS KMS) key in each account
C. Turn on SSE-S3 on both S3 buckets
D. Create an AWS Key Management Service, (AWS KMS) key in each account
View answer
Correct Answer: A
Question #3
A company is refactoring its on-premises order-processing platform in the AWS Cloud. The platform includes a web front end that is hosted on a fleet of VMs, RabbitMQ to connect the front end to the backend, and a Kubernetes cluster to run a containerized backend system to process the orders. The company does not want to make any major changes to the application.Which solution will meet these requirements with the LEAST operational overhead?
A. Create an AMI of the web server VM
B. Create a custom AWS Lambda runtime to mimic the web server environment
C. Create an AMI of the web server VM
D. Create an AMI of the web server VM
View answer
Correct Answer: A
Question #4
A company has migrated Its forms-processing application to AWS. When users interact with the application, they upload scanned forms as files through a web application. A database stores user metadata and references to files that are stored in Amazon S3. The web application runs on Amazon EC2 instances and an Amazon RDS for PostgreSQL database.When forms are uploaded, the application sends notifications to a team through Amazon Simple Notification Service (Amazon SNS). A team member then logs in and processes each form. The team member performs data validation on the form and extracts relevant data before entering the information into another system that uses an API.A solutions architect needs to automate the manual processing of the forms. The solution must provide accurate form extraction. minimize time to market, and minimize tong-term operational overhead.Which solution will meet these requirements?
A. Develop custom libraries to perform optical character recognition (OCR) on the forms
B. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
C. Host a new application tier on EC2 instances
D. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
View answer
Correct Answer: D
Question #5
A video processing company wants to build a machine learning (ML) model by using 600 TB of compressed data that is stored as thousands of files in the company's on-premises network attached storage system. The company does not have the necessary compute resources on premises for ML experiments and wants to use AWS.The company needs to complete the data transfer to AWS within 3 weeks. The data transfer will be a one-time transfer. The data must be encrypted in transit. The measured upload speed of the company's internet connection is 100 Mbps. and multiple departments share the connection.Which solution will meet these requirements MOST cost-effectively?
A. Order several AWS Snowball Edge Storage Optimized devices by using the AWS Management Console
B. Set up a 10 Gbps AWS Direct Connect connection between the company location and the nearest AWS Region
C. Create a VPN connection between the on-premises network attached storage and the nearest AWS Region
D. Deploy an AWS Storage Gateway file gateway on premises
View answer
Correct Answer: A
Question #6
A company has an organization that has many AWS accounts in AWS Organizations. A solutions architect must improve how the company manages common security group rules for the AWS accounts in the organization.The company has a common set of IP CIDR ranges in an allow list in each AWS account to allow access to and from the company’s on-premises network. Developers within each account are responsible for adding new IP CIDR ranges to their security groups. The security team has its own AWS account. Currently, the security team notifies the owners of the other AWS accounts when changes are made to the allow list.The solutions architect must design a solution that distributes the common set of CIDR ranges across all accounts.Which solution meets these requirements with the LEAST amount of operational overhead?
A. Set up an Amazon Simple Notification Service (Amazon SNS) topic in the security team's AWS account
B. Create new customer-managed prefix lists in each AWS account within the organization
C. Create a new customer-managed prefix list in the security team’s AWS account
D. Create an IAM role in each account in the organization
View answer
Correct Answer: C
Question #7
A company has migrated Its forms-processing application to AWS. When users interact with the application, they upload scanned forms as files through a web application. A database stores user metadata and references to files that are stored in Amazon S3. The web application runs on Amazon EC2 instances and an Amazon RDS for PostgreSQL database.When forms are uploaded, the application sends notifications to a team through Amazon Simple Notification Service (Amazon SNS). A team member then logs in and processes each form. The team member performs data validation on the form and extracts relevant data before entering the information into another system that uses an API.A solutions architect needs to automate the manual processing of the forms. The solution must provide accurate form extraction. minimize time to market, and minimize tong-term operational overhead.Which solution will meet these requirements?
A. Develop custom libraries to perform optical character recognition (OCR) on the forms
B. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
C. Host a new application tier on EC2 instances
D. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
View answer
Correct Answer: D
Question #8
A company has developed a web application. The company is hosting the application on a group of Amazon EC2 instances behind an Application Load Balancer. The company wants to improve the security posture of the application and plans to use AWS WAF web ACLs. The solution must not adversely affect legitimate traffic to the application.How should a solutions architect configure the web ACLs to meet these requirements?
A. Set the action of the web ACL rules to Count
B. Use only rate-based rules in the web ACLs, and set the throttle limit as high as possible
C. Set the action of the web ACL rules to Block
D. Use only custom rule groups in the web ACLs, and set the action to Allow
View answer
Correct Answer: A
Question #9
A company is refactoring its on-premises order-processing platform in the AWS Cloud. The platform includes a web front end that is hosted on a fleet of VMs, RabbitMQ to connect the front end to the backend, and a Kubernetes cluster to run a containerized backend system to process the orders. The company does not want to make any major changes to the application.Which solution will meet these requirements with the LEAST operational overhead?
A. Create an AMI of the web server VM
B. Create a custom AWS Lambda runtime to mimic the web server environment
C. Create an AMI of the web server VM
D. Create an AMI of the web server VM
View answer
Correct Answer: A
Question #10
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #11
A video processing company wants to build a machine learning (ML) model by using 600 TB of compressed data that is stored as thousands of files in the company's on-premises network attached storage system. The company does not have the necessary compute resources on premises for ML experiments and wants to use AWS.The company needs to complete the data transfer to AWS within 3 weeks. The data transfer will be a one-time transfer. The data must be encrypted in transit. The measured upload speed of the company's internet connection is 100 Mbps. and multiple departments share the connection.Which solution will meet these requirements MOST cost-effectively?
A. Order several AWS Snowball Edge Storage Optimized devices by using the AWS Management Console
B. Set up a 10 Gbps AWS Direct Connect connection between the company location and the nearest AWS Region
C. Create a VPN connection between the on-premises network attached storage and the nearest AWS Region
D. Deploy an AWS Storage Gateway file gateway on premises
View answer
Correct Answer: A
Question #12
A company wants to use a third-party software-as-a-service (SaaS) application. The third-party SaaS application is consumed through several API calls. The third-party SaaS application also runs on AWS inside a VPC.The company will consume the third-party SaaS application from inside a VPC. The company has internal security policies that mandate the use of private connectivity that does not traverse the internet. No resources that run in the company VPC are allowed to be accessed from outside the company’s VPC. All permissions must conform to the principles of least privilege.Which solution meets these requirements?
A. Create an AWS PrivateLink interface VPC endpoint
B. Create an AWS Site-to-Site VPN connection between the third-party SaaS application and the company VPC
C. Create a VPC peering connection between the third-party SaaS application and the company VP Update route tables by adding the needed routes for the peering connection
D. Create an AWS PrivateLink endpoint service
View answer
Correct Answer: A
Question #13
A solutions architect needs to copy data from an Amazon S3 bucket m an AWS account to a new S3 bucket in a new AWS account. The solutions architect must implement a solution that uses the AWS CLI. Which combination of steps will successfully copy the data? (Choose three.)
A. Create a bucket policy to allow the source bucket to list its contents and to put objects and set object ACLs in the destination bucket
B. Create a bucket policy to allow a user in the destination account to list the source bucket’s contents and read the source bucket’s objects
C. Create an IAM policy in the source account
D. Create an IAM policy in the destination account
E. Run the aws s3 sync command as a user in the source account
F. Run the aws s3 sync command as a user in the destination account
View answer
Correct Answer: BDF
Question #14
A company is running a traditional web application on Amazon EC2 instances. The company needs to refactor the application as microservices that run on containers. Separate versions of the application exist in two distinct environments: production and testing. Load for the application is variable, but the minimum load and the maximum load are known. A solutions architect needs to design the updated application with a serverless architecture that minimizes operational complexity.Which solution will meet these requirements MOST cost-effectively?
A. pload the container images to AWS Lambda as functions
B. pload the container images to Amazon Elastic Container Registry (Amazon ECR)
C. pload the container images to Amazon Elastic Container Registry (Amazon ECR)
D. pload the container images to AWS Elastic Beanstalk
View answer
Correct Answer: B
Question #15
An AWS customer has a web application that runs on premises. The web application fetches data from a third-party API that is behind a firewall. The third party accepts only one public CIDR block in each client’s allow list.The customer wants to migrate their web application to the AWS Cloud. The application will be hosted on a set of Amazon EC2 instances behind an Application Load Balancer (ALB) in a VPC. The ALB is located in public subnets. The EC2 instances are located in private subnets. NAT gateways provide internet access to the private subnets.How should a solutions architect ensure that the web application can continue to call the third-party API after the migration?
A. Associate a block of customer-owned public IP addresses to the VPC
B. Register a block of customer-owned public IP addresses in the AWS account
C. Create Elastic IP addresses from the block of customer-owned IP addresses
D. Register a block of customer-owned public IP addresses in the AWS account
View answer
Correct Answer: B
Question #16
A company wants to migrate an application to Amazon EC2 from VMware Infrastructure that runs in an on-premises data center. A solutions architect must preserve the software and configuration settings during the migration.What should the solutions architect do to meet these requirements?
A. Configure the AWS DataSync agent to start replicating the data store to Amazon FSx for Windows File Server
B. Use the VMware vSphere client to export the application as an image in Open Virtualization Format (OVF) format
C. Configure AWS Storage Gateway for files service to export a Common Internet File System (CIFS) share
D. Create a managed-instance activation for a hybrid environment in AWS Systems Manager
View answer
Correct Answer: B
Question #17
A company is refactoring its on-premises order-processing platform in the AWS Cloud. The platform includes a web front end that is hosted on a fleet of VMs, RabbitMQ to connect the front end to the backend, and a Kubernetes cluster to run a containerized backend system to process the orders. The company does not want to make any major changes to the application.Which solution will meet these requirements with the LEAST operational overhead?
A. Create an AMI of the web server VM
B. Create a custom AWS Lambda runtime to mimic the web server environment
C. Create an AMI of the web server VM
D. Create an AMI of the web server VM
View answer
Correct Answer: A
Question #18
A solutions architect is reviewing an application's resilience before launch. The application runs on an Amazon EC2 instance that is deployed in a private subnet of a VPC. The EC2 instance is provisioned by an Auto Scaling group that has a minimum capacity of I and a maximum capacity of I. The application stores data on an Amazon RDS for MySQL DB instance. The VPC has subnets configured in three Availability Zones and is configured with a single NAT gateway. The solutions architect needs to recommend a solution to ensure that the application will operate across multiple Availability Zones. Which solution will meet this requirement? The goal is to ensure the application operates across multiple Availability Zones. That means removing single points of failure in compute, database, and network egress for private subnets. For compute, the Auto Scaling group currently has min=1 and max=1, which guarantees only one instance is running at a time. Even if the Auto Scaling group spans multiple subnets, a single-instance configuration cannot provide multi-AZ active capacity because a failure of the Availability Zone hosting the single instance would cause downtime until a new instance is launched in a different zone. To operate across multiple Availability Zones, the solution should run multiple instances across different AZs, which implies increasing the minimum capacity above 1 and allowing the group to launch across multiple subnets/AZs. For the database, a single-AZ RDS for MySQL instance is a single point of failure. Converting to an RDS Multi-AZ configuration provides synchronous replication to a standby in a different Availability Zone and managed failover to maintain availability when the primary AZ or instance fails. For NAT, a single NAT gateway is an AZ-scoped managed resource. If private subnets in other AZs route to a NAT gateway in one AZ, an AZ outage can break outbound connectivity for workloads that depend on NAT. The resilient pattern is to deploy a NAT gateway in each Availability Zone and configure each private subnet's route table to use the NAT gateway in the same AZ. Option A addresses all three: it deploys additional NAT gateways per AZ and updates route tables accordingly, converts RDS to Multi-AZ, and adjusts Auto Scaling to launch across AZs with min and max set to 3 so there are instances running in multiple AZs simultaneously. This ensures the application remains available across AZ failures, meeting the requirement. Option B replaces NAT with a virtual private gateway, which is used for VPN/Direct Connect connectivity, not for internet egress from private subnets. It does not satisfy the NAT functionality requirement. Although Aurora can provide high availability, the NAT replacement is not correct for the described architecture. Option C increases operational overhead by replacing NAT gateway with NAT instances, which are self-managed and less resilient without additional design. It also changes the database engine to PostgreSQL unnecessarily and does not directly address the requirement with minimal change. Option D improves NAT resiliency but only enables RDS automatic backups, which is a durability feature, not a high availability feature. Backups do not provide automatic failover and do not ensure the application will operate across multiple AZs. Also, keeping Auto Scaling min/max at 1 still leaves the application compute layer single-AZ at any given moment. Therefore, option A is the correct solution.
A. Deploy an additional NAT gateway in the other Availability Zones
B. Replace the NAT gateway with a virtual private gateway
C. Replace the NAT gateway with a NAT instance
D. Deploy an additional NAT gateway in the other Availability Zones
View answer
Correct Answer: A
Question #19
A company has several AWS accounts. A development team is building an automation framework for cloud governance and remediation processes. The automation framework uses AWS Lambda functions in a centralized account. A solutions architect must implement a least privilege permissions policy that allows the Lambda functions to run in each of the company's AWS accounts.Which combination of steps will meet these requirements? (Choose two.)
A. In the centralized account
B. In the other AWS accounts, create an IAM role that has minimal permissions
C. In the centralized account, create an IAM role that has roles of the other accounts as trusted entities
D. In the other AWS accounts, create an IAM role that has permissions to assume the role of the centralized account
E. In the other AWS accounts, create an IAM role that has minimal permissions
View answer
Correct Answer: AB
Question #20
A company wants to migrate its workloads from on premises to AWS. The workloads run on Linux and Windows. The company has a large on-premises infrastructure that consists of physical machines and VMs that host numerous applications.The company must capture details about the system configuration, system performance, running processes, and network connections of its on-premises workloads. The company also must divide the on-premises applications into groups for AWS migrations. The company needs recommendations for Amazon EC2 instance types so that the company can run its workloads on AWS in the most cost-effective manner.Which combination of steps should a solutions architect take to meet these requirements? (Choose three.)
A. Assess the existing applications by installing AWS Application Discovery Agent on the physical machines and VMs
B. Assess the existing applications by installing AWS Systems Manager Agent on the physical machines and VMs
C. Group servers into applications for migration by using AWS Systems Manager Application Manager
D. Group servers into applications for migration by using AWS Migration Hub
E. Generate recommended instance types and associated costs by using AWS Migration Hub
F. Import data about server sizes into AWS Trusted Advisor
View answer
Correct Answer: ADE
Question #21
A company is refactoring its on-premises order-processing platform in the AWS Cloud. The platform includes a web front end that is hosted on a fleet of VMs, RabbitMQ to connect the front end to the backend, and a Kubernetes cluster to run a containerized backend system to process the orders. The company does not want to make any major changes to the application.Which solution will meet these requirements with the LEAST operational overhead?
A. Create an AMI of the web server VM
B. Create a custom AWS Lambda runtime to mimic the web server environment
C. Create an AMI of the web server VM
D. Create an AMI of the web server VM
View answer
Correct Answer: A
Question #22
A company’s solutions architect is reviewing a web application that runs on AWS. The application references static assets in an Amazon S3 bucket in the us-east-1 Region. The company needs resiliency across multiple AWS Regions. The company already has created an S3 bucket in a second Region.Which solution will meet these requirements with the LEAST operational overhead?
A. Configure the application to write each object to both S3 buckets
B. Create an AWS Lambda function to copy objects from the S3 bucket in us-east-1 to the S3 bucket in the second Region
C. Configure replication on the S3 bucket in us-east-1 to replicate objects to the S3 bucket in the second Region
D. Configure replication on the S3 bucket in us-east-1 to replicate objects to the S3 bucket in the second Region
View answer
Correct Answer: C
Question #23
A company is refactoring its on-premises order-processing platform in the AWS Cloud. The platform includes a web front end that is hosted on a fleet of VMs, RabbitMQ to connect the front end to the backend, and a Kubernetes cluster to run a containerized backend system to process the orders. The company does not want to make any major changes to the application.Which solution will meet these requirements with the LEAST operational overhead?
A. Create an AMI of the web server VM
B. Create a custom AWS Lambda runtime to mimic the web server environment
C. Create an AMI of the web server VM
D. Create an AMI of the web server VM
View answer
Correct Answer: A
Question #24
A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).What is the MOST operationally efficient solution that meets these requirements?
A. Turn on SSE-S3 on both S3 buckets
B. Create an AWS Key Management Service (AWS KMS) key in each account
C. Turn on SSE-S3 on both S3 buckets
D. Create an AWS Key Management Service, (AWS KMS) key in each account
View answer
Correct Answer: A
Question #25
A company uses Amazon S3 to store files and images in a variety of storage classes. The company's S3 costs have increased substantially during the past year.A solutions architect needs to review data trends for the past 12 months and identity the appropriate storage class for the objects.Which solution will meet these requirements?
A. Download AWS Cost and Usage Reports for the last 12 months of S3 usage
B. Use S3 storage class analysis
C. Use Amazon S3 Storage Lens
D. Use Access Analyzer for S3
View answer
Correct Answer: C
Question #26
A company recently deployed an application on AWS. The application uses Amazon DynamoDB. The company measured the application load and configured the RCUs and WCUs on the DynamoDB table to match the expected peak load. The peak load occurs once a week for a 4-hour period and is double the average load. The application load is close to the average load for the rest of the week. The access pattern includes many more writes to the table than reads of the table.A solutions architect needs to implement a solution to minimize the cost of the table.Which solution will meet these requirements?
A. Use AWS Application Auto Scaling to increase capacity during the peak period
B. Configure on-demand capacity mode for the table
C. Configure DynamoDB Accelerator (DAX) in front of the table
D. Configure DynamoDB Accelerator (DAX) in front of the table
View answer
Correct Answer: A
Question #27
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #28
A company is running several workloads in a single AWS account. A new company policy states that engineers can provision only approved resources and that engineers must use AWS CloudFormation to provision these resources. A solutions architect needs to create a solution to enforce the new restriction on the IAM role that the engineers use for access.What should the solutions architect do to create the solution?
A. Upload AWS CloudFormation templates that contain approved resources to an Amazon S3 bucket
B. Update the IAM policy for the engineers’ IAM role with permissions to only allow provisioning of approved resources and AWS CloudFormation
C. Update the IAM policy for the engineers’ IAM role with permissions to only allow AWS CloudFormation actions
D. Provision resources in AWS CloudFormation stacks
View answer
Correct Answer: C
Question #29
A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).What is the MOST operationally efficient solution that meets these requirements?
A. Turn on SSE-S3 on both S3 buckets
B. Create an AWS Key Management Service (AWS KMS) key in each account
C. Turn on SSE-S3 on both S3 buckets
D. Create an AWS Key Management Service, (AWS KMS) key in each account
View answer
Correct Answer: A
Question #30
A company runs a new application as a static website in Amazon S3. The company has deployed the application to a production AWS account and uses Amazon CloudFront to deliver the website. The website calls an Amazon API Gateway REST API. An AWS Lambda function backs each API method.The company wants to create a CSV report every 2 weeks to show each API Lambda function’s recommended configured memory, recommended cost, and the price difference between current configurations and the recommendations. The company will store the reports in an S3 bucket.Which solution will meet these requirements with the LEAST development time?
A. Create a Lambda function that extracts metrics data for each API Lambda function from Amazon CloudWatch Logs for the 2-week period
B. Opt in to AWS Compute Optimizer
C. Opt in to AWS Compute Optimizer
D. Purchase the AWS Business Support plan for the production account
View answer
Correct Answer: B
Question #31
A company has developed a web application. The company is hosting the application on a group of Amazon EC2 instances behind an Application Load Balancer. The company wants to improve the security posture of the application and plans to use AWS WAF web ACLs. The solution must not adversely affect legitimate traffic to the application.How should a solutions architect configure the web ACLs to meet these requirements?
A. Set the action of the web ACL rules to Count
B. Use only rate-based rules in the web ACLs, and set the throttle limit as high as possible
C. Set the action of the web ACL rules to Block
D. Use only custom rule groups in the web ACLs, and set the action to Allow
View answer
Correct Answer: A
Question #32
A company has many AWS accounts and uses AWS Organizations to manage all of them. A solutions architect must implement a solution that the company can use to share a common network across multiple accounts.The company’s infrastructure team has a dedicated infrastructure account that has a VPC. The infrastructure team must use this account to manage the network. Individual accounts cannot have the ability to manage their own networks. However, individual accounts must be able to create AWS resources within subnets.Which combination of actions should the solutions architect perform to meet these requirements? (Choose two.)
A. Create a transit gateway in the infrastructure account
B. Enable resource sharing from the AWS Organizations management account
C. Create VPCs in each AWS account within the organization in AWS Organizations
D. Create a resource share in AWS Resource Access Manager in the infrastructure account
E. Create a resource share in AWS Resource Access Manager in the infrastructure account
View answer
Correct Answer: BD
Question #33
A company that uses AWS Organizations allows developers to experiment on AWS. As part of the landing zone that the company has deployed, developers use their company email address to request an account. The company wants to ensure that developers are not launching costly services or running services unnecessarily. The company must give developers a fixed monthly budget to limit their AWS costs.Which combination of steps will meet these requirements? (Choose three.)
A. Create an SCP to set a fixed monthly account usage limit
B. Use AWS Budgets to create a fixed monthly budget for each developer’s account as part of the account creation process
C. Create an SCP to deny access to costly services and components
D. Create an IAM policy to deny access to costly services and components
E. Create an AWS Budgets alert action to terminate services when the budgeted amount is reached
F. Create an AWS Budgets alert action to send an Amazon Simple Notification Service (Amazon SNS) notification when the budgeted amount is reached
View answer
Correct Answer: BCF
Question #34
A company runs an application in (he cloud that consists of a database and a website Users can post data to the website, have the data processed, and have the data sent back to them in an email Data is stored in a MySQL database running on an Amazon EC2 instance The database is running in a VPC with two private subnets The website is running on Apache Tomcat in a single EC2 instance in a different VPC with one public subnet There is a single VPC peering connection between the database and website VPC.The website has suffered several outages during the last month due to high trafficWhich actions should a solutions architect take to increase the reliability of the application? (Select THREE.)
A. Place the Tomcat server in an Auto Scaling group with multiple EC2 instances behind an Application Load Balancer
B. Provision an additional VPC peering connection
C. Migrate the MySQL database to Amazon Aurora with one Aurora Replica
D. Provision two NAT gateways in the database VPC
E. Move the Tomcat server to the database VPC
F. Create an additional public subnet in a different Availability Zone in the website VPC
View answer
Correct Answer: ACF
Question #35
A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.Which set of steps should the solutions architect take to meet these requirements?
A. Open the AWS CloudTrail console
B. Open the Amazon CloudWatch console
C. Open the AWS CloudTrail console
D. Open the Amazon CloudWatch console
View answer
Correct Answer: B
Question #36
A company recently acquired several other companies. Each company has a separate AWS account with a different billing and reporting method. The acquiring company has consolidated all the accounts into one organization in AWS Organizations. However, the acquiring company has found it difficult to generate a cost report that contains meaningful groups for all the teams.The acquiring company’s finance team needs a solution to report on costs for all the companies through a self-managed application.Which solution will meet these requirements?
A. Create an AWS Cost and Usage Report for the organization
B. Create an AWS Cost and Usage Report for the organization
C. Create an Amazon QuickSight dataset that receives spending information from the AWS Price List Query API
D. Use the AWS Price List Query API to collect account spending information
View answer
Correct Answer: A
Question #37
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #38
A video processing company has an application that downloads images from an Amazon S3 bucket, processes the images, stores a transformed image in a second S3 bucket, and updates metadata about the image in an Amazon DynamoDB table. The application is written in Node.js and runs by using an AWS Lambda function. The Lambda function is invoked when a new image is uploaded to Amazon S3.The application ran without incident for a while. However, the size of the images has grown significantly. The Lambda function is now failing frequently with timeout errors. The function timeout is set to its maximum value. A solutions architect needs to refactor the application’s architecture to prevent invocation failures. The company does not want to manage the underlying infrastructure.Which combination of steps should the solutions architect take to meet these requirements? (Choose two.)
A. Modify the application deployment by building a Docker image that contains the application code
B. Create a new Amazon Elastic Container Service (Amazon ECS) task definition with a compatibility type of AWS Fargate
C. Create an AWS Step Functions state machine with a Parallel state to invoke the Lambda function
D. Create a new Amazon Elastic Container Service (Amazon ECS) task definition with a compatibility type of Amazon EC2
E. Modify the application to store images on Amazon Elastic File System (Amazon EFS) and to store metadata on an Amazon RDS DB instance
View answer
Correct Answer: AB
Question #39
A company has several Amazon DynamoDB tables in an AWS Region. Each table has more than 100,000 records and was created with default table settings. To reduce costs, the company needs to identify unused tables. However, the company must maintain the availability and current performance capability of the tables in case the company must use the tables in the future. Which combination of steps will meet these requirements? (Select THREE.)
A. In Amazon CloudWatch, graph the sum of the ReadThrottleEvents metric and the sum of the WriteThrottleEvents metric for each table over a period of 1 month
B. In Amazon CloudWatch, graph the sum of the ConsumedReadCapacityUnits metric and the sum of the ConsumedWriteCapacityUnits metric for each table over a period of 1 month
C. Change the provisioned RCUs to 1 for the unused tables
D. Change the capacity mode of the unused tables to on-demand mode
E. Change the table class of the unused tables to DynamoDB Standard-Infrequent Access (DynamoDB Standard-IA)
F. Purchase a reserved capacity of 1 RCU and 1 WCU for each unused table
View answer
Correct Answer: BDE
Question #40
A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).What is the MOST operationally efficient solution that meets these requirements?
A. Turn on SSE-S3 on both S3 buckets
B. Create an AWS Key Management Service (AWS KMS) key in each account
C. Turn on SSE-S3 on both S3 buckets
D. Create an AWS Key Management Service, (AWS KMS) key in each account
View answer
Correct Answer: A
Question #41
A company has several AWS accounts. A development team is building an automation framework for cloud governance and remediation processes. The automation framework uses AWS Lambda functions in a centralized account. A solutions architect must implement a least privilege permissions policy that allows the Lambda functions to run in each of the company's AWS accounts.Which combination of steps will meet these requirements? (Choose two.)
A. In the centralized account
B. In the other AWS accounts, create an IAM role that has minimal permissions
C. In the centralized account, create an IAM role that has roles of the other accounts as trusted entities
D. In the other AWS accounts, create an IAM role that has permissions to assume the role of the centralized account
E. In the other AWS accounts, create an IAM role that has minimal permissions
View answer
Correct Answer: AB
Question #42
A video processing company wants to build a machine learning (ML) model by using 600 TB of compressed data that is stored as thousands of files in the company's on-premises network attached storage system. The company does not have the necessary compute resources on premises for ML experiments and wants to use AWS.The company needs to complete the data transfer to AWS within 3 weeks. The data transfer will be a one-time transfer. The data must be encrypted in transit. The measured upload speed of the company's internet connection is 100 Mbps. and multiple departments share the connection.Which solution will meet these requirements MOST cost-effectively?
A. Order several AWS Snowball Edge Storage Optimized devices by using the AWS Management Console
B. Set up a 10 Gbps AWS Direct Connect connection between the company location and the nearest AWS Region
C. Create a VPN connection between the on-premises network attached storage and the nearest AWS Region
D. Deploy an AWS Storage Gateway file gateway on premises
View answer
Correct Answer: A
Question #43
A company has an organization that has many AWS accounts in AWS Organizations. A solutions architect must improve how the company manages common security group rules for the AWS accounts in the organization.The company has a common set of IP CIDR ranges in an allow list in each AWS account to allow access to and from the company’s on-premises network. Developers within each account are responsible for adding new IP CIDR ranges to their security groups. The security team has its own AWS account. Currently, the security team notifies the owners of the other AWS accounts when changes are made to the allow list.The solutions architect must design a solution that distributes the common set of CIDR ranges across all accounts.Which solution meets these requirements with the LEAST amount of operational overhead?
A. Set up an Amazon Simple Notification Service (Amazon SNS) topic in the security team's AWS account
B. Create new customer-managed prefix lists in each AWS account within the organization
C. Create a new customer-managed prefix list in the security team’s AWS account
D. Create an IAM role in each account in the organization
View answer
Correct Answer: C
Question #44
A company is running a traditional web application on Amazon EC2 instances. The company needs to refactor the application as microservices that run on containers. Separate versions of the application exist in two distinct environments: production and testing. Load for the application is variable, but the minimum load and the maximum load are known. A solutions architect needs to design the updated application with a serverless architecture that minimizes operational complexity.Which solution will meet these requirements MOST cost-effectively?
A. Upload the container images to AWS Lambda as functions
B. Upload the container images to Amazon Elastic Container Registry (Amazon ECR)
C. Upload the container images to Amazon Elastic Container Registry (Amazon ECR)
D. Upload the container images to AWS Elastic Beanstalk
View answer
Correct Answer: B
Question #45
A company is using an on-premises Active Directory service for user authentication. The company wants to use the same authentication service to sign in to the company’s AWS accounts, which are using AWS Organizations. AWS Site-to-Site VPN connectivity already exists between the on-premises environment and all the company’s AWS accounts.The company’s security policy requires conditional access to the accounts based on user groups and roles. User identities must be managed in a single location.Which solution will meet these requirements?
A. Configure AWS IAM Identity Center (AWS Single Sign-On) to connect to Active Directory by using SAML 2
B. Configure AWS IAM Identity Center (AWS Single Sign-On) by using IAM Identity Center as an identity source
C. In one of the company’s AWS accounts, configure AWS Identity and Access Management (IAM) to use a SAML 2
D. In one of the company’s AWS accounts, configure AWS Identity and Access Management (IAM) to use an OpenID Connect (OIDC) identity provider
View answer
Correct Answer: A
Question #46
A security engineer determined that an existing application retrieves credentials to an Amazon RDS for MySQL database from an encrypted file in Amazon S3. For the next version of the application, the security engineer wants to implement the following application design changes to improve security:-The database must use strong, randomly generated passwords stored in a secure AWS managed service.-The application resources must be deployed through AWS CloudFormation.-The application must rotate credentials for the database every 90 days.A solutions architect will generate a CloudFormation template to deploy the application.Which resources specified in the CloudFormation template will meet the security engineer’s requirements with the LEAST amount of operational overhead?
A. Generate the database password as a secret resource using AWS Secrets Manager
B. Generate the database password as a SecureString parameter type using AWS Systems Manager Parameter Store
C. Generate the database password as a secret resource using AWS Secrets Manager
D. Generate the database password as a SecureString parameter type using AWS Systems Manager Parameter Store
View answer
Correct Answer: A
Question #47
A security engineer determined that an existing application retrieves credentials to an Amazon RDS for MySQL database from an encrypted file in Amazon S3. For the next version of the application, the security engineer wants to implement the following application design changes to improve security:-The database must use strong, randomly generated passwords stored in a secure AWS managed service.-The application resources must be deployed through AWS CloudFormation.-The application must rotate credentials for the database every 90 days.A solutions architect will generate a CloudFormation template to deploy the application.Which resources specified in the CloudFormation template will meet the security engineer’s requirements with the LEAST amount of operational overhead?
A. Generate the database password as a secret resource using AWS Secrets Manager
B. Generate the database password as a SecureString parameter type using AWS Systems Manager Parameter Store
C. Generate the database password as a secret resource using AWS Secrets Manager
D. Generate the database password as a SecureString parameter type using AWS Systems Manager Parameter Store
View answer
Correct Answer: A
Question #48
A company has its cloud infrastructure on AWS. A solutions architect needs to define the infrastructure as code. The infrastructure is currently deployed in one AWS Region. The company’s business expansion plan includes deployments in multiple Regions across multiple AWS accounts.What should the solutions architect do to meet these requirements?
A. Use AWS CloudFormation templates
B. Use AWS Organizations
C. Use AWS Organizations and AWS CloudFormation StackSets
D. Use nested stacks with AWS CloudFormation templates
View answer
Correct Answer: C
Question #49
A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).What is the MOST operationally efficient solution that meets these requirements?
A. Turn on SSE-S3 on both S3 buckets
B. Create an AWS Key Management Service (AWS KMS) key in each account
C. Turn on SSE-S3 on both S3 buckets
D. Create an AWS Key Management Service, (AWS KMS) key in each account
View answer
Correct Answer: A
Question #50
A company has several AWS accounts. A development team is building an automation framework for cloud governance and remediation processes. The automation framework uses AWS Lambda functions in a centralized account. A solutions architect must implement a least privilege permissions policy that allows the Lambda functions to run in each of the company's AWS accounts.Which combination of steps will meet these requirements? (Choose two.)
A. In the centralized account
B. In the other AWS accounts, create an IAM role that has minimal permissions
C. In the centralized account, create an IAM role that has roles of the other accounts as trusted entities
D. In the other AWS accounts, create an IAM role that has permissions to assume the role of the centralized account
E. In the other AWS accounts, create an IAM role that has minimal permissions
View answer
Correct Answer: AB
Question #51
A company is providing weather data over a REST-based API to several customers. The API is hosted by Amazon API Gateway and is integrated with different AWS Lambda functions for each API operation. The company uses Amazon Route 53 for DNS and has created a resource record of weather.example.com. The company stores data for the API in Amazon DynamoDB tables. The company needs a solution that will give the API the ability to fail over to a different AWS Region.Which solution will meet these requirements?
A. Deploy a new set of Lambda functions in a new Region
B. Deploy a new API Gateway API and Lambda functions in another Region
C. Deploy a new API Gateway API and Lambda functions in another Region
D. Deploy a new API Gateway API in a new Region
View answer
Correct Answer: C
Question #52
A company is refactoring its on-premises order-processing platform in the AWS Cloud. The platform includes a web front end that is hosted on a fleet of VMs, RabbitMQ to connect the front end to the backend, and a Kubernetes cluster to run a containerized backend system to process the orders. The company does not want to make any major changes to the application.Which solution will meet these requirements with the LEAST operational overhead?
A. Create an AMI of the web server VM
B. Create a custom AWS Lambda runtime to mimic the web server environment
C. Create an AMI of the web server VM
D. Create an AMI of the web server VM
View answer
Correct Answer: A
Question #53
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #54
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #55
A retail company is operating its ecommerce application on AWS. The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The company uses an Amazon RDS DB instance as the database backend. Amazon CloudFront is configured with one origin that points to the ALB. Static content is cached. Amazon Route 53 is used to host all public zones.After an update of the application, the ALB occasionally returns a 502 status code (Bad Gateway) error. The root cause is malformed HTTP headers that are returned to the ALB. The webpage returns successfully when a solutions architect reloads the webpage immediately after the error occurs.While the company is working on the problem, the solutions architect needs to provide a custom error page instead of the standard ALB error page to visitors.Which combination of steps will meet this requirement with the LEAST amount of operational overhead? (Choose two.)
A. Create an Amazon S3 bucket
B. Create an Amazon CloudWatch alarm to invoke an AWS Lambda function if the ALB health check response Target
C. Modify the existing Amazon Route 53 records by adding health checks
D. Create an Amazon CloudWatch alarm to invoke an AWS Lambda function if the ALB health check response Elb
E. Add a custom error response by configuring a CloudFront custom error page
View answer
Correct Answer: AE
Question #56
A company with global offices has a single 1 Gbps AWS Direct Connect connection to a single AWS Region. The company’s on-premises network uses the connection to communicate with the company’s resources in the AWS Cloud. The connection has a single private virtual interface that connects to a single VPC.A solutions architect must implement a solution that adds a redundant Direct Connect connection in the same Region. The solution also must provide connectivity to other Regions through the same pair of Direct Connect connections as the company expands into other Regions.Which solution meets these requirements?
A. Provision a Direct Connect gateway
B. Keep the existing private virtual interface
C. Keep the existing private virtual interface
D. Provision a transit gateway
View answer
Correct Answer: A
Question #57
A company built an application based on AWS Lambda deployed in an AWS CloudFormation stack. The last production release of the web application introduced an issue that resulted in an outage lasting several minutes. A solutions architect must adjust the deployment process to support a canary release.Which solution will meet these requirements?
A. Create an alias for every new deployed version of the Lambda function
B. Deploy the application into a new CloudFormation stack
C. Create a version for every new deployed Lambda function
D. Configure AWS CodeDeploy and use CodeDeployDefault
View answer
Correct Answer: A
Question #58
A company wants to migrate its data analytics environment from on premises to AWS. The environment consists of two simple Node.js applications. One of the applications collects sensor data and loads it into a MySQL database. The other application aggregates the data into reports. When the aggregation jobs run, some of the load jobs fail to run correctly.The company must resolve the data loading issue. The company also needs the migration to occur without interruptions or changes for the company’s customers.What should a solutions architect do to meet these requirements?
A. Set up an Amazon Aurora MySQL database as a replication target for the on-premises database
B. Set up an Amazon Aurora MySQL database
C. Set up an Amazon Aurora MySQL database
D. Set up an Amazon Aurora MySQL database
View answer
Correct Answer: C
Question #59
A company has a multi-tier web application that runs on a fleet of Amazon EC2 instances behind an Application Load Balancer (ALB). The instances are in an Auto Scaling group. The ALB and the Auto Scaling group are replicated in a backup AWS Region. The minimum value and the maximum value for the Auto Scaling group are set to zero. An Amazon RDS Multi-AZ DB instance stores the application’s data. The DB instance has a read replica in the backup Region. The application presents an endpoint to end users by using an Amazon Route 53 record.The company needs to reduce its RTO to less than 15 minutes by giving the application the ability to automatically fail over to the backup Region. The company does not have a large enough budget for an active-active strategy.What should a solutions architect recommend to meet these requirements?
A. Reconfigure the application’s Route 53 record with a latency-based routing policy that load balances traffic between the two ALBs
B. Create an AWS Lambda function in the backup Region to promote the read replica and modify the Auto Scaling group values
C. Configure the Auto Scaling group in the backup Region to have the same values as the Auto Scaling group in the primary Region
D. Configure an endpoint in AWS Global Accelerator with the two ALBs as equal weighted targets
View answer
Correct Answer: B
Question #60
A company’s factory and automation applications are running in a single VPC. More than 20 applications run on a combination of Amazon EC2, Amazon Elastic Container Service (Amazon ECS), and Amazon RDS.The company has software engineers spread across three teams. One of the three teams owns each application, and each time is responsible for the cost and performance of all of its applications. Team resources have tags that represent their application and team. The teams use IAM access for daily activities.The company needs to determine which costs on the monthly AWS bill are attributable to each application or team. The company also must be able to create reports to compare costs from the last 12 months and to help forecast costs for the next 12 months. A solutions architect must recommend an AWS Billing and Cost Management solution that provides these cost reports.Which combination of actions will meet these requirements? (Choose three.)
A. Activate the user-define cost allocation tags that represent the application and the team
B. Activate the AWS generated cost allocation tags that represent the application and the team
C. Create a cost category for each application in Billing and Cost Management
D. Activate IAM access to Billing and Cost Management
E. Create a cost budget
F. Enable Cost Explorer
View answer
Correct Answer: ACF
Question #61
A company has many AWS accounts and uses AWS Organizations to manage all of them. A solutions architect must implement a solution that the company can use to share a common network across multiple accounts.The company’s infrastructure team has a dedicated infrastructure account that has a VPC. The infrastructure team must use this account to manage the network. Individual accounts cannot have the ability to manage their own networks. However, individual accounts must be able to create AWS resources within subnets.Which combination of actions should the solutions architect perform to meet these requirements? (Choose two.)
A. Create a transit gateway in the infrastructure account
B. Enable resource sharing from the AWS Organizations management account
C. Create VPCs in each AWS account within the organization in AWS Organizations
D. Create a resource share in AWS Resource Access Manager in the infrastructure account
E. Create a resource share in AWS Resource Access Manager in the infrastructure account
View answer
Correct Answer: BD
Question #62
A company is running several workloads in a single AWS account. A new company policy states that engineers can provision only approved resources and that engineers must use AWS CloudFormation to provision these resources. A solutions architect needs to create a solution to enforce the new restriction on the IAM role that the engineers use for access.What should the solutions architect do to create the solution?
A. Upload AWS CloudFormation templates that contain approved resources to an Amazon S3 bucket
B. Update the IAM policy for the engineers’ IAM role with permissions to only allow provisioning of approved resources and AWS CloudFormation
C. Update the IAM policy for the engineers’ IAM role with permissions to only allow AWS CloudFormation actions
D. Provision resources in AWS CloudFormation stacks
View answer
Correct Answer: C
Question #63
An adventure company has launched a new feature on its mobile app. Users can use the feature to upload their hiking and rafting photos and videos anytime. The photos and videos are stored in Amazon S3 Standard storage in an S3 bucket and are served through Amazon CloudFront.The company needs to optimize the cost of the storage. A solutions architect discovers that most of the uploaded photos and videos are accessed infrequently after 30 days. However, some of the uploaded photos and videos are accessed frequently after 30 days. The solutions architect needs to implement a solution that maintains millisecond retrieval availability of the photos and videos at the lowest possible cost.Which solution will meet these requirements?
A. Configure S3 Intelligent-Tiering on the S3 bucket
B. Configure an S3 Lifecycle policy to transition image objects and video objects from S3 Standard to S3 Glacier Deep Archive after 30 days
C. Replace Amazon S3 with an Amazon Elastic File System (Amazon EFS) file system that is mounted on Amazon EC2 instances
D. Add a Cache-Control: max-age header to the S3 image objects and S3 video objects
View answer
Correct Answer: A
Question #64
A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).What is the MOST operationally efficient solution that meets these requirements?
A. Turn on SSE-S3 on both S3 buckets
B. Create an AWS Key Management Service (AWS KMS) key in each account
C. Turn on SSE-S3 on both S3 buckets
D. Create an AWS Key Management Service, (AWS KMS) key in each account
View answer
Correct Answer: A
Question #65
A company has an organization that has many AWS accounts in AWS Organizations. A solutions architect must improve how the company manages common security group rules for the AWS accounts in the organization.The company has a common set of IP CIDR ranges in an allow list in each AWS account to allow access to and from the company’s on-premises network. Developers within each account are responsible for adding new IP CIDR ranges to their security groups. The security team has its own AWS account. Currently, the security team notifies the owners of the other AWS accounts when changes are made to the allow list.The solutions architect must design a solution that distributes the common set of CIDR ranges across all accounts.Which solution meets these requirements with the LEAST amount of operational overhead?
A. Set up an Amazon Simple Notification Service (Amazon SNS) topic in the security team's AWS account
B. Create new customer-managed prefix lists in each AWS account within the organization
C. Create a new customer-managed prefix list in the security team’s AWS account
D. Create an IAM role in each account in the organization
View answer
Correct Answer: C
Question #66
A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).What is the MOST operationally efficient solution that meets these requirements?
A. Turn on SSE-S3 on both S3 buckets
B. Create an AWS Key Management Service (AWS KMS) key in each account
C. Turn on SSE-S3 on both S3 buckets
D. Create an AWS Key Management Service, (AWS KMS) key in each account
View answer
Correct Answer: A
Question #67
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #68
A company is planning to migrate 1,000 on-premises servers to AWS. The servers run on several VMware clusters in the company’s data center. As part of the migration plan, the company wants to gather server metrics such as CPU details, RAM usage, operating system information, and running processes. The company then wants to query and analyze the data.Which solution will meet these requirements?
A. Deploy and configure the AWS Agentless Discovery Connector virtual appliance on the on-premises hosts
B. Export only the VM performance information from the on-premises hosts
C. Create a script to automatically gather the server information from the on-premises hosts
D. Deploy the AWS Application Discovery Agent to each on-premises server
View answer
Correct Answer: D
Question #69
A company is hosting a monolithic REST-based API for a mobile app on five Amazon EC2 instances in public subnets of a VPC. Mobile clients connect to the API by using a domain name that is hosted on Amazon Route 53. The company has created a Route 53 multivalue answer routing policy with the IP addresses of all the EC2 instances. Recently, the app has been overwhelmed by large and sudden increases to traffic. The app has not been able to keep up with the traffic.A solutions architect needs to implement a solution so that the app can handle the new and varying load. Which solution will meet these requirements with the LEAST operational overhead?
A. Separate the API into individual AWS Lambda functions
B. Containerize the API logic
C. Create an Auto Scaling group
D. Create an Application Load Balancer (ALB) in front of the API
View answer
Correct Answer: D
Question #70
A company is storing data in several Amazon DynamoDB tables. A solutions architect must use a serverless architecture to make the data accessible publicly through a simple API over HTTPS. The solution must scale automatically in response to demand.Which solutions meet these requirements? (Choose two.)
A. Create an Amazon API Gateway REST API
B. Create an Amazon API Gateway HTTP API
C. Create an Amazon API Gateway HTTP API
D. Create an accelerator in AWS Global Accelerator
E. Create a Network Load Balancer
View answer
Correct Answer: AC
Question #71
A company is refactoring its on-premises order-processing platform in the AWS Cloud. The platform includes a web front end that is hosted on a fleet of VMs, RabbitMQ to connect the front end to the backend, and a Kubernetes cluster to run a containerized backend system to process the orders. The company does not want to make any major changes to the application.Which solution will meet these requirements with the LEAST operational overhead?
A. Create an AMI of the web server VM
B. Create a custom AWS Lambda runtime to mimic the web server environment
C. Create an AMI of the web server VM
D. Create an AMI of the web server VM
View answer
Correct Answer: A
Question #72
An application is using an Amazon RDS for MySQL Multi-AZ DB instance in the us-east-1 Region. After a failover test, the application lost the connections to the database and could not re-establish the connections. After a restart of the application, the application re-established the connections.
A. Create an Amazon Aurora MySQL Serverless v1 DB instance
B. Create an RDS proxy
C. Create a two-node Amazon Aurora MySQL DB cluster
D. Create an Amazon S3 bucket
View answer
Correct Answer: B
Question #73
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #74
A company is running an application on several Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer. The load on the application varies throughout the day, and EC2 instances are scaled in and out on a regular basis. Log files from the EC2 instances are copied to a central Amazon S3 bucket every 15 minutes. The security team discovers that log files are missing from some of the terminated EC2 instances.Which set of actions will ensure that log files are copied to the central S3 bucket from the terminated EC2 instances?
A. Create a script to copy log files to Amazon S3, and store the script in a file on the EC2 instance
B. Create an AWS Systems Manager document with a script to copy log files to Amazon S3
C. Change the log delivery rate to every 5 minutes
D. Create an AWS Systems Manager document with a script to copy log files to Amazon S3
View answer
Correct Answer: B
Question #75
A company has a web application that allows users to upload short videos. The videos are stored on Amazon EBS volumes and analyzed by custom recognition software for categorization.The website contains static content that has variable traffic with peaks in certain months. The architecture consists of Amazon EC2 instances running in an Auto Scaling group for the web application and EC2 instances running in an Auto Scaling group to process an Amazon SQS queue. The company wants to re-architect the application to reduce operational overhead using AWS managed services where possible and remove dependencies on third-party software.Which solution meets these requirements?
A. Use Amazon ECS containers for the web application and Spot instances for the Auto Scaling group that processes the SQS queue
B. Store the uploaded videos in Amazon EFS and mount the file system to the EC2 instances for the web application
C. Host the web application in Amazon S3
D. Use AWS Elastic Beanstalk to launch EC2 instances in an Auto Scaling group for the web application and launch a worker environment to process the SQS queue
View answer
Correct Answer: C
Question #76
A company is using AWS Organizations to manage multiple AWS accounts. For security purposes, the company requires the creation of an Amazon Simple Notification Service (Amazon SNS) topic that enables integration with a third-party alerting system in all the Organizations member accounts.A solutions architect used an AWS CloudFormation template to create the SNS topic and stack sets to automate the deployment of CloudFormation stacks. Trusted access has been enabled in Organizations.What should the solutions architect do to deploy the CloudFormation StackSets in all AWS accounts?
A. Create a stack set in the Organizations member accounts
B. Create stacks in the Organizations member accounts
C. Create a stack set in the Organizations management account
D. Create stacks in the Organizations management account
View answer
Correct Answer: C
Question #77
A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.Which set of steps should the solutions architect take to meet these requirements?
A. Open the AWS CloudTrail console
B. Open the Amazon CloudWatch console
C. Open the AWS CloudTrail console
D. Open the Amazon CloudWatch console
View answer
Correct Answer: B
Question #78
A company has registered 10 new domain names. The company uses the domains for online marketing. The company needs a solution that will redirect online visitors to a specific URL for each domain. All domains and target URLs are defined in a JSON document. All DNS records are managed by Amazon Route 53.A solutions architect must implement a redirect service that accepts HTTP and HTTPS requests.Which combination of steps should the solutions architect take to meet these requirements with the LEAST amount of operational effort? (Choose three.)
A. Create a dynamic webpage that runs on an Amazon EC2 instance
B. Create an Application Load Balancer that includes HTTP and HTTPS listeners
C. Create an AWS Lambda function that uses the JSON document in combination with the event message to look up and respond with a redirect URL
D. Use an Amazon API Gateway API with a custom domain to publish an AWS Lambda function
E. Create an Amazon CloudFront distribution
F. Create an SSL certificate by using AWS Certificate Manager (ACM)
View answer
Correct Answer: BCF
Question #79
A company’s solutions architect is reviewing a web application that runs on AWS. The application references static assets in an Amazon S3 bucket in the us-east-1 Region. The company needs resiliency across multiple AWS Regions. The company already has created an S3 bucket in a second Region.Which solution will meet these requirements with the LEAST operational overhead?
A. Configure the application to write each object to both S3 buckets
B. Create an AWS Lambda function to copy objects from the S3 bucket in us-east-1 to the S3 bucket in the second Region
C. Configure replication on the S3 bucket in us-east-1 to replicate objects to the S3 bucket in the second Region
D. Configure replication on the S3 bucket in us-east-1 to replicate objects to the S3 bucket in the second Region
View answer
Correct Answer: C
Question #80
A company is hosting a three-tier web application in an on-premises environment. Due to a recent surge in traffic that resulted in downtime and a significant financial impact, company management has ordered that the application be moved to AWS. The application is written in .NET and has a dependency on a MySQL database. A solutions architect must design a scalable and highly available solution to meet the demand of 200,000 daily users.Which steps should the solutions architect take to design an appropriate solution?
A. Use AWS Elastic Beanstalk to create a new application with a web server environment and an Amazon RDS MySQL Multi-AZ DB instance
B. Use AWS CloudFormation to launch a stack containing an Application Load Balancer (ALB) in front of an Amazon EC2 Auto Scaling group spanning three Availability Zones
C. Use AWS Elastic Beanstalk to create an automatically scaling web server environment that spans two separate Regions with an Application Load Balancer (ALB) in each Region
D. Use AWS CloudFormation to launch a stack containing an Application Load Balancer (ALB) in front of an Amazon ECS cluster of Spot instances spanning three Availability Zones
View answer
Correct Answer: B
Question #81
A video processing company wants to build a machine learning (ML) model by using 600 TB of compressed data that is stored as thousands of files in the company's on-premises network attached storage system. The company does not have the necessary compute resources on premises for ML experiments and wants to use AWS.The company needs to complete the data transfer to AWS within 3 weeks. The data transfer will be a one-time transfer. The data must be encrypted in transit. The measured upload speed of the company's internet connection is 100 Mbps. and multiple departments share the connection.Which solution will meet these requirements MOST cost-effectively?
A. Order several AWS Snowball Edge Storage Optimized devices by using the AWS Management Console
B. Set up a 10 Gbps AWS Direct Connect connection between the company location and the nearest AWS Region
C. Create a VPN connection between the on-premises network attached storage and the nearest AWS Region
D. Deploy an AWS Storage Gateway file gateway on premises
View answer
Correct Answer: A
Question #82
A security engineer determined that an existing application retrieves credentials to an Amazon RDS for MySQL database from an encrypted file in Amazon S3. For the next version of the application, the security engineer wants to implement the following application design changes to improve security:-The database must use strong, randomly generated passwords stored in a secure AWS managed service.-The application resources must be deployed through AWS CloudFormation.-The application must rotate credentials for the database every 90 days.A solutions architect will generate a CloudFormation template to deploy the application.Which resources specified in the CloudFormation template will meet the security engineer’s requirements with the LEAST amount of operational overhead?
A. Generate the database password as a secret resource using AWS Secrets Manager
B. Generate the database password as a SecureString parameter type using AWS Systems Manager Parameter Store
C. Generate the database password as a secret resource using AWS Secrets Manager
D. Generate the database password as a SecureString parameter type using AWS Systems Manager Parameter Store
View answer
Correct Answer: A
Question #83
A company wants to migrate its workloads from on premises to AWS. The workloads run on Linux and Windows. The company has a large on-premises infrastructure that consists of physical machines and VMs that host numerous applications.The company must capture details about the system configuration, system performance, running processes, and network connections of its on-premises workloads. The company also must divide the on-premises applications into groups for AWS migrations. The company needs recommendations for Amazon EC2 instance types so that the company can run its workloads on AWS in the most cost-effective manner.Which combination of steps should a solutions architect take to meet these requirements? (Choose three.)
A. Assess the existing applications by installing AWS Application Discovery Agent on the physical machines and VMs
B. Assess the existing applications by installing AWS Systems Manager Agent on the physical machines and VMs
C. Group servers into applications for migration by using AWS Systems Manager Application Manager
D. Group servers into applications for migration by using AWS Migration Hub
E. Generate recommended instance types and associated costs by using AWS Migration Hub
F. Import data about server sizes into AWS Trusted Advisor
View answer
Correct Answer: ADE
Question #84
A video processing company wants to build a machine learning (ML) model by using 600 TB of compressed data that is stored as thousands of files in the company's on-premises network attached storage system. The company does not have the necessary compute resources on premises for ML experiments and wants to use AWS.The company needs to complete the data transfer to AWS within 3 weeks. The data transfer will be a one-time transfer. The data must be encrypted in transit. The measured upload speed of the company's internet connection is 100 Mbps. and multiple departments share the connection.Which solution will meet these requirements MOST cost-effectively?
A. Order several AWS Snowball Edge Storage Optimized devices by using the AWS Management Console
B. Set up a 10 Gbps AWS Direct Connect connection between the company location and the nearest AWS Region
C. Create a VPN connection between the on-premises network attached storage and the nearest AWS Region
D. Deploy an AWS Storage Gateway file gateway on premises
View answer
Correct Answer: A
Question #85
A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.Which set of steps should the solutions architect take to meet these requirements?
A. Open the AWS CloudTrail console
B. Open the Amazon CloudWatch console
C. Open the AWS CloudTrail console
D. Open the Amazon CloudWatch console
View answer
Correct Answer: B
Question #86
A company is using AWS CloudFormation to deploy its infrastructure. The company is concerned that, if a production CloudFormation stack is deleted, important data stored in Amazon RDS databases or Amazon EBS volumes might also be deleted.How can the company prevent users from accidentally deleting data in this way?
A. Modify the CloudFormation templates to add a DeletionPolicy attribute to RDS and EBS resources
B. Configure a stack policy that disallows the deletion of RDS and EBS resources
C. Modify IAM policies lo deny deleting RDS and EBS resources that are tagged with an "aws:cloudformation:stack-name" tag
D. Use AWS Config rules to prevent deleting RDS and EBS resources
View answer
Correct Answer: A
Question #87
A company uses Amazon S3 to store files and images in a variety of storage classes. The company's S3 costs have increased substantially during the past year.A solutions architect needs to review data trends for the past 12 months and identity the appropriate storage class for the objects.Which solution will meet these requirements?
A. Download AWS Cost and Usage Reports for the last 12 months of S3 usage
B. Use S3 storage class analysis
C. Use Amazon S3 Storage Lens
D. Use Access Analyzer for S3
View answer
Correct Answer: C
Question #88
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #89
A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.Which set of steps should the solutions architect take to meet these requirements?
A. Open the AWS CloudTrail console
B. Open the Amazon CloudWatch console
C. Open the AWS CloudTrail console
D. Open the Amazon CloudWatch console
View answer
Correct Answer: B
Question #90
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #91
A company is running a web application in the AWS Cloud. The application consists of dynamic content that is created on a set of Amazon EC2 instances. The EC2 instances run in an Auto Scaling group that is configured as a target group for an Application Load Balancer (ALB).The company is using an Amazon CloudFront distribution to distribute the application globally. The CloudFront distribution uses the ALB as an origin. The company uses Amazon Route 53 for DNS and has created an A record of www.example.com for the CloudFront distribution.A solutions architect must configure the application so that itis highly available and fault tolerant.Which solution meets these requirements?
A. Provision a full, secondary application deployment in a different AWS Region
B. Provision an ALB, an Auto Scaling group, and EC2 instances in a different AWS Region
C. Provision an Auto Scaling group and EC2 instances in a different AWS Region
D. Provision a full, secondary application deployment in a different AWS Region
View answer
Correct Answer: B
Question #92
A company is planning to migrate 1,000 on-premises servers to AWS. The servers run on several VMware clusters in the company’s data center. As part of the migration plan, the company wants to gather server metrics such as CPU details, RAM usage, operating system information, and running processes. The company then wants to query and analyze the data.Which solution will meet these requirements?
A. Deploy and configure the AWS Agentless Discovery Connector virtual appliance on the on-premises hosts
B. Export only the VM performance information from the on-premises hosts
C. Create a script to automatically gather the server information from the on-premises hosts
D. Deploy the AWS Application Discovery Agent to each on-premises server
View answer
Correct Answer: D
Question #93
A retail company is operating its ecommerce application on AWS. The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The company uses an Amazon RDS DB instance as the database backend. Amazon CloudFront is configured with one origin that points to the ALB. Static content is cached. Amazon Route 53 is used to host all public zones.After an update of the application, the ALB occasionally returns a 502 status code (Bad Gateway) error. The root cause is malformed HTTP headers that are returned to the ALB. The webpage returns successfully when a solutions architect reloads the webpage immediately after the error occurs.While the company is working on the problem, the solutions architect needs to provide a custom error page instead of the standard ALB error page to visitors.Which combination of steps will meet this requirement with the LEAST amount of operational overhead? (Choose two.)
A. Create an Amazon S3 bucket
B. Create an Amazon CloudWatch alarm to invoke an AWS Lambda function if the ALB health check response Target
C. Modify the existing Amazon Route 53 records by adding health checks
D. Create an Amazon CloudWatch alarm to invoke an AWS Lambda function if the ALB health check response Elb
E. Add a custom error response by configuring a CloudFront custom error page
View answer
Correct Answer: AE
Question #94
A company has an application that runs on Amazon EC2 instances. A solutions architect is designing VPC infrastructure in an AWS Region where the application needs to access an Amazon Aurora DB Cluster. The EC2 instances are all associated with the same security group. The DB cluster is associated with its own security group.The solutions architect needs to add rules to the security groups to provide the application with least privilege access to the DB Cluster.Which combination of steps will meet these requirements? (Choose two.)
A. Add an inbound rule to the EC2 instances' security group
B. Add an outbound rule to the EC2 instances' security group
C. Add an inbound rule to the DB cluster's security group
D. Add an outbound rule to the DB cluster's security group
E. Add an outbound rule to the DB cluster's security group
View answer
Correct Answer: BC
Question #95
A company is hosting an image-processing service on AWS in a VPC. The VPC extends across two Availability Zones. Each Availability Zone contains one public subnet and one private subnet.The service runs on Amazon EC2 instances in the private subnets. An Application Load Balancer in the public subnets is in front of the service. The service needs to communicate with the internet and does so through two NAT gateways. The service uses Amazon S3 for image storage. The EC2 instances retrieve approximately 1 ТВ of data from an S3 bucket each day.The company has promoted the service as highly secure. A solutions architect must reduce cloud expenditures as much as possible without compromising the service’s security posture or increasing the time spent on ongoing operations.Which solution will meet these requirements?
A. Replace the NAT gateways with NAT instances
B. Move the EC2 instances to the public subnets
C. Set up an S3 gateway VPC endpoint in the VP Attach an endpoint policy to the endpoint to allow the required actions on the S3 bucket
D. Attach an Amazon Elastic File System (Amazon EFS) volume to the EC2 instances
View answer
Correct Answer: C
Question #96
A video processing company has an application that downloads images from an Amazon S3 bucket, processes the images, stores a transformed image in a second S3 bucket, and updates metadata about the image in an Amazon DynamoDB table. The application is written in Node.js and runs by using an AWS Lambda function. The Lambda function is invoked when a new image is uploaded to Amazon S3.The application ran without incident for a while. However, the size of the images has grown significantly. The Lambda function is now failing frequently with timeout errors. The function timeout is set to its maximum value. A solutions architect needs to refactor the application’s architecture to prevent invocation failures. The company does not want to manage the underlying infrastructure.Which combination of steps should the solutions architect take to meet these requirements? (Choose two.)
A. Modify the application deployment by building a Docker image that contains the application code
B. Create a new Amazon Elastic Container Service (Amazon ECS) task definition with a compatibility type of AWS Fargate
C. Create an AWS Step Functions state machine with a Parallel state to invoke the Lambda function
D. Create a new Amazon Elastic Container Service (Amazon ECS) task definition with a compatibility type of Amazon EC2
E. Modify the application to store images on Amazon Elastic File System (Amazon EFS) and to store metadata on an Amazon RDS DB instance
View answer
Correct Answer: AB
Question #97
A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.Which set of steps should the solutions architect take to meet these requirements?
A. Open the AWS CloudTrail console
B. Open the Amazon CloudWatch console
C. Open the AWS CloudTrail console
D. Open the Amazon CloudWatch console
View answer
Correct Answer: B
Question #98
A company uses AWS Organizations with a single OU named Production to manage multiple accounts. All accounts are members of the Production OU. Administrators use deny list SCPs in the root of the organization to manage access to restricted services.The company recently acquired a new business unit and invited the new unit’s existing AWS account to the organization. Once onboarded, the administrators of the new business unit discovered that they are not able to update existing AWS Config rules to meet the company’s policies.Which option will allow administrators to make changes and continue to enforce the current policies without introducing additional long-term maintenance?
A. emove the organization’s root SCPs that limit access to AWS Config
B. reate a temporary OU named Onboarding for the new account
C. onvert the organization’s root SCPs from deny list SCPs to allow list SCPs to allow the required services only
D. reate a temporary OU named Onboarding for the new account
View answer
Correct Answer: D
Question #99
A company is hosting a monolithic REST-based API for a mobile app on five Amazon EC2 instances in public subnets of a VPC. Mobile clients connect to the API by using a domain name that is hosted on Amazon Route 53. The company has created a Route 53 multivalue answer routing policy with the IP addresses of all the EC2 instances. Recently, the app has been overwhelmed by large and sudden increases to traffic. The app has not been able to keep up with the traffic.A solutions architect needs to implement a solution so that the app can handle the new and varying load. Which solution will meet these requirements with the LEAST operational overhead?
A. Separate the API into individual AWS Lambda functions
B. Containerize the API logic
C. Create an Auto Scaling group
D. Create an Application Load Balancer (ALB) in front of the API
View answer
Correct Answer: D
Question #100
A company has developed a web application. The company is hosting the application on a group of Amazon EC2 instances behind an Application Load Balancer. The company wants to improve the security posture of the application and plans to use AWS WAF web ACLs. The solution must not adversely affect legitimate traffic to the application.How should a solutions architect configure the web ACLs to meet these requirements?
A. Set the action of the web ACL rules to Count
B. Use only rate-based rules in the web ACLs, and set the throttle limit as high as possible
C. Set the action of the web ACL rules to Block
D. Use only custom rule groups in the web ACLs, and set the action to Allow
View answer
Correct Answer: A
Question #101
An adventure company has launched a new feature on its mobile app. Users can use the feature to upload their hiking and rafting photos and videos anytime. The photos and videos are stored in Amazon S3 Standard storage in an S3 bucket and are served through Amazon CloudFront.The company needs to optimize the cost of the storage. A solutions architect discovers that most of the uploaded photos and videos are accessed infrequently after 30 days. However, some of the uploaded photos and videos are accessed frequently after 30 days. The solutions architect needs to implement a solution that maintains millisecond retrieval availability of the photos and videos at the lowest possible cost.Which solution will meet these requirements?
A. Configure S3 Intelligent-Tiering on the S3 bucket
B. Configure an S3 Lifecycle policy to transition image objects and video objects from S3 Standard to S3 Glacier Deep Archive after 30 days
C. Replace Amazon S3 with an Amazon Elastic File System (Amazon EFS) file system that is mounted on Amazon EC2 instances
D. Add a Cache-Control: max-age header to the S3 image objects and S3 video objects
View answer
Correct Answer: A
Question #102
A company built an application based on AWS Lambda deployed in an AWS CloudFormation stack. The last production release of the web application introduced an issue that resulted in an outage lasting several minutes. A solutions architect must adjust the deployment process to support a canary release.Which solution will meet these requirements?
A. Create an alias for every new deployed version of the Lambda function
B. Deploy the application into a new CloudFormation stack
C. Create a version for every new deployed Lambda function
D. Configure AWS CodeDeploy and use CodeDeployDefault
View answer
Correct Answer: A
Question #103
A company has an environment that has a single AWS account. A solutions architect is reviewing the environment to recommend what the company could improve specifically in terms of access to the AWS Management Console. The company’s IT support workers currently access the console for administrative tasks, authenticating with named IAM users that have been mapped to their job role.The IT support workers no longer want to maintain both their Active Directory and IAM user accounts. They want to be able to access the console by using their existing Active Directory credentials. The solutions architect is using AWS IAM Identity Center (AWS Single Sign-On) to implement this functionality.Which solution will meet these requirements MOST cost-effectively?
A. Create an organization in AWS Organizations
B. Create an organization in AWS Organizations
C. Create an organization in AWS Organizations
D. Create an organization in AWS Organizations
View answer
Correct Answer: D
Question #104
A retail company is operating its ecommerce application on AWS. The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The company uses an Amazon RDS DB instance as the database backend. Amazon CloudFront is configured with one origin that points to the ALB. Static content is cached. Amazon Route 53 is used to host all public zones.After an update of the application, the ALB occasionally returns a 502 status code (Bad Gateway) error. The root cause is malformed HTTP headers that are returned to the ALB. The webpage returns successfully when a solutions architect reloads the webpage immediately after the error occurs.While the company is working on the problem, the solutions architect needs to provide a custom error page instead of the standard ALB error page to visitors.Which combination of steps will meet this requirement with the LEAST amount of operational overhead? (Choose two.)
A. Create an Amazon S3 bucket
B. Create an Amazon CloudWatch alarm to invoke an AWS Lambda function if the ALB health check response Target
C. Modify the existing Amazon Route 53 records by adding health checks
D. Create an Amazon CloudWatch alarm to invoke an AWS Lambda function if the ALB health check response Elb
E. Add a custom error response by configuring a CloudFront custom error page
View answer
Correct Answer: CE
Question #105
A solutions architect is designing the data storage and retrieval architecture for a new application that a company will be launching soon. The application is designed to ingest millions of small records per minute from devices all around the world. Each record is less than 4 KB in size and needs to be stored in a durable location where it can be retrieved with low latency. The data is ephemeral and the company is required to store the data for 120 days only, after which the data can be deleted.The solutions architect calculates that, during the course of a year, the storage requirements would be about 10-15 TB.Which storage strategy is the MOST cost-effective and meets the design requirements?
A. Design the application to store each incoming record as a single
B. Design the application to store each incoming record in an Amazon DynamoDB table properly configured for the scale
C. Design the application to store each incoming record in a single table in an Amazon RDS MySQL database
D. Design the application to batch incoming records before writing them to an Amazon S3 bucket
View answer
Correct Answer: B
Question #106
A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.Which set of steps should the solutions architect take to meet these requirements?
A. Open the AWS CloudTrail console
B. Open the Amazon CloudWatch console
C. Open the AWS CloudTrail console
D. Open the Amazon CloudWatch console
View answer
Correct Answer: B
Question #107
A company has a multi-tier web application that runs on a fleet of Amazon EC2 instances behind an Application Load Balancer (ALB). The instances are in an Auto Scaling group. The ALB and the Auto Scaling group are replicated in a backup AWS Region. The minimum value and the maximum value for the Auto Scaling group are set to zero. An Amazon RDS Multi-AZ DB instance stores the application’s data. The DB instance has a read replica in the backup Region. The application presents an endpoint to end users by using an Amazon Route 53 record.The company needs to reduce its RTO to less than 15 minutes by giving the application the ability to automatically fail over to the backup Region. The company does not have a large enough budget for an active-active strategy.What should a solutions architect recommend to meet these requirements?
A. Reconfigure the application’s Route 53 record with a latency-based routing policy that load balances traffic between the two ALBs
B. Create an AWS Lambda function in the backup Region to promote the read replica and modify the Auto Scaling group values
C. Configure the Auto Scaling group in the backup Region to have the same values as the Auto Scaling group in the primary Region
D. Configure an endpoint in AWS Global Accelerator with the two ALBs as equal weighted targets
View answer
Correct Answer: B
Question #108
A company is in the process of implementing AWS Organizations to constrain its developers to use only Amazon EC2, Amazon S3, and Amazon DynamoDB. The developers account resides in a dedicated organizational unit (OU). The solutions architect has implemented the following SCP on the developers account:When this policy is deployed, IAM users in the developers account are still able to use AWS services that are not listed in the policy.What should the solutions architect do to eliminate the developers’ ability to use services outside the scope of this policy?
A. Create an explicit deny statement for each AWS service that should be constrained
B. Remove the FullAWSAccess SCP from the developers account’s OU
C. Modify the FullAWSAccess SCP to explicitly deny all services
D. Add an explicit deny statement using a wildcard to the end of the SCP
View answer
Correct Answer: B
Question #109
A company used Amazon EC2 instances to deploy a web fleet to host a blog site. The EC2 instances are behind an Application Load Balancer (ALB) and are configured in an Auto Scaling group. The web application stores all blog content on an Amazon EFS volume.The company recently added a feature for bloggers to add video to their posts, attracting 10 times the previous user traffic. At peak times of day, users report buffering and timeout issues while attempting to reach the site or watch videos.Which is the MOST cost-efficient and scalable deployment that will resolve the issues for users?
A. Reconfigure Amazon EFS to enable maximum I/O
B. Update the blog site to use instance store volumes for storage
C. Configure an Amazon CloudFront distribution
D. Set up an Amazon CloudFront distribution for all site contents, and point the distribution at the ALB
View answer
Correct Answer: C
Question #110
A company has 50 AWS accounts that are members of an organization in AWS Organizations. Each account contains multiple VPCs. The company wants to use AWS Transit Gateway to establish connectivity between the VPCs in each member account. Each time a new member account is created, the company wants to automate the process of creating a new VPC and a transit gateway attachment.Which combination of steps will meet these requirements? (Choose two.)
A. From the management account, share the transit gateway with member accounts by using AWS Resource Access Manager
B. From the management account, share the transit gateway with member accounts by using an AWS Organizations SCP
C. Launch an AWS CloudFormation stack set from the management account that automatically creates a new VPC and a VPC transit gateway attachment in a member account
D. Launch an AWS CloudFormation stack set from the management account that automatically creates a new VPC and a peering transit gateway attachment in a member account
E. From the management account, share the transit gateway with member accounts by using AWS Service Catalog
View answer
Correct Answer: AC
Question #111
A company recently completed the migration from an on-premises data center to the AWS Cloud by using a replatforming strategy. One of the migrated servers is running a legacy Simple Mail Transfer Protocol (SMTP) service that a critical application relies upon. The application sends outbound email messages to the company’s customers. The legacy SMTP server does not support TLS encryption and uses TCP port 25. The application can use SMTP only.The company decides to use Amazon Simple Email Service (Amazon SES) and to decommission the legacy SMTP server. The company has created and validated the SES domain. The company has lifted the SES limits.What should the company do to modify the application to send email messages from Amazon SES?
A. Configure the application to connect to Amazon SES by using TLS Wrapper
B. Configure the application to connect to Amazon SES by using STARTTLS
C. Configure the application to use the SES API to send email messages
D. Configure the application to use AWS SDKs to send email messages
View answer
Correct Answer: B
Question #112
A company is running a two-tier web-based application in an on-premises data center. The application layer consists of a single server running a stateful application. The application connects to a PostgreSQL database running on a separate server. The application’s user base is expected to grow significantly, so the company is migrating the application and database to AWS. The solution will use Amazon Aurora PostgreSQL, Amazon EC2 Auto Scaling, and Elastic Load Balancing.Which solution will provide a consistent user experience that will allow the application and database tiers to scale?
A. Enable Aurora Auto Scaling for Aurora Replicas
B. Enable Aurora Auto Scaling for Aurora writers
C. Enable Aurora Auto Scaling for Aurora Replicas
D. Enable Aurora Scaling for Aurora writers
View answer
Correct Answer: C
Question #113
A video processing company wants to build a machine learning (ML) model by using 600 TB of compressed data that is stored as thousands of files in the company's on-premises network attached storage system. The company does not have the necessary compute resources on premises for ML experiments and wants to use AWS.The company needs to complete the data transfer to AWS within 3 weeks. The data transfer will be a one-time transfer. The data must be encrypted in transit. The measured upload speed of the company's internet connection is 100 Mbps. and multiple departments share the connection.Which solution will meet these requirements MOST cost-effectively?
A. Order several AWS Snowball Edge Storage Optimized devices by using the AWS Management Console
B. Set up a 10 Gbps AWS Direct Connect connection between the company location and the nearest AWS Region
C. Create a VPN connection between the on-premises network attached storage and the nearest AWS Region
D. Deploy an AWS Storage Gateway file gateway on premises
View answer
Correct Answer: A
Question #114
A company is using Amazon OpenSearch Service to analyze data. The company loads data into an OpenSearch Service cluster with 10 data nodes from an Amazon S3 bucket that uses S3 Standard storage. The data resides in the cluster for 1 month for read-only analysis. After 1 month, the company deletes the index that contains the data from the cluster. For compliance purposes, the company must retain a copy of all input data.The company is concerned about ongoing costs and asks a solutions architect to recommend a new solution. Which solution will meet these requirements MOST cost-effectively?
A. Replace all the data nodes with UltraWarm nodes to handle the expected capacity
B. Reduce the number of data nodes in the cluster to 2 Add UltraWarm nodes to handle the expected capacity
C. Reduce the number of data nodes in the cluster to 2
D. Reduce the number of data nodes in the cluster to 2
View answer
Correct Answer: B
Question #115
A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.Which set of steps should the solutions architect take to meet these requirements?
A. Open the AWS CloudTrail console
B. Open the Amazon CloudWatch console
C. Open the AWS CloudTrail console
D. Open the Amazon CloudWatch console
View answer
Correct Answer: B
Question #116
A company is using AWS CloudFormation to deploy its infrastructure. The company is concerned that, if a production CloudFormation stack is deleted, important data stored in Amazon RDS databases or Amazon EBS volumes might also be deleted.How can the company prevent users from accidentally deleting data in this way?
A. Modify the CloudFormation templates to add a DeletionPolicy attribute to RDS and EBS resources
B. Configure a stack policy that disallows the deletion of RDS and EBS resources
C. Modify IAM policies lo deny deleting RDS and EBS resources that are tagged with an "aws:cloudformation:stack-name" tag
D. Use AWS Config rules to prevent deleting RDS and EBS resources
View answer
Correct Answer: A
Question #117
A company is hosting an image-processing service on AWS in a VPC. The VPC extends across two Availability Zones. Each Availability Zone contains one public subnet and one private subnet.The service runs on Amazon EC2 instances in the private subnets. An Application Load Balancer in the public subnets is in front of the service. The service needs to communicate with the internet and does so through two NAT gateways. The service uses Amazon S3 for image storage. The EC2 instances retrieve approximately 1 ТВ of data from an S3 bucket each day.The company has promoted the service as highly secure. A solutions architect must reduce cloud expenditures as much as possible without compromising the service’s security posture or increasing the time spent on ongoing operations.Which solution will meet these requirements?
A. Replace the NAT gateways with NAT instances
B. Move the EC2 instances to the public subnets
C. Set up an S3 gateway VPC endpoint in the VP Attach an endpoint policy to the endpoint to allow the required actions on the S3 bucket
D. Attach an Amazon Elastic File System (Amazon EFS) volume to the EC2 instances
View answer
Correct Answer: C
Question #118
A company has developed a web application. The company is hosting the application on a group of Amazon EC2 instances behind an Application Load Balancer. The company wants to improve the security posture of the application and plans to use AWS WAF web ACLs. The solution must not adversely affect legitimate traffic to the application.How should a solutions architect configure the web ACLs to meet these requirements?
A. Set the action of the web ACL rules to Count
B. Use only rate-based rules in the web ACLs, and set the throttle limit as high as possible
C. Set the action of the web ACL rules to Block
D. Use only custom rule groups in the web ACLs, and set the action to Allow
View answer
Correct Answer: A
Question #119
A company has an organization that has many AWS accounts in AWS Organizations. A solutions architect must improve how the company manages common security group rules for the AWS accounts in the organization.The company has a common set of IP CIDR ranges in an allow list in each AWS account to allow access to and from the company’s on-premises network. Developers within each account are responsible for adding new IP CIDR ranges to their security groups. The security team has its own AWS account. Currently, the security team notifies the owners of the other AWS accounts when changes are made to the allow list.The solutions architect must design a solution that distributes the common set of CIDR ranges across all accounts.Which solution meets these requirements with the LEAST amount of operational overhead?
A. Set up an Amazon Simple Notification Service (Amazon SNS) topic in the security team's AWS account
B. Create new customer-managed prefix lists in each AWS account within the organization
C. Create a new customer-managed prefix list in the security team’s AWS account
D. Create an IAM role in each account in the organization
View answer
Correct Answer: C
Question #120
A company is running an application on several Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer. The load on the application varies throughout the day, and EC2 instances are scaled in and out on a regular basis. Log files from the EC2 instances are copied to a central Amazon S3 bucket every 15 minutes. The security team discovers that log files are missing from some of the terminated EC2 instances.Which set of actions will ensure that log files are copied to the central S3 bucket from the terminated EC2 instances?
A. Create a script to copy log files to Amazon S3, and store the script in a file on the EC2 instance
B. Create an AWS Systems Manager document with a script to copy log files to Amazon S3
C. Change the log delivery rate to every 5 minutes
D. Create an AWS Systems Manager document with a script to copy log files to Amazon S3
View answer
Correct Answer: B
Question #121
A company has migrated Its forms-processing application to AWS. When users interact with the application, they upload scanned forms as files through a web application. A database stores user metadata and references to files that are stored in Amazon S3. The web application runs on Amazon EC2 instances and an Amazon RDS for PostgreSQL database.When forms are uploaded, the application sends notifications to a team through Amazon Simple Notification Service (Amazon SNS). A team member then logs in and processes each form. The team member performs data validation on the form and extracts relevant data before entering the information into another system that uses an API.A solutions architect needs to automate the manual processing of the forms. The solution must provide accurate form extraction. minimize time to market, and minimize tong-term operational overhead.Which solution will meet these requirements?
A. Develop custom libraries to perform optical character recognition (OCR) on the forms
B. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
C. Host a new application tier on EC2 instances
D. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
View answer
Correct Answer: D
Question #122
A company wants to migrate an application to Amazon EC2 from VMware Infrastructure that runs in an on-premises data center. A solutions architect must preserve the software and configuration settings during the migration.What should the solutions architect do to meet these requirements?
A. Configure the AWS DataSync agent to start replicating the data store to Amazon FSx for Windows File Server
B. Use the VMware vSphere client to export the application as an image in Open Virtualization Format (OVF) format
C. Configure AWS Storage Gateway for files service to export a Common Internet File System (CIFS) share
D. Create a managed-instance activation for a hybrid environment in AWS Systems Manager
View answer
Correct Answer: B
Question #123
A company is running a traditional web application on Amazon EC2 instances. The company needs to refactor the application as microservices that run on containers. Separate versions of the application exist in two distinct environments: production and testing. Load for the application is variable, but the minimum load and the maximum load are known. A solutions architect needs to design the updated application with a serverless architecture that minimizes operational complexity.Which solution will meet these requirements MOST cost-effectively?
A. Upload the container images to AWS Lambda as functions
B. Upload the container images to Amazon Elastic Container Registry (Amazon ECR)
C. Upload the container images to Amazon Elastic Container Registry (Amazon ECR)
D. Upload the container images to AWS Elastic Beanstalk
View answer
Correct Answer: B
Question #124
A company has developed a web application. The company is hosting the application on a group of Amazon EC2 instances behind an Application Load Balancer. The company wants to improve the security posture of the application and plans to use AWS WAF web ACLs. The solution must not adversely affect legitimate traffic to the application.How should a solutions architect configure the web ACLs to meet these requirements?
A. Set the action of the web ACL rules to Count
B. Use only rate-based rules in the web ACLs, and set the throttle limit as high as possible
C. Set the action of the web ACL rules to Block
D. Use only custom rule groups in the web ACLs, and set the action to Allow
View answer
Correct Answer: A
Question #125
A company plans to refactor a monolithic application into a modern application design deployed on AWS. The CI/CD pipeline needs to be upgraded to support the modern design for the application with the following requirements:-It should allow changes to be released several times every hour.-It should be able to roll back the changes as quickly as possible.Which design will meet these requirements?
A. Deploy a CI/CD pipeline that incorporates AMIs to contain the application and their configurations
B. Specify AWS Elastic Beanstalk to stage in a secondary environment as the deployment target for the CI/CD pipeline of the application
C. Use AWS Systems Manager to re-provision the infrastructure for each deployment
D. Roll out the application updates as part of an Auto Scaling event using prebuilt AMIs
View answer
Correct Answer: B
Question #126
An application is using an Amazon RDS for MySQL Multi-AZ DB instance in the us-east-1 Region. After a failover test, the application lost the connections to the database and could not re-establish the connections. After a restart of the application, the application re-established the connections.A solutions architect must implement a solution so that the application can re-establish connections to the database without requiring a restart.Which solution will meet these requirements?
A. Create an Amazon Aurora MySQL Serverless v1 DB instance
B. Create an RDS proxy
C. Create a two-node Amazon Aurora MySQL DB cluster
D. Create an Amazon S3 bucket
View answer
Correct Answer: B
Question #127
An enterprise company wants to allow its developers to purchase third-party software through AWS Marketplace. The company uses an AWS Organizations account structure with full features enabled, and has a shared services account in each organizational unit (OU) that will be used by procurement managers. The procurement team’s policy indicates that developers should be able to obtain third-party software from an approved list only and use Private Marketplace in AWS Marketplace to achieve this requirement. The procurement team wants administration of Private Marketplace to be restricted to a role named procurement-manager-role, which could be assumed by procurement managers. Other IAM users, groups, roles, and account administrators in the company should be denied Private Marketplace administrative access.What is the MOST efficient way to design an architecture to meet these requirements?
A. Create an IAM role named procurement-manager-role in all AWS accounts in the organization
B. Create an IAM role named procurement-manager-role in all AWS accounts in the organization
C. Create an IAM role named procurement-manager-role in all the shared services accounts in the organization
D. Create an IAM role named procurement-manager-role in all AWS accounts that will be used by developers
View answer
Correct Answer: C
Question #128
A company has an organization that has many AWS accounts in AWS Organizations. A solutions architect must improve how the company manages common security group rules for the AWS accounts in the organization.The company has a common set of IP CIDR ranges in an allow list in each AWS account to allow access to and from the company’s on-premises network. Developers within each account are responsible for adding new IP CIDR ranges to their security groups. The security team has its own AWS account. Currently, the security team notifies the owners of the other AWS accounts when changes are made to the allow list.The solutions architect must design a solution that distributes the common set of CIDR ranges across all accounts.Which solution meets these requirements with the LEAST amount of operational overhead?
A. Set up an Amazon Simple Notification Service (Amazon SNS) topic in the security team's AWS account
B. Create new customer-managed prefix lists in each AWS account within the organization
C. Create a new customer-managed prefix list in the security team’s AWS account
D. Create an IAM role in each account in the organization
View answer
Correct Answer: C
Question #129
A company has migrated Its forms-processing application to AWS. When users interact with the application, they upload scanned forms as files through a web application. A database stores user metadata and references to files that are stored in Amazon S3. The web application runs on Amazon EC2 instances and an Amazon RDS for PostgreSQL database.When forms are uploaded, the application sends notifications to a team through Amazon Simple Notification Service (Amazon SNS). A team member then logs in and processes each form. The team member performs data validation on the form and extracts relevant data before entering the information into another system that uses an API.A solutions architect needs to automate the manual processing of the forms. The solution must provide accurate form extraction. minimize time to market, and minimize tong-term operational overhead.Which solution will meet these requirements?
A. Develop custom libraries to perform optical character recognition (OCR) on the forms
B. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
C. Host a new application tier on EC2 instances
D. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
View answer
Correct Answer: D
Question #130
A company has migrated Its forms-processing application to AWS. When users interact with the application, they upload scanned forms as files through a web application. A database stores user metadata and references to files that are stored in Amazon S3. The web application runs on Amazon EC2 instances and an Amazon RDS for PostgreSQL database.When forms are uploaded, the application sends notifications to a team through Amazon Simple Notification Service (Amazon SNS). A team member then logs in and processes each form. The team member performs data validation on the form and extracts relevant data before entering the information into another system that uses an API.A solutions architect needs to automate the manual processing of the forms. The solution must provide accurate form extraction. minimize time to market, and minimize tong-term operational overhead.Which solution will meet these requirements?
A. Develop custom libraries to perform optical character recognition (OCR) on the forms
B. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
C. Host a new application tier on EC2 instances
D. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
View answer
Correct Answer: D
Question #131
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #132
A video processing company has an application that downloads images from an Amazon S3 bucket, processes the images, stores a transformed image in a second S3 bucket, and updates metadata about the image in an Amazon DynamoDB table. The application is written in Node.js and runs by using an AWS Lambda function. The Lambda function is invoked when a new image is uploaded to Amazon S3.The application ran without incident for a while. However, the size of the images has grown significantly. The Lambda function is now failing frequently with timeout errors. The function timeout is set to its maximum value. A solutions architect needs to refactor the application’s architecture to prevent invocation failures. The company does not want to manage the underlying infrastructure.Which combination of steps should the solutions architect take to meet these requirements? (Choose two.)
A. Modify the application deployment by building a Docker image that contains the application code
B. Create a new Amazon Elastic Container Service (Amazon ECS) task definition with a compatibility type of AWS Fargate
C. Create an AWS Step Functions state machine with a Parallel state to invoke the Lambda function
D. Create a new Amazon Elastic Container Service (Amazon ECS) task definition with a compatibility type of Amazon EC2
E. Modify the application to store images on Amazon Elastic File System (Amazon EFS) and to store metadata on an Amazon RDS DB instance
View answer
Correct Answer: AB
Question #133
A company is planning to store a large number of archived documents and make the documents available to employees through the corporate intranet. Employees will access the system by connecting through a client VPN service that is attached to a VPC. The data must not be accessible to the public.The documents that the company is storing are copies of data that is held on physical media elsewhere. The number of requests will be low. Availability and speed of retrieval are not concerns of the company.Which solution will meet these requirements at the LOWEST cost?
A. Create an Amazon S3 bucket
B. Launch an Amazon EC2 instance that runs a web server
C. Launch an Amazon EC2 instance that runs a web server Attach an Amazon Elastic Block Store (Amazon EBS) volume to store the archived data
D. Create an Amazon S3 bucket
View answer
Correct Answer: A
Question #134
A solutions architect needs to advise a company on how to migrate its on-premises data processing application to the AWS Cloud. Currently, users upload input files through a web portal. The web server then stores the uploaded files on NAS and messages the processing server over a message queue. Each media file can take up to 1 hour to process. The company has determined that the number of media files awaiting processing is significantly higher during business hours, with the number of files rapidly declining after business hours.What is the MOST cost-effective migration recommendation?
A. Create a queue using Amazon SQS
B. Create a queue using Amazon MQ
C. Create a queue using Amazon MQ
D. Create a queue using Amazon SQS
View answer
Correct Answer: D
Question #135
A finance company hosts a data lake in Amazon S3. The company receives financial data records over SFTP each night from several third parties. The company runs its own SFTP server on an Amazon EC2 instance in a public subnet of a VPC. After the files are uploaded, they are moved to the data lake by a cron job that runs on the same instance. The SFTP server is reachable on DNS sftp.example.com through the use of Amazon Route 53.What should a solutions architect do to improve the reliability and scalability of the SFTP solution?
A. Move the EC2 instance into an Auto Scaling group
B. Migrate the SFTP server to AWS Transfer for SFTP
C. Migrate the SFTP server to a file gateway in AWS Storage Gateway
D. Place the EC2 instance behind a Network Load Balancer (NLB)
View answer
Correct Answer: B
Question #136
A company needs to implement a patching process for its servers. The on-premises servers and Amazon EC2 instances use a variety of tools to perform patching. Management requires a single report showing the patch status of all the servers and instances.Which set of actions should a solutions architect take to meet these requirements?
A. Use AWS Systems Manager to manage patches on the on-premises servers and EC2 instances
B. Use AWS OpsWorks to manage patches on the on-premises servers and EC2 instances
C. Use an Amazon EventBridge rule to apply patches by scheduling an AWS Systems Manager patch remediation job
D. Use AWS OpsWorks to manage patches on the on-premises servers and EC2 instances
View answer
Correct Answer: A
Question #137
A company is storing data on premises on a Windows file server. The company produces 5 GB of new data daily.The company migrated part of its Windows-based workload to AWS and needs the data to be available on a file system in the cloud. The company already has established an AWS Direct Connect connection between the on-premises network and AWS.Which data migration strategy should the company use?
A. Use the file gateway option in AWS Storage Gateway to replace the existing Windows file server, and point the existing file share to the new file gateway
B. Use AWS DataSync to schedule a daily task to replicate data between the on-premises Windows file server and Amazon FSx
C. Use AWS Data Pipeline to schedule a daily task to replicate data between the on-premises Windows file server and Amazon Elastic File System (Amazon EFS)
D. Use AWS DataSync to schedule a daily task to replicate data between the on-premises Windows file server and Amazon Elastic File System (Amazon EFS)
View answer
Correct Answer: B
Question #138
A video processing company wants to build a machine learning (ML) model by using 600 TB of compressed data that is stored as thousands of files in the company's on-premises network attached storage system. The company does not have the necessary compute resources on premises for ML experiments and wants to use AWS.The company needs to complete the data transfer to AWS within 3 weeks. The data transfer will be a one-time transfer. The data must be encrypted in transit. The measured upload speed of the company's internet connection is 100 Mbps. and multiple departments share the connection.Which solution will meet these requirements MOST cost-effectively?
A. Order several AWS Snowball Edge Storage Optimized devices by using the AWS Management Console
B. Set up a 10 Gbps AWS Direct Connect connection between the company location and the nearest AWS Region
C. Create a VPN connection between the on-premises network attached storage and the nearest AWS Region
D. Deploy an AWS Storage Gateway file gateway on premises
View answer
Correct Answer: A
Question #139
A company is running a web application in the AWS Cloud. The application consists of dynamic content that is created on a set of Amazon EC2 instances. The EC2 instances run in an Auto Scaling group that is configured as a target group for an Application Load Balancer (ALB).The company is using an Amazon CloudFront distribution to distribute the application globally. The CloudFront distribution uses the ALB as an origin. The company uses Amazon Route 53 for DNS and has created an A record of www.example.com for the CloudFront distribution.A solutions architect must configure the application so that itis highly available and fault tolerant.Which solution meets these requirements?
A. Provision a full, secondary application deployment in a different AWS Region
B. Provision an ALB, an Auto Scaling group, and EC2 instances in a different AWS Region
C. Provision an Auto Scaling group and EC2 instances in a different AWS Region
D. Provision a full, secondary application deployment in a different AWS Region
View answer
Correct Answer: B
Question #140
A company is running a two - tier web - based application in an on - premises data center. The application layer consists of a single server running a stateful application. The application connects to a PostgreSQL database running on a separate server. The application’s user base is expected to grow significantly, so the company is migrating the application and database to AWS. The solution will use Amazon Aurora PostgreSQL, Amazon EC2 Auto Scaling, and Elastic Load Balancing. Which solution will provide a consistent user experience that will allow the application and database tiers to scale?
A. Enable Aurora Auto Scaling for Aurora Replicas
B. Enable Aurora Auto Scaling for Aurora writers
C. Enable Aurora Auto Scaling for Aurora Replicas
D. Enable Aurora Scaling for Aurora writers
View answer
Correct Answer: C
Question #141
A company needs to architect a hybrid DNS solution. This solution will use an Amazon Route 53 private hosted zone for the domain cloud.example.com for the resources stored within VPCs.The company has the following DNS resolution requirements:-On-premises systems should be able to resolve and connect to cloud.example.com.-All VPCs should be able to resolve cloud.example.com.There is already an AWS Direct Connect connection between the on-premises corporate network and AWS Transit Gateway.Which architecture should the company use to meet these requirements with the HIGHEST performance?
A. Associate the private hosted zone to all the VPCs
B. Associate the private hosted zone to all the VPCs
C. Associate the private hosted zone to the shared services VP Create a Route 53 outbound resolver in the shared services VP Attach all VPCs to the transit gateway and create forwarding rules in the on-premises DNS server for cloud
D. Associate the private hosted zone to the shared services VPC
View answer
Correct Answer: A
Question #142
An adventure company has launched a new feature on its mobile app. Users can use the feature to upload their hiking and rafting photos and videos anytime. The photos and videos are stored in Amazon S3 Standard storage in an S3 bucket and are served through Amazon CloudFront.The company needs to optimize the cost of the storage. A solutions architect discovers that most of the uploaded photos and videos are accessed infrequently after 30 days. However, some of the uploaded photos and videos are accessed frequently after 30 days. The solutions architect needs to implement a solution that maintains millisecond retrieval availability of the photos and videos at the lowest possible cost.Which solution will meet these requirements?
A. Configure S3 Intelligent-Tiering on the S3 bucket
B. Configure an S3 Lifecycle policy to transition image objects and video objects from S3 Standard to S3 Glacier Deep Archive after 30 days
C. Replace Amazon S3 with an Amazon Elastic File System (Amazon EFS) file system that is mounted on Amazon EC2 instances
D. Add a Cache-Control: max-age header to the S3 image objects and S3 video objects
View answer
Correct Answer: A
Question #143
A company hosts a Git repository in an on-premises data center. The company uses webhooks to invoke functionality that runs in the AWS Cloud. The company hosts the webhook logic on a set of Amazon EC2 instances in an Auto Scaling group that the company set as a target for an Application Load Balancer (ALB). The Git server calls the ALB for the configured webhooks. The company wants to move the solution to a serverless architecture.Which solution will meet these requirements with the LEAST operational overhead?
A. or each webhook, create and configure an AWS Lambda function URL
B. reate an Amazon API Gateway HTTP API
C. eploy the webhook logic to AWS App Runner
D. ontainerize the webhook logic
View answer
Correct Answer: B
Question #144
A startup company hosts a fleet of Amazon EC2 instances in private subnets using the latest Amazon Linux 2 AMI. The company’s engineers rely heavily on SSH access to the instances for troubleshooting.The company’s existing architecture includes the following:-A VPC with private and public subnets, and a NAT gateway.-Site-to-Site VPN for connectivity with the on-premises environment.-EC2 security groups with direct SSH access from the on-premises environment.The company needs to increase security controls around SSH access and provide auditing of commands run by the engineers.Which strategy should a solutions architect use?
A. Install and configure EC2 Instance Connect on the fleet of EC2 instances
B. Update the EC2 security groups to only allow inbound TCP on port 22 to the IP addresses of the engineer’s devices
C. Update the EC2 security groups to only allow inbound TCP on port 22 to the IP addresses of the engineer’s devices
D. Create an IAM role with the AmazonSSMManagedInstanceCore managed policy attached
View answer
Correct Answer: D
Question #145
A team collects and routes behavioral data for an entire company.
A. Enable VPC Flow Logs
B. Add an interface VPC endpoint for Kinesis Data Streams to the VPC
C. Enable VPC Flow Logs and Amazon Detective Review Detective findings for traffic that is not related to Kinesis Data Streams Configure security groups to block that traffic
D. Add an interface VPC endpoint for Kinesis Data Streams to the VPC
View answer
Correct Answer: D
Question #146
A company has migrated Its forms-processing application to AWS. When users interact with the application, they upload scanned forms as files through a web application. A database stores user metadata and references to files that are stored in Amazon S3. The web application runs on Amazon EC2 instances and an Amazon RDS for PostgreSQL database.When forms are uploaded, the application sends notifications to a team through Amazon Simple Notification Service (Amazon SNS). A team member then logs in and processes each form. The team member performs data validation on the form and extracts relevant data before entering the information into another system that uses an API.A solutions architect needs to automate the manual processing of the forms. The solution must provide accurate form extraction. minimize time to market, and minimize tong-term operational overhead.Which solution will meet these requirements?
A. Develop custom libraries to perform optical character recognition (OCR) on the forms
B. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
C. Host a new application tier on EC2 instances
D. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
View answer
Correct Answer: D
Question #147
A company has created an OU in AWS Organizations for each of its engineering teams. Each OU owns multiple AWS accounts. The organization has hundreds of AWS accounts.A solutions architect must design a solution so that each OU can view a breakdown of usage costs across its AWS accounts.Which solution meets these requirements?
A. Create an AWS Cost and Usage Report (CUR) for each OU by using AWS Resource Access Manager
B. Create an AWS Cost and Usage Report (CUR) from the AWS Organizations management account
C. Create an AWS Cost and Usage Report (CUR) in each AWS Organizations member account
D. Create an AWS Cost and Usage Report (CUR) by using AWS Systems Manager
View answer
Correct Answer: B
Question #148
A company hosts a Git repository in an on-premises data center. The company uses webhooks to invoke functionality that runs in the AWS Cloud. The company hosts the webhook logic on a set of Amazon EC2 instances in an Auto Scaling group that the company set as a target for an Application Load Balancer (ALB). The Git server calls the ALB for the configured webhooks. The company wants to move the solution to a serverless architecture.Which solution will meet these requirements with the LEAST operational overhead?
A. For each webhook, create and configure an AWS Lambda function URL
B. Create an Amazon API Gateway HTTP API
C. Deploy the webhook logic to AWS App Runner
D. Containerize the webhook logic
View answer
Correct Answer: B
Question #149
A video processing company wants to build a machine learning (ML) model by using 600 TB of compressed data that is stored as thousands of files in the company's on-premises network attached storage system. The company does not have the necessary compute resources on premises for ML experiments and wants to use AWS.The company needs to complete the data transfer to AWS within 3 weeks. The data transfer will be a one-time transfer. The data must be encrypted in transit. The measured upload speed of the company's internet connection is 100 Mbps. and multiple departments share the connection.Which solution will meet these requirements MOST cost-effectively?
A. Order several AWS Snowball Edge Storage Optimized devices by using the AWS Management Console
B. Set up a 10 Gbps AWS Direct Connect connection between the company location and the nearest AWS Region
C. Create a VPN connection between the on-premises network attached storage and the nearest AWS Region
D. Deploy an AWS Storage Gateway file gateway on premises
View answer
Correct Answer: A
Question #150
A company’s solutions architect is reviewing a web application that runs on AWS. The application references static assets in an Amazon S3 bucket in the us-east-1 Region. The company needs resiliency across multiple AWS Regions. The company already has created an S3 bucket in a second Region.Which solution will meet these requirements with the LEAST operational overhead?
A. Configure the application to write each object to both S3 buckets
B. Create an AWS Lambda function to copy objects from the S3 bucket in us-east-1 to the S3 bucket in the second Region
C. Configure replication on the S3 bucket in us-east-1 to replicate objects to the S3 bucket in the second Region
D. Configure replication on the S3 bucket in us-east-1 to replicate objects to the S3 bucket in the second Region
View answer
Correct Answer: C
Question #151
A company is implementing a CI/CD pipeline for containerized applications by using Amazon ECR. The company needs a solution that provides automated vulnerability scanning of all container images and the ability to prioritize remediation based on actual deployment status. The solution must scan repositories for operating system and programming language vulnerabilities. The solution must provide continuous monitoring as new Common Vulnerabilities and Exposures (CVEs) are discovered and integrate the findings into the company's existing event-driven workflow.Which solution will meet these requirements with the LEAST operational overhead?
A. urn on Amazon ECR basic scanning and enhanced scanning
B. reate AWS Lambda functions that are invoked by ECR image push events
C. urn on Amazon ECR basic scanning
D. urn on Amazon ECR enhanced scanning
View answer
Correct Answer: D
Question #152
A company has 50 AWS accounts that are members of an organization in AWS Organizations. Each account contains multiple VPCs. The company wants to use AWS Transit Gateway to establish connectivity between the VPCs in each member account. Each time a new member account is created, the company wants to automate the process of creating a new VPC and a transit gateway attachment.Which combination of steps will meet these requirements? (Choose two.)
A. From the management account, share the transit gateway with member accounts by using AWS Resource Access Manager
B. From the management account, share the transit gateway with member accounts by using an AWS Organizations SCP
C. Launch an AWS CloudFormation stack set from the management account that automatically creates a new VPC and a VPC transit gateway attachment in a member account
D. Launch an AWS CloudFormation stack set from the management account that automatically creates a new VPC and a peering transit gateway attachment in a member account
E. From the management account, share the transit gateway with member accounts by using AWS Service Catalog
View answer
Correct Answer: AC
Question #153
A retail company is operating its ecommerce application on AWS. The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The company uses an Amazon RDS DB instance as the database backend. Amazon CloudFront is configured with one origin that points to the ALB. Static content is cached. Amazon Route 53 is used to host all public zones.After an update of the application, the ALB occasionally returns a 502 status code (Bad Gateway) error. The root cause is malformed HTTP headers that are returned to the ALB. The webpage returns successfully when a solutions architect reloads the webpage immediately after the error occurs.While the company is working on the problem, the solutions architect needs to provide a custom error page instead of the standard ALB error page to visitors.Which combination of steps will meet this requirement with the LEAST amount of operational overhead? (Choose two.)
A. Create an Amazon S3 bucket
B. Create an Amazon CloudWatch alarm to invoke an AWS Lambda function if the ALB health check response Target
C. Modify the existing Amazon Route 53 records by adding health checks
D. Create an Amazon CloudWatch alarm to invoke an AWS Lambda function if the ALB health check response Elb
E. Add a custom error response by configuring a CloudFront custom error page
View answer
Correct Answer: AE
Question #154
A company is in the process of implementing AWS Organizations to constrain its developers to use only Amazon EC2, Amazon S3, and Amazon DynamoDB. The developers account resides in a dedicated organizational unit (OU). The solutions architect has implemented the following SCP on the developers account:When this policy is deployed, IAM users in the developers account are still able to use AWS services that are not listed in the policy.What should the solutions architect do to eliminate the developers’ ability to use services outside the scope of this policy?
A. Create an explicit deny statement for each AWS service that should be constrained
B. Remove the FullAWSAccess SCP from the developers account’s OU
C. Modify the FullAWSAccess SCP to explicitly deny all services
D. Add an explicit deny statement using a wildcard to the end of the SCP
View answer
Correct Answer: B
Question #155
A company is storing data on premises on a Windows file server. The company produces 5 GB of new data daily.The company migrated part of its Windows-based workload to AWS and needs the data to be available on a file system in the cloud. The company already has established an AWS Direct Connect connection between the on-premises network and AWS.Which data migration strategy should the company use?
A. Use the file gateway option in AWS Storage Gateway to replace the existing Windows file server, and point the existing file share to the new file gateway
B. Use AWS DataSync to schedule a daily task to replicate data between the on-premises Windows file server and Amazon FSx
C. Use AWS Data Pipeline to schedule a daily task to replicate data between the on-premises Windows file server and Amazon Elastic File System (Amazon EFS)
D. Use AWS DataSync to schedule a daily task to replicate data between the on-premises Windows file server and Amazon Elastic File System (Amazon EFS)
View answer
Correct Answer: B
Question #156
A company has a web application that allows users to upload short videos. The videos are stored on Amazon EBS volumes and analyzed by custom recognition software for categorization.The website contains static content that has variable traffic with peaks in certain months. The architecture consists of Amazon EC2 instances running in an Auto Scaling group for the web application and EC2 instances running in an Auto Scaling group to process an Amazon SQS queue. The company wants to re-architect the application to reduce operational overhead using AWS managed services where possible and remove dependencies on third-party software.Which solution meets these requirements?
A. Use Amazon ECS containers for the web application and Spot instances for the Auto Scaling group that processes the SQS queue
B. Store the uploaded videos in Amazon EFS and mount the file system to the EC2 instances for the web application
C. Host the web application in Amazon S3
D. Use AWS Elastic Beanstalk to launch EC2 instances in an Auto Scaling group for the web application and launch a worker environment to process the SQS queue
View answer
Correct Answer: C
Question #157
A company uses a service to collect metadata from applications that the company hosts on premises. Consumer devices such as TVs and internet radios access the applications. Many older devices do not support certain HTTP headers and exhibit errors when these headers are present in responses. The company has configured an on-premises load balancer to remove the unsupported headers from responses sent to older devices, which the company identified by the User-Agent headers.The company wants to migrate the service to AWS, adopt serverless technologies, and retain the ability to support the older devices. The company has already migrated the applications into a set of AWS Lambda functions.Which solution will meet these requirements?
A. Create an Amazon CloudFront distribution for the metadata service
B. Create an Amazon API Gateway REST API for the metadata service
C. Create an Amazon API Gateway HTTP API for the metadata service
D. Create an Amazon CloudFront distribution for the metadata service
View answer
Correct Answer: B
Question #158
A company is building a solution in the AWS Cloud. Thousands or devices will connect to the solution and send data. Each device needs to be able to send and receive data in real time over the MQTT protocol. Each device must authenticate by using a unique X.509 certificate.Which solution will meet these requirements with the LEAST operational overhead?
A. Set up AWS IoT Core
B. Create a Network Load Balancer (NLB) and configure it with an AWS Lambda authorizer
C. Set up AWS IoT Core
D. Set up an Amazon API Gateway HTTP API and a Network Load Balancer (NLB)
View answer
Correct Answer: C
Question #159
A company is refactoring its on-premises order-processing platform in the AWS Cloud. The platform includes a web front end that is hosted on a fleet of VMs, RabbitMQ to connect the front end to the backend, and a Kubernetes cluster to run a containerized backend system to process the orders. The company does not want to make any major changes to the application.Which solution will meet these requirements with the LEAST operational overhead?
A. Create an AMI of the web server VM
B. Create a custom AWS Lambda runtime to mimic the web server environment
C. Create an AMI of the web server VM
D. Create an AMI of the web server VM
View answer
Correct Answer: A
Question #160
A company has 10 accounts that are part of an organization in AWS Organizations. AWS Config is configured in each account. All accounts belong to either the Prod OU or the NonProd OU.The company has set up an Amazon EventBridge rule in each AWS account to notify an Amazon Simple Notification Service (Amazon SNS) topic when an Amazon EC2 security group inbound rule is created with 0.0.0.0/0 as the source. The company’s security team is subscribed to the SNS topic.For all accounts in the NonProd OU, the security team needs to remove the ability to create a security group inbound rule that includes 0.0.0.0/0 as the source.Which solution will meet this requirement with the LEAST operational overhead?
A. Modify the EventBridge rule to invoke an AWS Lambda function to remove the security group inbound rule and to publish to the SNS topic
B. Add the vpc-sg-open-only-to-authorized-ports AWS Config managed rule to the NonProd OU
C. Configure an SCP to allow the ec2:AuthorizeSecurityGroupIngress action when the value of the aws:SourceIp condition key is not 0
D. Configure an SCP to deny the ec2:AuthorizeSecurityGroupIngress action when the value of the aws:SourceIp condition key is 0
View answer
Correct Answer: C
Question #161
A company is refactoring its on-premises order-processing platform in the AWS Cloud. The platform includes a web front end that is hosted on a fleet of VMs, RabbitMQ to connect the front end to the backend, and a Kubernetes cluster to run a containerized backend system to process the orders. The company does not want to make any major changes to the application.Which solution will meet these requirements with the LEAST operational overhead?
A. Create an AMI of the web server VM
B. Create a custom AWS Lambda runtime to mimic the web server environment
C. Create an AMI of the web server VM
D. Create an AMI of the web server VM
View answer
Correct Answer: A
Question #162
A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.Which set of steps should the solutions architect take to meet these requirements?
A. Open the AWS CloudTrail console
B. Open the Amazon CloudWatch console
C. Open the AWS CloudTrail console
D. Open the Amazon CloudWatch console
View answer
Correct Answer: B
Question #163
A company has developed a web application. The company is hosting the application on a group of Amazon EC2 instances behind an Application Load Balancer. The company wants to improve the security posture of the application and plans to use AWS WAF web ACLs. The solution must not adversely affect legitimate traffic to the application.How should a solutions architect configure the web ACLs to meet these requirements?
A. Set the action of the web ACL rules to Count
B. Use only rate-based rules in the web ACLs, and set the throttle limit as high as possible
C. Set the action of the web ACL rules to Block
D. Use only custom rule groups in the web ACLs, and set the action to Allow
View answer
Correct Answer: A
Question #164
A health insurance company stores personally identifiable information (PII) in an Amazon S3 bucket. The company uses server-side encryption with S3 managed encryption keys (SSE-S3) to encrypt the objects. According to a new requirement, all current and future objects in the S3 bucket must be encrypted by keys that the company’s security team manages. The S3 bucket does not have versioning enabled.Which solution will meet these requirements?
A. In the S3 bucket properties, change the default encryption to SSE-S3 with a customer managed key
B. In the S3 bucket properties, change the default encryption to server-side encryption with AWS KMS managed encryption keys (SSE-KMS)
C. In the S3 bucket properties, change the default encryption to server-side encryption with AWS KMS managed encryption keys (SSE-KMS)
D. In the S3 bucket properties, change the default encryption to AES-256 with a customer managed key
View answer
Correct Answer: B
Question #165
A company has created an OU in AWS Organizations for each of its engineering teams. Each OU owns multiple AWS accounts. The organization has hundreds of AWS accounts.A solutions architect must design a solution so that each OU can view a breakdown of usage costs across its AWS accounts.Which solution meets these requirements?
A. reate an AWS Cost and Usage Report (CUR) for each OU by using AWS Resource Access Manager
B. reate an AWS Cost and Usage Report (CUR) from the AWS Organizations management account
C. reate an AWS Cost and Usage Report (CUR) in each AWS Organizations member account
D. reate an AWS Cost and Usage Report (CUR) by using AWS Systems Manager
View answer
Correct Answer: B
Question #166
A company has developed a web application. The company is hosting the application on a group of Amazon EC2 instances behind an Application Load Balancer. The company wants to improve the security posture of the application and plans to use AWS WAF web ACLs. The solution must not adversely affect legitimate traffic to the application.How should a solutions architect configure the web ACLs to meet these requirements?
A. Set the action of the web ACL rules to Count
B. Use only rate-based rules in the web ACLs, and set the throttle limit as high as possible
C. Set the action of the web ACL rules to Block
D. Use only custom rule groups in the web ACLs, and set the action to Allow
View answer
Correct Answer: A
Question #167
A solutions architect needs to advise a company on how to migrate its on-premises data processing application to the AWS Cloud. Currently, users upload input files through a web portal. The web server then stores the uploaded files on NAS and messages the processing server over a message queue. Each media file can take up to 1 hour to process. The company has determined that the number of media files awaiting processing is significantly higher during business hours, with the number of files rapidly declining after business hours.What is the MOST cost-effective migration recommendation?
A. reate a queue using Amazon SQS
B. reate a queue using Amazon MQ
C. reate a queue using Amazon MQ
D. reate a queue using Amazon SQS
View answer
Correct Answer: D
Question #168
A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).What is the MOST operationally efficient solution that meets these requirements?
A. Turn on SSE-S3 on both S3 buckets
B. Create an AWS Key Management Service (AWS KMS) key in each account
C. Turn on SSE-S3 on both S3 buckets
D. Create an AWS Key Management Service, (AWS KMS) key in each account
View answer
Correct Answer: A
Question #169
A finance company hosts a data lake in Amazon S3. The company receives financial data records over SFTP each night from several third parties. The company runs its own SFTP server on an Amazon EC2 instance in a public subnet of a VPC. After the files are uploaded, they are moved to the data lake by a cron job that runs on the same instance. The SFTP server is reachable on DNS sftp.example.com through the use of Amazon Route 53.What should a solutions architect do to improve the reliability and scalability of the SFTP solution?
A. Move the EC2 instance into an Auto Scaling group
B. Migrate the SFTP server to AWS Transfer for SFTP
C. Migrate the SFTP server to a file gateway in AWS Storage Gateway
D. Place the EC2 instance behind a Network Load Balancer (NLB)
View answer
Correct Answer: B
Question #170
A company has migrated Its forms-processing application to AWS. When users interact with the application, they upload scanned forms as files through a web application. A database stores user metadata and references to files that are stored in Amazon S3. The web application runs on Amazon EC2 instances and an Amazon RDS for PostgreSQL database.When forms are uploaded, the application sends notifications to a team through Amazon Simple Notification Service (Amazon SNS). A team member then logs in and processes each form. The team member performs data validation on the form and extracts relevant data before entering the information into another system that uses an API.A solutions architect needs to automate the manual processing of the forms. The solution must provide accurate form extraction. minimize time to market, and minimize tong-term operational overhead.Which solution will meet these requirements?
A. Develop custom libraries to perform optical character recognition (OCR) on the forms
B. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
C. Host a new application tier on EC2 instances
D. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
View answer
Correct Answer: D
Question #171
A company is hosting a monolithic REST-based API for a mobile app on five Amazon EC2 instances in public subnets of a VPC. Mobile clients connect to the API by using a domain name that is hosted on Amazon Route 53. The company has created a Route 53 multivalue answer routing policy with the IP addresses of all the EC2 instances. Recently, the app has been overwhelmed by large and sudden increases to traffic. The app has not been able to keep up with the traffic.A solutions architect needs to implement a solution so that the app can handle the new and varying load.Which solution will meet these requirements with the LEAST operational overhead?
A. eparate the API into individual AWS Lambda functions
B. ontainerize the API logic
C. reate an Auto Scaling group
D. reate an Application Load Balancer (ALB) in front of the API
View answer
Correct Answer: D
Question #172
A retail company is hosting an ecommerce website on AWS across multiple AWS Regions. The company wants the website to be operational at all times for online purchases. The website stores data in an Amazon RDS for MySQL DB instance.Which solution will provide the HIGHEST availability for the database?
A. Configure automated backups on Amazon RDS
B. Configure global tables and read replicas on Amazon RDS
C. Configure global tables and automated backups on Amazon RDS
D. Configure read replicas on Amazon RDS
View answer
Correct Answer: D
Question #173
A company is running a traditional web application on Amazon EC2 instances. The company needs to refactor the application as microservices that run on containers. Separate versions of the application exist in two distinct environments: production and testing. Load for the application is variable, but the minimum load and the maximum load are known. A solutions architect needs to design the updated application with a serverless architecture that minimizes operational complexity.Which solution will meet these requirements MOST cost-effectively?
A. Upload the container images to AWS Lambda as functions
B. Upload the container images to Amazon Elastic Container Registry (Amazon ECR)
C. Upload the container images to Amazon Elastic Container Registry (Amazon ECR)
D. Upload the container images to AWS Elastic Beanstalk
View answer
Correct Answer: B
Question #174
A company has developed a web application. The company is hosting the application on a group of Amazon EC2 instances behind an Application Load Balancer. The company wants to improve the security posture of the application and plans to use AWS WAF web ACLs. The solution must not adversely affect legitimate traffic to the application.How should a solutions architect configure the web ACLs to meet these requirements?
A. Set the action of the web ACL rules to Count
B. Use only rate-based rules in the web ACLs, and set the throttle limit as high as possible
C. Set the action of the web ACL rules to Block
D. Use only custom rule groups in the web ACLs, and set the action to Allow
View answer
Correct Answer: A
Question #175
A company is hosting an image-processing service on AWS in a VPC. The VPC extends across two Availability Zones. Each Availability Zone contains one public subnet and one private subnet.The service runs on Amazon EC2 instances in the private subnets. An Application Load Balancer in the public subnets is in front of the service. The service needs to communicate with the internet and does so through two NAT gateways. The service uses Amazon S3 for image storage. The EC2 instances retrieve approximately 1 ТВ of data from an S3 bucket each day.The company has promoted the service as highly secure. A solutions architect must reduce cloud expenditures as much as possible without compromising the service’s security posture or increasing the time spent on ongoing operations.Which solution will meet these requirements?
A. Replace the NAT gateways with NAT instances
B. Move the EC2 instances to the public subnets
C. Set up an S3 gateway VPC endpoint in the VP Attach an endpoint policy to the endpoint to allow the required actions on the S3 bucket
D. Attach an Amazon Elastic File System (Amazon EFS) volume to the EC2 instances
View answer
Correct Answer: C
Question #176
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #177
A finance company hosts a data lake in Amazon S3. The company receives financial data records over SFTP each night from several third parties. The company runs its own SFTP server on an Amazon EC2 instance in a public subnet of a VPC. After the files are uploaded, they are moved to the data lake by a cron job that runs on the same instance. The SFTP server is reachable on DNS sftp.example.com through the use of Amazon Route 53.What should a solutions architect do to improve the reliability and scalability of the SFTP solution?
A. Move the EC2 instance into an Auto Scaling group
B. Migrate the SFTP server to AWS Transfer for SFTP
C. Migrate the SFTP server to a file gateway in AWS Storage Gateway
D. Place the EC2 instance behind a Network Load Balancer (NLB)
View answer
Correct Answer: B
Question #178
A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).What is the MOST operationally efficient solution that meets these requirements?
A. Turn on SSE-S3 on both S3 buckets
B. Create an AWS Key Management Service (AWS KMS) key in each account
C. Turn on SSE-S3 on both S3 buckets
D. Create an AWS Key Management Service, (AWS KMS) key in each account
View answer
Correct Answer: A
Question #179
A company is planning to migrate 1,000 on-premises servers to AWS. The servers run on several VMware clusters in the company’s data center. As part of the migration plan, the company wants to gather server metrics such as CPU details, RAM usage, operating system information, and running processes. The company then wants to query and analyze the data.Which solution will meet these requirements?
A. Deploy and configure the AWS Agentless Discovery Connector virtual appliance on the on-premises hosts
B. Export only the VM performance information from the on-premises hosts
C. Create a script to automatically gather the server information from the on-premises hosts
D. Deploy the AWS Application Discovery Agent to each on-premises server
View answer
Correct Answer: D
Question #180
A company is storing data in several Amazon DynamoDB tables. A solutions architect must use a serverless architecture to make the data accessible publicly through a simple API over HTTPS. The solution must scale automatically in response to demand.Which solutions meet these requirements? (Choose two.)
A. Create an Amazon API Gateway REST API
B. Create an Amazon API Gateway HTTP API
C. Create an Amazon API Gateway HTTP API
D. Create an accelerator in AWS Global Accelerator
E. Create a Network Load Balancer
View answer
Correct Answer: AC
Question #181
A video processing company wants to build a machine learning (ML) model by using 600 TB of compressed data that is stored as thousands of files in the company's on-premises network attached storage system. The company does not have the necessary compute resources on premises for ML experiments and wants to use AWS.The company needs to complete the data transfer to AWS within 3 weeks. The data transfer will be a one-time transfer. The data must be encrypted in transit. The measured upload speed of the company's internet connection is 100 Mbps. and multiple departments share the connection.Which solution will meet these requirements MOST cost-effectively?
A. Order several AWS Snowball Edge Storage Optimized devices by using the AWS Management Console
B. Set up a 10 Gbps AWS Direct Connect connection between the company location and the nearest AWS Region
C. Create a VPN connection between the on-premises network attached storage and the nearest AWS Region
D. Deploy an AWS Storage Gateway file gateway on premises
View answer
Correct Answer: A
Question #182
A company is running a traditional web application on Amazon EC2 instances. The company needs to refactor the application as microservices that run on containers. Separate versions of the application exist in two distinct environments: production and testing. Load for the application is variable, but the minimum load and the maximum load are known. A solutions architect needs to design the updated application with a serverless architecture that minimizes operational complexity.Which solution will meet these requirements MOST cost-effectively?
A. Upload the container images to AWS Lambda as functions
B. Upload the container images to Amazon Elastic Container Registry (Amazon ECR)
C. Upload the container images to Amazon Elastic Container Registry (Amazon ECR)
D. Upload the container images to AWS Elastic Beanstalk
View answer
Correct Answer: B
Question #183
A company is in the process of implementing AWS Organizations to constrain its developers to use only Amazon EC2, Amazon S3, and Amazon DynamoDB. The developers account resides in a dedicated organizational unit (OU). The solutions architect has implemented the following SCP on the developers account:When this policy is deployed, IAM users in the developers account are still able to use AWS services that are not listed in the policy.What should the solutions architect do to eliminate the developers’ ability to use services outside the scope of this policy?
A. Create an explicit deny statement for each AWS service that should be constrained
B. Remove the FullAWSAccess SCP from the developers account’s OU
C. Modify the FullAWSAccess SCP to explicitly deny all services
D. Add an explicit deny statement using a wildcard to the end of the SCP
View answer
Correct Answer: B
Question #184
A company uses a service to collect metadata from applications that the company hosts on premises. Consumer devices such as TVs and internet radios access the applications. Many older devices do not support certain HTTP headers and exhibit errors when these headers are present in responses. The company has configured an on - premises load balancer to remove the unsupported headers from responses sent to older devices, which the company identified by the User - Agent headers. The company wants to migrate the service to AWS, adopt serverless technologies, and retain the ability to support the older devices. The company has already migrated the applications into a set of AWS Lambda functions. Which solution will meet these requirements?
A. Create an Amazon CloudFront distribution for the metadata service
B. Create an Amazon API Gateway REST API for the metadata service
C. Create an Amazon API Gateway HTTP API for the metadata service
D. Create an Amazon CloudFront distribution for the metadata service
View answer
Correct Answer: D
Question #185
A health insurance company stores personally identifiable information (PII) in an Amazon S3 bucket. The company uses server-side encryption with S3 managed encryption keys (SSE-S3) to encrypt the objects. According to a new requirement, all current and future objects in the S3 bucket must be encrypted by keys that the company’s security team manages. The S3 bucket does not have versioning enabled.Which solution will meet these requirements?
A. In the S3 bucket properties, change the default encryption to SSE-S3 with a customer managed key
B. In the S3 bucket properties, change the default encryption to server-side encryption with AWS KMS managed encryption keys (SSE-KMS)
C. In the S3 bucket properties, change the default encryption to server-side encryption with AWS KMS managed encryption keys (SSE-KMS)
D. In the S3 bucket properties, change the default encryption to AES-256 with a customer managed key
View answer
Correct Answer: B
Question #186
A solutions architect needs to copy data from an Amazon S3 bucket m an AWS account to a new S3 bucket in a new AWS account. The solutions architect must implement a solution that uses the AWS CLI. Which combination of steps will successfully copy the data? (Choose three.)
A. Create a bucket policy to allow the source bucket to list its contents and to put objects and set object ACLs in the destination bucket
B. Create a bucket policy to allow a user in the destination account to list the source bucket’s contents and read the source bucket’s objects
C. Create an IAM policy in the source account
D. Create an IAM policy in the destination account
E. Run the aws s3 sync command as a user in the source account
F. Run the aws s3 sync command as a user in the destination account
View answer
Correct Answer: BDF
Question #187
A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.Which set of steps should the solutions architect take to meet these requirements?
A. Open the AWS CloudTrail console
B. Open the Amazon CloudWatch console
C. Open the AWS CloudTrail console
D. Open the Amazon CloudWatch console
View answer
Correct Answer: B
Question #188
A company built an application based on AWS Lambda deployed in an AWS CloudFormation stack. The last production release of the web application introduced an issue that resulted in an outage lasting several minutes. A solutions architect must adjust the deployment process to support a canary release.Which solution will meet these requirements?
A. Create an alias for every new deployed version of the Lambda function
B. Deploy the application into a new CloudFormation stack
C. Create a version for every new deployed Lambda function
D. Configure AWS CodeDeploy and use CodeDeployDefault
View answer
Correct Answer: A
Question #189
A company is hosting a critical application on a single Amazon EC2 instance. The application uses an Amazon ElastiCache for Redis single-node cluster for an in-memory data store. The application uses an Amazon RDS for MariaDB DB instance for a relational database. For the application to function, each piece of the infrastructure must be healthy and must be in an active state.A solutions architect needs to improve the application's architecture so that the infrastructure can automatically recover from failure with the least possible downtime.Which combination of steps will meet these requirements? (Choose three.)
A. Use an Elastic Load Balancer to distribute traffic across multiple EC2 instances
B. Use an Elastic Load Balancer to distribute traffic across multiple EC2 instances
C. Modify the DB instance to create a read replica in the same Availability Zone
D. Modify the DB instance to create a Multi-AZ deployment that extends across two Availability Zones
E. Create a replication group for the ElastiCache for Redis cluster
F. Create a replication group for the ElastiCache for Redis cluster
View answer
Correct Answer: ADF
Question #190
A company recently completed the migration from an on-premises data center to the AWS Cloud by using a replatforming strategy. One of the migrated servers is running a legacy Simple Mail Transfer Protocol (SMTP) service that a critical application relies upon. The application sends outbound email messages to the company’s customers. The legacy SMTP server does not support TLS encryption and uses TCP port 25. The application can use SMTP only.The company decides to use Amazon Simple Email Service (Amazon SES) and to decommission the legacy SMTP server. The company has created and validated the SES domain. The company has lifted the SES limits.What should the company do to modify the application to send email messages from Amazon SES?
A. Configure the application to connect to Amazon SES by using TLS Wrapper
B. Configure the application to connect to Amazon SES by using STARTTLS
C. Configure the application to use the SES API to send email messages
D. Configure the application to use AWS SDKs to send email messages
View answer
Correct Answer: B
Question #191
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #192
Question:A company runs an application on Amazon EC2 and AWS Lambda. The application stores temporary data in Amazon S3. The S3 objects are deleted after 24 hours.The company deploys new versions of the application by launching AWS CloudFormation stacks. The stacks create the required resources. After validating a new version, the company deletes the old stack. The deletion of an old development stack recently failed.A solutions architect needs to resolve this issue without major architecture changes.Which solution will meet these requirements?
A. odify the CloudFormation stack to attach a DeletionPolicy attribute with a value of Delete to the S3 bucket
B. reate a Lambda function to delete objects from the S3 bucket
C. pdate the CloudFormation template to create an Amazon EFS file system to store temporary files instead of Amazon S3
D. pdate the CloudFormation stack to add a DeletionPolicy attribute with a value of Snapshot for the S3 bucket resource
View answer
Correct Answer: B
Question #193
A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.Which set of steps should the solutions architect take to meet these requirements?
A. Open the AWS CloudTrail console
B. Open the Amazon CloudWatch console
C. Open the AWS CloudTrail console
D. Open the Amazon CloudWatch console
View answer
Correct Answer: B
Question #194
A company has an application that runs on Amazon EC2 instances. A solutions architect is designing VPC infrastructure in an AWS Region where the application needs to access an Amazon Aurora DB Cluster. The EC2 instances are all associated with the same security group. The DB cluster is associated with its own security group.The solutions architect needs to add rules to the security groups to provide the application with least privilege access to the DB Cluster.Which combination of steps will meet these requirements? (Choose two.)
A. Add an inbound rule to the EC2 instances' security group
B. Add an outbound rule to the EC2 instances' security group
C. Add an inbound rule to the DB cluster's security group
D. Add an outbound rule to the DB cluster's security group
E. Add an outbound rule to the DB cluster's security group
View answer
Correct Answer: BC
Question #195
A company has migrated Its forms-processing application to AWS. When users interact with the application, they upload scanned forms as files through a web application. A database stores user metadata and references to files that are stored in Amazon S3. The web application runs on Amazon EC2 instances and an Amazon RDS for PostgreSQL database.When forms are uploaded, the application sends notifications to a team through Amazon Simple Notification Service (Amazon SNS). A team member then logs in and processes each form. The team member performs data validation on the form and extracts relevant data before entering the information into another system that uses an API.A solutions architect needs to automate the manual processing of the forms. The solution must provide accurate form extraction. minimize time to market, and minimize tong-term operational overhead.Which solution will meet these requirements?
A. Develop custom libraries to perform optical character recognition (OCR) on the forms
B. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
C. Host a new application tier on EC2 instances
D. Extend the system with an application tier that uses AWS Step Functions and AWS Lambda
View answer
Correct Answer: D
Question #196
A company is running an application in the AWS Cloud. The application collects and stores a large amount of unstructured data in an Amazon S3 bucket. The S3 bucket contains several terabytes of data and uses the S3 Standard storage class. The data increases in size by several gigabytes every day.The company needs to query and analyze the data. The company does not access data that is more than 1 year old. However, the company must retain all the data indefinitely for compliance reasons.Which solution will meet these requirements MOST cost-effectively?
A. Use S3 Select to query the data
B. Use Amazon Redshift Spectrum to query the data
C. Use an AWS Glue Data Catalog and Amazon Athena to query the data
D. Use Amazon Redshift Spectrum to query the data
View answer
Correct Answer: C
Question #197
A company is developing an application that will display financial reports. The company needs a solution that can store financial Information that comes from multiple systems. The solution must provide the reports through a web interface and must serve the data will less man 500 milliseconds or latency to end users. The solution also must be highly available and must have an RTO or 30 seconds.Which solution will meet these requirements?
A. Use an Amazon Redshift cluster to store the data
B. Use Amazon S3 to store the data Use Amazon Athena to provide the reports to the application
C. Use Amazon DynamoDB to store the data, use an embedded Amazon QuickStight dashboard with direct Query datasets to provide the reports to the application
D. Use Amazon Keyspaces (for Apache Cassandra) to store the data, use AWS Elastic Beanstalk to provide the reports to the application
View answer
Correct Answer: C
Question #198
A solutions architect needs to advise a company on how to migrate its on-premises data processing application to the AWS Cloud. Currently, users upload input files through a web portal. The web server then stores the uploaded files on NAS and messages the processing server over a message queue. Each media file can take up to 1 hour to process. The company has determined that the number of media files awaiting processing is significantly higher during business hours, with the number of files rapidly declining after business hours.What is the MOST cost-effective migration recommendation?
A. Create a queue using Amazon SQS
B. Create a queue using Amazon MQ
C. Create a queue using Amazon MQ
D. Create a queue using Amazon SQS
View answer
Correct Answer: D
Question #199
A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).What is the MOST operationally efficient solution that meets these requirements?
A. Turn on SSE-S3 on both S3 buckets
B. Create an AWS Key Management Service (AWS KMS) key in each account
C. Turn on SSE-S3 on both S3 buckets
D. Create an AWS Key Management Service, (AWS KMS) key in each account
View answer
Correct Answer: A

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