Approved of SAA-C03 practice exam materials and testing software for Amazon-Web-Services certification for IT examinee, Real Success Guaranteed with Updated SAA-C03 pdf dumps vce Materials. 100% PASS AWS Certified Solutions Architect - Associate (SAA-C03) exam Today!

Online Amazon-Web-Services SAA-C03 free dumps demo Below:

NEW QUESTION 1
A company hosts a containerized web application on a fleet of on-premises servers that process incoming requests. The number of requests is growing quickly. The on-premises servers cannot handle the increased number of requests. The company wants to move the application to AWS with minimum code changes and minimum development effort.
Which solution will meet these requirements with the LEAST operational overhead?

  • A. Use AWS Fargate on Amazon Elastic Container Service (Amazon ECS) to run the containerized web application with Service Auto Scalin
  • B. Use an Application Load Balancer to distribute the incoming requests.
  • C. Use two Amazon EC2 instances to host the containerized web applicatio
  • D. Use an Application Load Balancer to distribute the incoming requests
  • E. Use AWS Lambda with a new code that uses one of the supported language
  • F. Create multiple Lambda functions to support the loa
  • G. Use Amazon API Gateway as an entry point to the Lambda functions.
  • H. Use a high performance computing (HPC) solution such as AWS ParallelClusterto establish an HPC cluster that can process the incoming requests at the appropriate scale.

Answer: A

NEW QUESTION 2
A company is launching a new application and will display application metrics on an Amazon CloudWatch dashboard. The company’s product manager needs to access this dashboard periodically. The product manager does not have an AWS account. A solution architect must provide access to the product manager by following the principle of least privilege.
Which solution will meet these requirements?

  • A. Share the dashboard from the CloudWatch consol
  • B. Enter the product manager’s email address, and complete the sharing step
  • C. Provide a shareable link for the dashboard to the product manager.
  • D. Create an IAM user specifically for the product manage
  • E. Attach the CloudWatch Read Only Access managed policy to the use
  • F. Share the new login credential with the product manage
  • G. Share the browser URL of the correct dashboard with the product manager.
  • H. Create an IAM user for the company’s employees, Attach the View Only Access AWS managed policy to the IAM use
  • I. Share the new login credentials with the product manage
  • J. Ask the product manager to navigate to the CloudWatch console and locate the dashboard by name in the Dashboards section.
  • K. Deploy a bastion server in a public subne
  • L. When the product manager requires access to the dashboard, start the server and share the RDP credential
  • M. On the bastion server, ensure that the browser is configured to open the dashboard URL with cached AWS credentials that have appropriate permissions to view the dashboard.

Answer: A

NEW QUESTION 3
A company is designing a new web application that the company will deploy into a single AWS Region. The application requires a two-tier architecture that will include Amazon EC2 instances and an Amazon RDS DB instance. A solutions architect needs to design the application so that all components are highly available.

  • A. Deploy EC2 instances In an additional Region Create a DB instance with the Multi-AZ option activated
  • B. Deploy all EC2 instances in the same Region and the same Availability Zon
  • C. Create a DB instance with the Multi-AZ option activated.
  • D. Deploy the fcC2 instances across at least two Availability Zones within the some Regio
  • E. Create a DB instance in a single Availability Zone
  • F. Deploy the EC2 instances across at least Two Availability Zones within the same Regio
  • G. Create a DB instance with the Multi-AZ option activated

Answer: D

NEW QUESTION 4
A company wants to create a mobile app that allows users to stream slow-motion video clips on their mobile devices Currently, the app captures video clips and uploads the video clips in raw format into an Amazon S3 bucket The app retrieves these video clips directly from the S3 bucket. However the videos are large in their raw format.
Users are experiencing issues with buffering and playback on mobile devices. The company wants to implement solutions to maximize the performance and scalability of the app while minimizing operational overhead
Which combination of solutions will meet these requirements? (Select TWO.)

  • A. Deploy Amazon CloudFront for content delivery and caching
  • B. Use AWS DataSync to replicate the video files across AWS Regions in other S3 buckets
  • C. Use Amazon Elastic Transcoder to convert the video files to more appropriate formats
  • D. Deploy an Auto Scaling group of Amazon EC2 instances in Local Zones for content delivery and caching
  • E. Deploy an Auto Scaling group of Amazon EC2 instances to convert the video files to more appropriate formats

Answer: CD

