Amazon (SAA-C03) Exam Questions And Answers page 42
A company stores call recordings on a monthly basis. Statistically, the recorded data may be referenced randomly within a year but accessed rarely after 1 year. Files that are newer than 1 year old must be queried and retrieved as quickly as possible. A delay in retrieving older files is acceptable. A solutions architect needs to store the recorded data at a minimal cost.
Which solution is MOST cost-effective?
Which solution is MOST cost-effective?
Store individual files in Amazon S3. Use lifecycle policies to move the files to Amazon S3 Glacier after1 year. Query and retrieve the files from Amazon S3 or S3 Glacier.
Archive individual files and store search metadata for each archive in Amazon S3. Use lifecycle policies to move the files to Amazon S3 Glacier after 1 year. Query and retrieve the files by searching for metadata from Amazon S3.
Archive individual files in Amazon S3. Use lifecycle policies to move the files to Amazon S3 Glacier after 1 year. Store search metadata in Amazon DynamoDB. Query the files from DynamoDB and retrieve them from Amazon S3 or S3 Glacier.
Design Cost-Optimized Architectures
A company stores user data in AWS. The data is used continuously with peak usage during business hours. Access patterns vary, with some data not being used for months at a time. A solutions architect must choose a cost-effective solution that maintains the highest level of durability while maintaining high availability.
Which storage solution meets these requirements?
Which storage solution meets these requirements?
Amazon S3 Standard
Amazon S3 Intelligent-Tiering
Amazon S3 Glacier Deep Archive
Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA)
Design Cost-Optimized Architectures
A company's web application is running on Amazon EC2 instances behind an Application Load Balancer. The company recently changed its policy, which now requires the application to be accessed from one specific country only.
Which configuration will meet this requirement?
Which configuration will meet this requirement?
Configure the network ACL for the subnet that contains the EC2 instances.
Configure the security group for the EC2 instances.
Configure the security group on the Application Load Balancer.
Configure AWS WAF on the Application Load Balancer in a VPC.
Define Performant Architectures
Specify Secure Applications and Architectures
A company s web application is using multiple Linux Amazon EC2 instances and storing data on Amazon EBS volumes. The company is looking for a solution to increase the resiliency of the application in case of a failure and to provide storage that complies with atomicity, consistency, isolation, and durability (ACID).
What should a solutions architect do to meet these requirements?
What should a solutions architect do to meet these requirements?
Launch the application on EC2 instances in each Availability Zone. Attach EBS volumes to each EC2 instance.
Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Mount an instance store on each EC2 instance.
Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Store data on Amazon EFS and mount a target on each instance.
Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Store data using Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA).
Design Resilient Architectures
Define Performant Architectures
A company s web application is using multiple Linux Amazon EC2 instances and storing data on Amazon Elastic Block Store (Amazon EBS) volumes. The company is looking for a solution to increase the resiliency of the application in case of a failure and to provide storage that complies with atomicity, consistency, isolation, and durability (ACID).
What should a solutions architect do to meet these requirements?
What should a solutions architect do to meet these requirements?
Launch the application on EC2 instances in each Availability Zone. Attach EBS volumes to each EC2 instance.
Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Mount an instance store on each EC2 instance.
Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Store data on Amazon Elastic File System (Amazon EFS) and mount a target on each instance.
Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Store data using Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA).
Design Resilient Architectures
Define Performant Architectures
A company s web application is using multiple Linux Amazon EC2 instances and storing data on Amazon Elastic Block Store (Amazon EBS) volumes. The company is looking for a solution to increase the resiliency of the application in case of a failure and to provide storage that complies with atomicity, consistency, isolation, and durability (ACID).
What should a solutions architect do to meet these requirements?
What should a solutions architect do to meet these requirements?
Launch the application on EC2 instances in each Availability Zone. Attach EBS volumes to each EC2 instance.
Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Mount an instance store on each EC2 instance.
Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Store data on Amazon Elastic File System (Amazon EFS) and mount a target on each instance.
Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Store data using Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA).
Design Resilient Architectures
Define Performant Architectures
A company s web application uses an Amazon RDS PostgreSQL DB instance to store its application data. During the financial closing period at the start of every month, Accountants run large queries that impact the database's performance due to high usage. The company wants to minimize the impact that the reporting activity has on the web application.
What should a solutions architect do to reduce the impact on the database with the LEAST amount of effort?
What should a solutions architect do to reduce the impact on the database with the LEAST amount of effort?
Create a read replica and direct reporting traffic to the replica.
Create a Multi-AZ database and direct reporting traffic to the standby.
Create a cross-Region read replica and direct reporting traffic to the replica.
Create an Amazon Redshift database and direct reporting traffic to the Amazon Redshift database.
Define Performant Architectures
A company s website hosted on Amazon EC2 instances processes classified data stored in Amazon S3. Due to security concerns, the company requires a private and secure connection between its EC2 resources and Amazon S3.
Which solution meets these requirements?
Which solution meets these requirements?
Set up S3 bucket policies to allow access from a VPC endpoint.
Set up an IAM policy to grant read-write access to the S3 bucket.
Set up a NAT gateway to access resources outside the private subnet.
Set up an access key ID and a secret access key to access the S3 bucket.
Specify Secure Applications and Architectures
A company s website is used to sell products to the public. The site runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). There is also an Amazon CloudFront distribution, and AWS WAF is being used to protect against SQL injection attacks. The ALB is the origin for the CloudFront distribution. A recent review of security logs revealed an external malicious IP that needs to be blocked from accessing the website.
What should a solutions architect do to protect the application?
What should a solutions architect do to protect the application?
Modify the network ACL on the CloudFront distribution to add a deny rule for the malicious IP address.
Modify the configuration of AWS WAF to add an IP match condition to block the malicious IP address.
Modify the network ACL for the EC2 instances in the target groups behind the ALB to deny the malicious IP address.
Modify the security groups for the EC2 instances in the target groups behind the ALB to deny the malicious IP address.
Specify Secure Applications and Architectures
Design Cost-Optimized Architectures
A company s website is using an Amazon RDS MySQL Multi-AZ DB instance for its transactional data storage. There are other internal systems that query this DB instance to fetch data for internal batch processing. The RDS DB instance slows down significantly when the internal systems fetch data. This impacts the website s read and write performance, and the users experience slow response times.
Which solution will improve the website's performance?
Which solution will improve the website's performance?
Use an RDS PostgreSQL DB instance instead of a MySQL database.
Use Amazon ElastiCache to cache the query responses for the website.
Add an additional Availability Zone to the current RDS MySQL Multi-AZ DB instance.
Add a read replica to the RDS DB instance and configure the internal systems to query the read replica.
Define Performant Architectures
Comments