Free AWS-SOLUTIONS-ARCHITECT-PROFESSIONAL Exam Braindumps (page: 20)

Page 20 of 134

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?

  1. Configure the application to connect to Amazon SES by using TLS Wrapper. Create an IAM role that has ses:SendEmail and ses:SendRawEmail permissions. Attach the IAM role to an Amazon EC2 instance.
  2. Configure the application to connect to Amazon SES by using STARTTLS. Obtain Amazon SES SMTP credentials. Use the credentials to authenticate with Amazon SES.
  3. Configure the application to use the SES API to send email messages. Create an IAM role that has ses:SendEmail and ses:SendRawEmail permissions. Use the IAM role as a service role for Amazon SES.
  4. Configure the application to use AWS SDKs to send email messages. Create an IAM user for Amazon SES. Generate API access keys. Use the access keys to authenticate with Amazon SES.

Answer(s): B

Explanation:

B) Configure the application to connect to Amazon SES by using STARTTLS. Obtain Amazon SES SMTP credentials. Use the credentials to authenticate with Amazon SES.

Amazon Simple Email Service (SES) requires the use of STARTTLS for encryption when sending emails via SMTP. Since the application can only use SMTP, this solution is the most appropriate and secure. The company needs to obtain SMTP credentials for Amazon SES, which are used for authentication. This method ensures that the application can continue to send emails securely using Amazon SES, with minimal changes required.



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?

  1. Create an AWS Cost and Usage Report for the organization. Define tags and cost categories in the report. Create a table in Amazon Athena. Create an Amazon QuickSight dataset based on the Athena table. Share the dataset with the finance team.
  2. Create an AWS Cost and Usage Report for the organization. Define tags and cost categories in the report. Create a specialized template in AWS Cost Explorer that the finance department will use to build reports.
  3. Create an Amazon QuickSight dataset that receives spending information from the AWS Price List Query API. Share the dataset with the finance team.
  4. Use the AWS Price List Query API to collect account spending information. Create a specialized template in AWS Cost Explorer that the finance department will use to build reports.

Answer(s): A

Explanation:

A) Create an AWS Cost and Usage Report for the organization. Define tags and cost categories in the report. Create a table in Amazon Athena. Create an Amazon QuickSight dataset based on the Athena table. Share the dataset with the finance team.

This solution allows the finance team to generate meaningful cost reports across all accounts within the organization. By creating an AWS Cost and Usage Report (CUR) and defining tags and cost categories, the company can segment costs by teams or companies. The Athena table allows querying the detailed cost and usage data, and Amazon QuickSight provides visualization and reporting capabilities, which can be shared with the finance team. This solution meets the requirements for self-management and detailed reporting.



A company runs an IoT platform on AWS. IoT sensors in various locations send data to the company’s Node.js API servers on Amazon EC2 instances running behind an Application Load Balancer. The data is stored in an Amazon RDS MySQL DB instance that uses a 4 TB General Purpose SSD volume.

The number of sensors the company has deployed in the field has increased over time, and is expected to grow significantly. The API servers are consistently overloaded and RDS metrics show high write latency.

Which of the following steps together will resolve the issues permanently and enable growth as new sensors are provisioned, while keeping this platform cost-efficient? (Choose two.)

  1. Resize the MySQL General Purpose SSD storage to 6 TB to improve the volume’s IOPS.
  2. Re-architect the database tier to use Amazon Aurora instead of an RDS MySQL DB instance and add read replicas.
  3. Leverage Amazon Kinesis Data Streams and AWS Lambda to ingest and process the raw data.
  4. Use AWS X-Ray to analyze and debug application issues and add more API servers to match the load.
  5. Re-architect the database tier to use Amazon DynamoDB instead of an RDS MySQL DB instance.

Answer(s): C,E

Explanation:

C) Leverage Amazon Kinesis Data Streams and AWS Lambda to ingest and process the raw data.
This step offloads the data ingestion from the API servers, allowing Kinesis Data Streams to handle the large influx of data from the IoT sensors. This will significantly reduce the load on the API servers and make the system more scalable as new sensors are deployed.