NEW QUESTION 5
A company's web application consists of multiple Amazon EC2 instances that run behind an Application Load Balancer in a VPC. An Amazon ROS for MySQL DB instance contains the data. The company needs the ability to automatically detect and respond to suspicious or unexpected behaviour in its AWS environment the company already has added AWS WAF to its architecture.
What should a solutions architect do next lo protect against threats?

  • A. Use Amazon GuardDuty to perform threat detectio
  • B. Configure Amazon EventBridge (Amazon CloudWatch Events) to filler for GuardDuty findings and to invoke pin AWS Lambda function to adjust the AWS WAF rules
  • C. Use AWS Firewall Manager to perform threat detection Configure Amazon EventBridge (Amazon CloudWatch Events) to filter for Firewall Manager findings and to invoke an AWS Lambda function to adjust the AWS WAF web ACL
  • D. Use Amazon Inspector to perform three! detection and to update the AWS WAT rules Create a VPC network ACL to limit access to the web application
  • E. Use Amazon Macie to perform throat detection and to update the AWS WAF rules Create a VPC network ACL to limit access to the web application

Answer: A

NEW QUESTION 6
A company that recently started using AWS establishes a Site-to-Site VPN between its on-premises data center and AWS. The company’s security mandate states that traffic originating from on premises should stay within the company’s private IP space when communicating with an Amazon Elastic Container Service (Amazon ECS) cluster that is hosting a sample web application.
Which solution meets this requirement?

  • A. Configure a gateway endpoint for Amazon EC
  • B. Modify the route table to include an entry pointing to the ECS cluster.
  • C. Create a Network Load Balancer and AWS PrivateLink endpoint for Amazon ECS in the same VPC that is hosting the ECS cluster.
  • D. Create a Network Load Balancer in one VPC and an AWS PrivateLink endpoint for Amazon ECS in another VP
  • E. Connect the two by using VPC peering.
  • F. Configure an Amazon Route record with Amazon ECS as the targe
  • G. Apply a server certificate to Route 53 from AWS Certificate Manager (ACM) for SSL offloading.

Answer: A

NEW QUESTION 7
A company needs to ingested and handle large amounts of streaming data that its application generates. The application runs on Amazon EC2 instances and sends data to Amazon Kinesis Data Streams. which is contained wild default settings. Every other day the application consumes the data and writes the data to an Amazon S3 bucket for business intelligence (BI) processing the company observes that Amazon S3 is not receiving all the data that trio application sends to Kinesis Data Streams.
What should a solutions architect do to resolve this issue?

  • A. Update the Kinesis Data Streams default settings by modifying the data retention period.
  • B. Update the application to use the Kinesis Producer Library (KPL) lo send the data to Kinesis Data Streams.
  • C. Update the number of Kinesis shards lo handle the throughput of me data that is sent to Kinesis Data Streams.
  • D. Turn on S3 Versioning within the S3 bucket to preserve every version of every object that is ingested in the S3 bucket.

Answer: A

NEW QUESTION 8
A company has a data ingestion workflow that consists the following:
An Amazon Simple Notification Service (Amazon SNS) topic for notifications about new data deliveries An AWS Lambda function to process the data and record metadata The company observes that the ingestion workflow fails occasionally because of network connectivity issues. When such a failure occurs, the Lambda function does not ingest the corresponding data unless the company manually reruns the job.
Which combination of actions should a solutions architect take to ensure that the Lambda function ingests all data in the future? (Select TWO.)

  • A. Configure the Lambda function In multiple Availability Zones.
  • B. Create an Amazon Simple Queue Service (Amazon SQS) queue, and subscribe It to me SNS topic.
  • C. Increase the CPU and memory that are allocated to the Lambda function.
  • D. Increase provisioned throughput for the Lambda function.
  • E. Modify the Lambda function to read from an Amazon Simple Queue Service (Amazon SQS) queue

Answer: BE

NEW QUESTION 9
A company has an on-premises application that generates a large amount of time-sensitive data that is backed up to Amazon S3. The application has grown and there are user complaints about internet bandwidth limitations. A solutions architect needs to design a long-term solution that allows for both timely backups to Amazon S3 and with minimal impact on internet connectivity for internal users.
Which solution meets these requirements?

  • A. Establish AWS VPN connections and proxy all traffic through a VPC gateway endpoint
  • B. Establish a new AWS Direct Connect connection and direct backup traffic through this new connection.
  • C. Order daily AWS Snowball devices Load the data onto the Snowball devices and return the devices to AWS each day.
  • D. Submit a support ticket through the AWS Management Console Request the removal of S3 service limits from the account.

Answer: B

