Exam Code | SAA-C01 |
Exam Name | AWS Certified Solutions Architect - Associate (SAA-C03) |
Questions | 401 Questions Answers With Explanation |
Update Date | November 08,2024 |
Price |
Was : |
Are you ready to take your career to the next level with AWS Certified Solutions Architect - Associate (SAA-C03)? At Prep4Certs, we're dedicated to helping you achieve your goals by providing high-quality SAA-C01 Dumps and resources for a wide range of certification exams.
At Prep4Certs, we're committed to your success in the Amazon SAA-C01 exam. Our comprehensive study materials and resources are designed to equip you with the knowledge and skills needed to ace the exam with confidence:
Start Your Certification Journey Today
Whether you're looking to advance your career, expand your skill set, or pursue new opportunities, Prep4Certs is here to support you on your certification journey. Explore our comprehensive study materials, take your exam preparation to the next level, and unlock new possibilities for professional growth and success.
Ready to achieve your certification goals? Begin your journey with Prep4Certs today!
A company creates business-critical 3D images every night. The images are batchprocessed every Friday andrequire an uninterrupted 48 hours to complete.What is the MOST cost-effective Amazon EC2 pricing model for this scenario?
A. On-Demand Instances
B. Scheduled Reserved Instances
C. Reserved Instances
D. Spot Instances
A Solutions Architect is designing a multi-tier application consisting of an ApplicationLoad Balancer, an Amazon RDS database instance, and an Auto Scaling group on AmazonEC2 instances. Each tier is in a separate subnet. There are some EC2 instances in the subnetthat belong to another application. The RDS database instance should accept traffic onlyfrom the EC2 instances in the Auto Scaling group.What should be done to meet these requirements?
A. Configure the inbound network ACLs on the database subnet to accept traffic fromthe IP addresses of the EC2 instances only.
B. Configure the inbound rules on the security group associated with the RDS databaseinstance. Set the source to the security group associated with instances in the Auto
Scaling group.
C. Configure the outbound rules on the security group associated with the Auto Scalinggroup. Set the destination to the security group associated with the RDS databaseinstance.
D. Configure the inbound network ACLs on the database subnet to accept traffic onlyfrom the CIDR range of the subnet used by the Auto Scaling group.
A Solutions Architect is designing an application that is expected to have millions of users. The Architect needs options to store session data.Which option is the MOST performant?
A. Amazon ElastiCache
B. Amazon RDS
C. Amazon S3
D. Amazon EFS
A Solutions Architect needs to design a centralized logging solution for a group of web applications running on Amazon EC2 instances. The solution requires minimal development effort due to budget constraints.Which of the following should the Architect recommend?
A. Create a crontab job script in each instance to push the logs regularly to Amazon S3.
B. Install and configure Amazon CloudWatch Logs agent in the Amazon EC2 instances.
C. Enable Amazon CloudWatch Events in the AWS Management Console.
D. Enable AWS CloudTrail to map all API calls invoked by the applications.
An organization designs a mobile application for their customers to upload photos to a site. The applicationneeds a secure login with MFA. The organization wants to limit theinitial build time and maintenance of the solution.Which solution should a Solutions Architect recommend to meet the requirements?
A. Use Amazon Cognito Identity with SMS-based MFA.
B. Edit AWS 1AM policies to require MFA for all users.
C. Federate 1AM against corporate AD that requires MFA.
D. Use Amazon API Gateway and require SSE for photos
A company is deploying a reporting application on Amazon EC2. The application is expected to generate1,000 documents every hour and each document will be 800 MB. Thecompany is concerned about strong data consistency and file locking, as various applications hosted on otherEC2 instances will process the report documents in parallel when theybecome available.What storage solution will meet these requirements with the LEAST amount ofadministrative overhead?
A. Amazon EFS
B. Amazon S3
C. Amazon ElastiCache
D. Amazon EBS
A Solutions Architect is deploying a new production MySQL database on AWS. It is critical that the database is highly available.What should the Architect do to achieve this goal with Amazon RDS?
A. Create a read replica of the primary database and deploy it in a different AWS Region.
B. Enable multi-AZ to create a standby database in a different Availability Zone.
C. Enable multi-AZ to create a standby database in a different AWS Region.
D. Create a read replica of the primary database and deploy it in a different Availability Zone.
A Solutions Architect is deploying a new production MySQL database on AWS. It is critical that the database is highly available.What should the Architect do to achieve this goal with Amazon RDS?
A. Create a read replica of the primary database and deploy it in a different AWS Region.
B. Enable multi-AZ to create a standby database in a different Availability Zone.
C. Enable multi-AZ to create a standby database in a different AWS Region.
D. Create a read replica of the primary database and deploy it in a different Availability Zone.
A solutions architect needs to convert potential single points of failure to a highly-available configuration. Thecurrently architecture contains amazon EC2 instances with databases running in one availability zone.Web-tier resources have not been given public addresses, but still require internet access.Which solution should the architect use to maintain high availability?
A. Use ELB Classic Load Balancer with the web tier Deploy EC2 instances in two Availability Zones and
enable Multi-AZ RDS Deploy a NAT gateway in one Availability Zone
B. Use ELB Classic Load Balancer with the web tier Deploy EC2 instances in two Availability Zones and
enable Multi-AZ RDS Deploy NAT gateways in both Availability Zones
C. Use ELB Classic Load Balancer with the database tier Deploy Amazon EC2 instances in two
Availability Zones and enable Multi-AZ RDS Deploy NAT gateways in both Availability Zones
D. Use ELB Classic Load Balancer with the database tier Deploy Amazon EC2 instances in two Available
Zones and enable Multi-AZ RDS Deploy a NAT gateway in one Availability Zone
A Solutions Architect plans to migrate NAT instances to NAT gateway. The Architect has NAT instances with scripts to manage high availability.What is the MOST efficient method to achieve similar high availability with NAT gateway?
A. Remove source/destination check on NAT instances.
B. Launch a NAT gateway in each Availability Zone.
C. Use a mix of NAT instances and NAT gateway.
D. Add an ELB Application Load Balancer in front of NAT gateway