E) Re-architect the database tier to use Amazon DynamoDB instead of an RDS MySQL DB instance.
Switching to Amazon DynamoDB provides a scalable and high-performance database solution for handling large amounts of IoT data, especially for write-heavy workloads. DynamoDB is a better fit for handling IoT sensor data with minimal latency and automatic scaling.

These two steps together will resolve the performance bottlenecks and allow the system to grow efficiently as new sensors are added.



A company is building an electronic document management system in which users upload their documents. The application stack is entirely serverless and runs on AWS in the eu-central-1 Region. The system includes a web application that uses an Amazon CloudFront distribution for delivery with Amazon S3 as the origin. The web application communicates with Amazon API Gateway Regional endpoints. The API Gateway APIs call AWS Lambda functions that store metadata in an Amazon Aurora Serverless database and put the documents into an S3 bucket.
The company is growing steadily and has completed a proof of concept with its largest customer. The company must improve latency outside of Europe.

Which combination of actions will meet these requirements? (Choose two.)

  1. Enable S3 Transfer Acceleration on the S3 bucket. Ensure that the web application uses the Transfer Acceleration signed URLs.
  2. Create an accelerator in AWS Global Accelerator. Attach the accelerator to the CloudFront distribution.
  3. Change the API Gateway Regional endpoints to edge-optimized endpoints.
  4. Provision the entire stack in two other locations that are spread across the world. Use global databases on the Aurora Serverless cluster.
  5. Add an Amazon RDS proxy between the Lambda functions and the Aurora Serverless database.

Answer(s): A,C

Explanation:

A) Enable S3 Transfer Acceleration on the S3 bucket. Ensure that the web application uses the Transfer Acceleration signed URLs.
Enabling S3 Transfer Acceleration will improve upload and download speeds by using Amazon CloudFront’s globally distributed edge locations, reducing latency for users outside of Europe.

C) Change the API Gateway Regional endpoints to edge-optimized endpoints.
Edge-optimized API Gateway endpoints use the Amazon CloudFront network to reduce latency for global users by routing requests to the nearest edge location, improving the API response times outside of Europe.

These solutions help address the latency issues for users outside Europe by improving data transfer speeds and API response times.



Page 20 of 134



Post your Comments and Discuss Amazon AWS-SOLUTIONS-ARCHITECT-PROFESSIONAL exam with other Community members:

Zak commented on June 28, 2024
@AppleKid, I manged to pass this exam after failing once. Do not set for your exam without memorizing these questions. These are what you will see in the real exam.
Anonymous
upvote

Apple Kid commented on June 26, 2024
Did anyone gave exam recently and tell if these are good?
Anonymous
upvote

Captain commented on June 26, 2024
This is so helpful
Anonymous
upvote

udaya commented on April 25, 2024
stulll learning and seem to be questions are helpful
Anonymous
upvote

Jerry commented on February 18, 2024
very good for exam !!!!
HONG KONG
upvote

AWS-Guy commented on February 16, 2024
Precise and to the point. I aced this exam and now going for the next exam. Very great full to this site and it's wonderful content.
CANADA
upvote

Jerry commented on February 12, 2024
very good exam stuff
HONG KONG
upvote

travis head commented on November 16, 2023
I gave the Amazon SAP-C02 tests and prepared from this site as it has latest mock tests available which helped me evaluate my performance and score 919/1000
Anonymous
upvote

Weed Flipper commented on October 07, 2020
This is good stuff man.
CANADA
upvote

IT-Guy commented on September 29, 2020
Xengine software is good and free. Too bad it is only in English and no support for French.
FRANCE
upvote

pema commented on August 30, 2019
Can I have the latest version of this exam?
GERMANY
upvote

MrSimha commented on February 23, 2019
Thank you
Anonymous
upvote

Phil C. commented on November 12, 2018
To soon to tell, but I will be back to post a review after my exam.
Anonymous
upvote

MD EJAZ ALI TANWIR commented on August 20, 2017
This is valid dump in US. Thank you guys for providing this.
UNITED STATES
upvote

flypig commented on June 02, 2017
The Braindumps will short my ready time for this exam!
CHINA
upvote