NEW QUESTION 10
A company uses a popular content management system (CMS) for its corporate website. However, the required patching and maintenance are burdensome. The company is redesigning its website and wants anew solution. The website will be updated four times a year and does not need to have any dynamic content available. The solution must provide high scalability and enhanced security.
Which combination of changes will meet these requirements with the LEAST operational overhead? (Choose two.)

  • A. Deploy an AWS WAF web ACL in front of the website to provide HTTPS functionality
  • B. Create and deploy an AWS Lambda function to manage and serve the website content
  • C. Create the new website and an Amazon S3 bucket Deploy the website on the S3 bucket with static website hosting enabled
  • D. Create the new websit
  • E. Deploy the website by using an Auto Scaling group of Amazon EC2 instances behind an Application Load Balancer.

Answer: AD

NEW QUESTION 11
A company runs an application that receives data from thousands of geographically dispersed remote devices that use UDP The application processes the data immediately and sends a message back to the device if necessary No data is stored.
The company needs a solution that minimizes latency for the data transmission from the devices. The solution also must provide rapid failover to another AWS Region
Which solution will meet these requirements?

  • A. Configure an Amazon Route 53 failover routing policy Create a Network Load Balancer (NLB) in each of the two Regions Configure the NLB to invoke an AWS Lambda function to process the data
  • B. Use AWS Global Accelerator Create a Network Load Balancer (NLB) in each of the two Regions as an endpoin
  • C. Create an Amazon Elastic Container Service (Amazon ECS) cluster with the Fargate launch type Create an ECS service on the cluster Set the ECS service as the target for the NLB Process the data in Amazon ECS.
  • D. Use AWS Global Accelerator Create an Application Load Balancer (ALB) in each of the two Regions as an endpoint Create an Amazon Elastic Container Service (Amazon ECS) cluster with the Fargate launch type Create an ECS service on the cluste
  • E. Set the ECS service as the target for the ALB Process the data in Amazon ECS
  • F. Configure an Amazon Route 53 failover routing policy Create an Application Load Balancer (ALB) in each of the two Regions Create an Amazon Elastic Container Service (Amazon ECS) cluster with the Fargate launch type Create an ECS service on the cluster Set the ECS service as the target for the ALB Process the data in Amazon ECS

Answer: C

NEW QUESTION 12
A public-facing web application queries a database hosted on a Amazon EC2 instance in a private subnet. A large number of queries involve multiple table joins, and the application performance has been degrading due to an increase in complex queries. The application team will be performing updates to improve performance.
What should a solutions architect recommend to the application team? (Select TWO.)

  • A. Cache query data in Amazon SQS
  • B. Create a read replica to offload queries
  • C. Migrate the database to Amazon Athena
  • D. Implement Amazon DynamoDB Accelerator to cache data.
  • E. Migrate the database to Amazon RDS

Answer: BE

NEW QUESTION 13
A company is developing an application that provides order shipping statistics for retrieval by a REST API. The company wants to extract the shipping statistics, organize the data into an easy-to-read HTML format, and send the report to several email addresses at the same time every morning.
Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)

  • A. Configure the application to send the data to Amazon Kinesis Data Firehose.
  • B. Use Amazon Simple Email Service (Amazon SES) to format the data and to send the report by email.
  • C. Create an Amazon EventBridge (Amazon CloudWatch Events) scheduled event that invokes an AWS Glue job to query the application's API for the data.
  • D. Create an Amazon EventBridge (Amazon CloudWatch Events) scheduled event that invokes an AWS Lambda function to query the application's API for the data.
  • E. Store the application data in Amazon S3. Create an Amazon Simple Notification Service (Amazon SNS) topic as an S3 event destination to send the report by

Answer: DE

NEW QUESTION 14
A solution architect is creating a new Amazon CloudFront distribution for an application Some of Ine information submitted by users is sensitive. The application uses HTTPS but needs another layer" of security The sensitive information should be protected throughout the entire application stack end access to the information should be restricted to certain applications
Which action should the solutions architect take?

  • A. Configure a CloudFront signed URL
  • B. Configure a CloudFront signed cookie.
  • C. Configure a CloudFront field-level encryption profile
  • D. Configure CloudFront and set the Origin Protocol Policy setting to HTTPS Only for the Viewer Protocol Policy

Answer: C

