Selam arkadaslar, asagidaki 14 sorunun cevaplarindan emin olamadim, yardimci olabilirseniz sevinirim;
A legacy application is being migrated into AWS. The application has a large amount of data that is rarely accessed. When files are accessed they are retrieved sequentially. The application will be migrated onto an Amazon EC2 instance.
What is the LEAST expensive EBS volume type for this use case?
A-Throughput Optimized HOO (st1)
B-Provisioned IOPS SSD (io1)
C-Cold HOD (sc1)
D-General Purpose SSD (gp2)
------------------------------------------------------------
A company runs an internal browser-based application. The application runs on Amazon EC2 instances behind an Application Load Balancer. The instances run in an Amazon EC2 Auto Scaling group across multiple Availability Zones. The Auto Scaling group scales up to 20 instances during work hours, but scales down to 2 instances overnight. Staff are complaining that the application is very slow when the day begins, although it runs well by midmorning
How should the scaling be changed to address the staff complaints and keep costs to a minimum)
A-Implement a target tracking action triggered at a lower CPU threshold, and decrease the cooldown period
B-Implement a scheduled action that sets the minimum and maximum capacity to 20 shortly before the office opens
C-Implement a step scaling action triggered at a lower CPU threshold, and decrease the cooldown period
D-Implement a scheduled action that sets the desired capacity to 20 shortly before the office opens
-----------------------------------------------------------
A data processing application runs on an i3.large EC2 instance with a single 100 GB EBS gp2 volume. The application stores temporary data in a small database (less than 30 GB) located on the EBS root volume. The application is struggling to process the data fast enough, and a Solutions Architect has determined that the 1/0 speed of the temporary database is the bottleneck.
What is the MOST cost-eff cient way to improve the database response times?
A-Enable EBS optimization on the instance and keep the temporary files on the existing volume B-Move the temporary database onto instance storage
C-Put the temporary database on a new 50-GB EBS gp2 volume
D-Put the temporary database on a new 50-GB EBS iol volume with a 3000 IOPS allocation
---------------------------------------------------------------
You are designing a solution on AWS that requires a file storage layer that can be shared between multiple EC2 instances. The storage should be highly-available and should scale easily.
Which AWS service can be used for this design?
A-Amazon EBS
B-Amazon EC2 instance store
C-Amazon S3
D-Amazon EFS
-------------------------------------------------------------------
An application is deployed on multiple AWS regions and accessed from around the world. The application exposes static public IP addresses. Some users are experiencing poor performance when accessing the application over the Internet.
What should a solutions architect recommend to reduce internet latency?
A-Set up an Amazon Route 53 geoproximity routing policy to route traffic
B-Set up an Amazon CloudFront distribution to access an application
C-Set up AWS Direct Connect locations in multiple Regions
D-Set up AWS Global Accelerator and add endpoints
----------------------------------------------------------------------
A new application will be launched on an Amazon EC2 instance with an Elastic Block Store (EBS) volume. A solutions architect needs to determine the most cost-effective storage option. The application will have infrequent usage, with peaks of traffic for a couple of hours in the morning and evening. Disk 1/0 is variable with peaks of up to 3,000 IOPS.
Which solution should the solutions architect recommend?
A-Amazon EBS Provisioned IOPS SSD (io1)
B-Amazon EBS Throughput Optimized HOD (stl)
C-Amazon EBS Cold HOO (sc 1)
D-Amazon EBS General Purpose SSD (gp2)
-----------------------------------------------------------------------
A company is planning to use Amazon S3 to store documents uploaded by its customers. The images must be encrypted at rest in Amazon S3. The company does not want to spend time managing and rotating the keys, but it does want to control who can access those keys.
What should a solutions architect use to accomplish this?
A-Server-Side Encryption with AWS KMS-Managed Keys {SSE-KMS)
B-Server-Side Encryption with Amazon S3-Managed Keys (SSE-S3)
C-Server-Side Encryption with keys stored in an S3 bucket
D-Server-Side Encryption with Customer-Provided Keys {SSE-C)
---------------------------------------------------------------------------
A web application in a three-tier architecture runs on a fleet of Amazon EC2 instances. Performance issues have been reported and investigations point to insufficient swap space. The operations team requires monitoring to determine if this is correct. What should a solutions architect recommend?
A-Configure an Amazon CloudWatch SwapUsage metric dimension. Monitor the SwapUsage dimension in the EC2 metrics in CloudWatch
B-Install an Amazon CloudWatch agent on the instances. Run an appropriate script on a set schedule. Monitor SwapUtilization metrics in CloudWatch
C-Use EC2 metadata to collect information, then publish it to Amazon CloudWatch custom metrics. Monitor SwapUsage metrics in CloudWatch
D-Enable detailed monitoring in the EC2 console. Create an Amazon CloudWatch SwapUtilization custom metric. Monitor SwapUtilization I metrics in CloudWatch
-----------------------------------------------------------------------------
A company has deployed an API in a VPC behind an internal Network Load Balancer (NLB). An application that consumes the API as a client is deployed in a second account in private subnets.
Which architectural configurations will allow the API to be consumed without using the public Internet? (Select TWO.)
A-Configure an AWS Resource Access Manager connection between the two accounts. Access the API using the private address
B-Configure a Privatelink connection for the API into the client VPC. Access the API using the Privatelink address
C-Configure a VPC peering connection between the two VPCs. Access the API using the private address
D-Configure an AWS Direct Connect connection between the two VPCs. Access the API using the private address
E-Configure a Classiclink connection for the API into the client VPC. Access the API using the Classiclink address
-------------------------------------------------------------------------
A training provider hosts its website in Amazon VPC which consists of web servers behind application load Balancer in addition to Amazon DynamoDB which is not accessible from the internet.
What is the optimal architecture to ensure high availability and security?
A-Two private subnets for the web servers, and Two private subnets for DyanmoDB in each Availability Zone in addition to One shared public subnets for the elastic load balancer,
B-Two public subnets for the elastic load balancer, Two private subnets for the web servers. and Two private subnets for DyanmoDB in each Availability Zone.
C-One public subnet for the elastic load balancer, One private subnet for the web servers, and One private subnet for DyanmoDB in each Availability Zone.
D-One public subnet for the elastic load balancer, One public subnet for the web servers, and One private subnet for DyanrnoDB in each Availability Zone.
---------------------------------------------------------------------------
A transportation company is developing a multi-tier architecture to track the location of its cars during peak operating hours to be used in analytics purposes. A solutions architect must determine the most viable multi-tier option to support this architecture. The data points must be accessible from the REST API.
Which action meets these requirements for storing and retrieving location data7
A-Use Amazon API Gateway with Amazon Kinesis Data Analytics.
B-Use Amazon API Gateway with AWS Lambda.
C-Use Amazon Athena with Amazon 53.
D-Use Amazon QuickSight with Amazon Redshift.
-----------------------------------------------------------------------------
You works as solutions architect in a multinational bank, you are designing a web application that will run on Amazon EC2 instances behind an Application Load Balancer (ALB). The security team required that the application be resilient against malicious internet activity and attacks, and protect against new common vulnerabilities and exposures.
What should the solutions architect recommend?
A-Configure network ACLs and security groups to allow only ports 80 and 443 to access the EC2 instances.
B-Leverage Amazon CloudFront with the ALB endpoint as the origin.
C-Subscribe to AWS Shield Advanced and ensure common vulnerabilities and exposures are blocked.
D-Deploy an appropriate managed rule for AWS WAF and associate it with the ALB.
-------------------------------------------------------------------------------
A call center application consists of a three-tier application using Auto Scaling groups to automatically scale resources as needed. The Auto Scaling group scales up to 20 instances during work hours. but scales down to 5 instances overnight. Staff are complaining that the application is very slow when the day begins. although it runs well by mid-morning.
How should the scaling be changed to address the staff complaints and keep costs to a minimum?
A-Implement a step scaling action triggered at a lower CPU threshold, and decrease the cooldown period.
B-Implement a scheduled action that sets the minimum and maximum capacity to 20 shortly before the office opens.
C-Implement a target tracking action triggered at a lower CPU threshold, and decrease the cooldown period.
D-lmplement a scheduled action that sets the desired capacity to 20 shortly before the office opens.
---------------------------------------------------------------------------
A customer owns a simple API in a VPC behind an internet-facing Application Load Balancer (ALB). a client application which consumes the API is deployed in a second account in private subnets behind a NAT gateway. When requests to the client application increase, the NAT gateway costs are higher than expected. A solutions architect has configured the ALB to be internal.
Which combination of architectural changes will reduce the NAT gateway costs? (Choose two.)
A-Configure a VPC peering connection between the two VPCs. Access the API using the private address.
B-Configure an AWS Resource Access Manager connection between the two accounts. Access the API using the private address.
C-Configure an AWS Direct Connect connection between the two VPCs. Access the API using the private address.
D-Configure a Privatelink connection for the API into the client VPC. Access the API using the Privatelink address.
E-Configure a Classiclink connection for the API into the client VPC. Access the API using the Classiclink address.