NEW QUESTION 15
A company has a web application that runs on Amazon EC2 instances. The company wants end users to authenticate themselves before they use the web application. The web application accesses AWS resources, such as Amazon S3 buckets, on behalf of users who are logged on.
Which combination of actions must a solutions architect take to meet these requirements? (Select TWO).

  • A. Configure AWS App Mesh to log on users.
  • B. Enable and configure AWS Single Sign-On in AWS Identity and Access Management (IAM).
  • C. Define a default (AM role for authenticated users.
  • D. Use AWS Identity and Access Management (IAM) for user authentication.
  • E. Use Amazon Cognito for user authentication.

Answer: BE

NEW QUESTION 16
A company has chosen to rehost its application on Amazon EC2 instances The application occasionally experiences errors that affect parts of its functionality The company was unaware of this issue until users reported the errors The company wants to address this problem during the migration and reduce the time it takes to detect issues with the application Log files for the application are stored on the local disk.
A solutions architect needs to design a solution that will alert staff if there are errors in the application after the application is migrated to AWS. The solution must not require additional changes to the application code.
What is the MOST operationally efficient solution that meets these requirements?

  • A. Configure the application to generate custom metrics tor the errors Send these metric data points to Amazo
  • B. CloudWatch by using the PutMetricData API call Create a CloudWatch alarm that is based on the custom metrics
  • C. Create an hourly cron job on the instances to copy the application log data to an Amazon S3 bucket Configure an AWS Lambda function to scan the log file and publish a message to an Amazon Simple Notification Service (Amazon SNS) topic to alert staff rf errors are detected.
  • D. Install the Amazon CloudWatch agent on the instances Configure the CloudWatch agent to stream the application log file to Amazon CloudWatch Logs Run a CloudWatch Logs insights query to search lor the relevant pattern in the log file Create a CloudWatch alarm that is based on the query output
  • E. Install the Amazon CloudWatch agent on the instances Configure the CloudWatch agent to stream the application log file to Amazon CloudWatch Log
  • F. Create a metric fitter for the relevant log grou
  • G. Define the filter pattern that is required to determine that there are errors in the application Create a CloudWatch alarm that is based on the resulting metric.

Answer: B

NEW QUESTION 17
A company hosts an application on AWS. The application uses AWS Lambda functions and stores data in Amazon DynamoDB tables. The Lambda functions are connected to a VPC that does not have internet access.
The traffic to access DynamoDB must not travel across the internet. The application must have write access to only specific DynamoDB tables.
Which combination of steps should a solutions architect take to meet these requirements? (Select TWO.)

  • A. Attach a VPC endpoint policy for DynamoDB to allow write access to only the specific DynamoDB tables.
  • B. Attach a security group to the interface VPC endpoint to allow write access to only the specific DynamoDB tables.
  • C. Create a resource-based 1AM policy to grant write access to only the specific DynamoDB table
  • D. Attach the policy to the DynamoDB tables.
  • E. Create a gateway VPC endpoint for DynamoDB that is associated with the Lambda VP
  • F. Ensure that the Lambda execution role can access the gateway VPC endpoint.
  • G. Create an interface VPC endpoint for DynamoDB that is associated with the Lambda VP
  • H. Ensure that the Lambda execution role can access the interface VPC endpoint.

Answer: AD

NEW QUESTION 18
A company has migrated a two-tier application from its on-premises data center to the AWS Cloud The data tier is a Multi-AZ deployment of Amazon RDS for Oracle with 12 TB of General Purpose SSD Amazon Elastic Block Store (Amazon EBS) storage The application is designed to process and store documents in the database as binary large objects (blobs) with an average document size of 6 MB
The database size has grown over time reducing the performance and increasing the cost of storage. The company must improve the database performance and needs a solution that is highly available and resilient
Which solution will meet these requirements MOST cost-effectively?

  • A. Reduce the RDS DB instance size Increase the storage capacity to 24 TiB Change the storage type to Magnetic
  • B. Increase the RDS DB instance siz
  • C. Increase the storage capacity to 24 TiB Change the storage type to Provisioned IOPS
  • D. Create an Amazon S3 bucke
  • E. Update the application to store documents in the S3 bucket Store theobject metadata m the existing database
  • F. Create an Amazon DynamoDB tabl
  • G. Update the application to use DynamoD
  • H. Use AWS Database Migration Service (AWS DMS) to migrate data from the Oracle database to DynamoDB

Answer: C

NEW QUESTION 19
......

Thanks for reading the newest SAA-C03 exam dumps! We recommend you to try the PREMIUM Dumpscollection.com SAA-C03 dumps in VCE and PDF here: https://www.dumpscollection.net/dumps/SAA-C03/ (0 Q&As Dumps)