Proper study guides for AWS-Solution-Architect-Associate AWS Certified Solutions Architect - Associate certified begins with aws solution architect associate questions preparation products which designed to deliver the aws solution architect associate certification by making you pass the AWS-Solution-Architect-Associate test at your first time. Try the free aws solution architect associate exam dumps right now.
Free demo questions for Amazon AWS-Solution-Architect-Associate Exam Dumps Below:
NEW QUESTION 1
What is the minimum time Interval for the data that Amazon CIoudWatch receives and aggregates?
Answer: C
Explanation: Many metrics are received and aggregated at 1-minute intervals. Some are at 3-minute or 5-minute intervals.
NEW QUESTION 2
A customer enquires about whether all his data is secure on AWS and is especially concerned about Elastic Map Reduce (EMR) so you need to inform him of some of the security features in place for AWS. Which of the below statements would be an incorrect response to your customers enquiry?
Answer: C
Explanation: Amazon S3 provides authentication mechanisms to ensure that stored data is secured against unauthorized access. Unless the customer who is uploading the data specifies otherwise, only that customer can access the data. Amazon EMR customers can also choose to send data to Amazon S3
using the HTTPS protocol for secure transmission. In addition, Amazon EMR always uses HTTPS to send data between Amazon S3 and Amazon EC2. For added security, customers may encrypt the input data before they upload it to Amazon S3 (using any common data compression tool); they then need to add a decryption step to the beginning of their cluster when Amazon EMR fetches the data from Amazon S3. Reference: https://aws.amazon.com/elasticmapreduce/faqs/
NEW QUESTION 3
You are implementing AWS Direct Connect. You intend to use AWS public service end points such as Amazon 53, across the AWS Direct Connect link. You want other Internet traffic to use your existing link to an Internet Service Provider.
What is the correct way to configure AW5 Direct connect for access to services such as Amazon 53?
Answer: C
NEW QUESTION 4
Amazon RDS automated backups and DB Snapshots are currently supported for only the _ _ storage engine
Answer: B
NEW QUESTION 5
Which of the following are valid statements about Amazon 53? Choose 2 answers
Answer: CE
Explanation: Reference:
http://api-portal.anypoint.mulesoft.com/amazon/api/amazon-s3-api/docs/concepts#DataConsistencyNIod el
NEW QUESTION 6
You receive a bill from AWS but are confused because you see you are incurring different costs for the exact same storage size in different regions on Amazon S3. You ask AWS why this is so. What response would you expect to receive from AWS?
Answer: B
Explanation: Amazon S3 is storage for the internet. |t’s a simple storage service that offers software developers a highly-scalable, reliable, and low-latency data storage infrastructure at very low costs.
AWS charges less where their costs are less.
For example, their costs are lower in the US Standard Region than in the US West (Northern California) Region.
Reference: https://aws.amazon.com/s3/faqs/
NEW QUESTION 7
A user is running a webserver on EC2. The user wants to receive the SMS when the EC2 instance utilization is above the threshold limit. Which AWS services should the user configure in this case?
Answer: B
Explanation: Amazon SNS makes it simple and cost-effective to push to mobile devices, such as iPhone, iPad, Android, Kindle Fire, and internet connected smart devices, as well as pushing to other distributed services. In this case, the user can configure that Cloudwatch sends an alarm on when the threshold is crossed to SNS which will trigger an SMS.
Reference: http://aws.amazon.com/sns/
NEW QUESTION 8
You are deploying an application to collect votes for a very popular television show. Millions of users will submit votes using mobile devices. The votes must be collected into a durable, scalable, and highly available data store for real-time public tabulation. Which service should you use?
Answer: C
NEW QUESTION 9
You have written a CIoudFormation template that creates I Elastic Load Balancer fronting 2 EC2 Instances. Which section of the template should you edit so that the DNS of the load balancer is returned upon creation of the stack?
Answer: B
Explanation: You can use AWS CIoudFormation’s sample templates or create your own templates to describe the AWS resources, and any associated dependencies or runtime parameters, required to run your application.
Reference:
http://docs.aws.amazon.com/AWSCIoudFormation/latest/UserGuide/outputs-section-structure.html
NEW QUESTION 10
Multi-AZ deployment _ supported for Microsoft SQL Server DB Instances.
Answer: A
NEW QUESTION 11
A t2.medium EC2 instance type must be launched with what type of Amazon Machine Image (AMI)?
Answer: A
Explanation: Reference: http://docs.aws.amazon.com/AWSEC2/Iatest/UserGuide/ec2-instanee-resize.htmI
NEW QUESTION 12
You have just finshed setting up an advertisement server in which one of the obvious choices for a service was Amazon Elastic Map Reduce( EMR) and are now troubleshooting some weird cluster states that you are seeing. Which of the below is not an Amazon EMR cluster state?
Answer: B
Explanation: Amazon Elastic Map Reduce (EMR) is a web service that enables businesses, researchers, data analysts, and developers to easily and cost-effectively process vast amounts of data.
Amazon EMR historically referred to an Amazon EMR cluster (and all processing steps assigned to it) as a "c|uster". Every cluster has a unique identifier that starts with "j-".
The different cluster states of an Amazon EMR cluster are listed below. STARTING — The cluster provisions, starts, and configures EC2 instances. BOOTSTRAPPING — Bootstrap actions are being executed on the cluster. RUNNING — A step for the cluster is currently being run.
WAITING — The cluster is currently active, but has no steps to run. TERMINATING - The cluster is in the process of shutting down. TERMINATED - The cluster was shut down without error. TERMINATED_W|TH_ERRORS - The cluster was shut down with errors.
Reference: https://aws.amazon.com/elasticmapreduce/faqs/
NEW QUESTION 13
How can an EBS volume that is currently attached to an EC2 instance be migrated from one Availability Zone to another?
Answer: C
NEW QUESTION 14
What does Amazon DynamoDB provide?
Answer: D
Explanation: Amazon DynamoDB is a managed NoSQL database service offered by Amazon. It automatically manages tasks like scalability for you while it provides high availability and durability for your data, allowing you to concentrate in other aspects of your application.
Reference: check link - https://aws.amazon.com/running_databases/
NEW QUESTION 15
How are the EBS snapshots saved on Amazon 53?
Answer: B
NEW QUESTION 16
What does the following policy for Amazon EC2 do?
{
"Statement":[{
"Effect":"AI|ow", "Action":"ec2:Describe*", "Resource":"*"
II
}
Answer: A
Explanation: You can use IAM policies to control the actions that your users can perform against your EC2 resources. For instance, a policy with the following statement will allow users to perform actions whose name start with "Describe" against all your EC2 resources.
{
"Statement":[{
"Effect":"AI|ow", "Action":"ec2:Describe*", "Resource":"*"
}l
}
Reference: http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/UsingIAM.htmI
NEW QUESTION 17
Can the string value of 'Key' be prefixed with :aws:"?
Answer: D
NEW QUESTION 18
You are migrating a legacy client-server application to AWS. The application responds to a specific DNS domain (e.g. www.examp|e.com) and has a 2-tier architecture, with multiple application sewers and a database server. Remote clients use TCP to connect to the application sewers. The application servers need to know the IP address of the clients in order to function properly and are currently taking that information from the TCP socket. A MuIti-AZ RDS MySQL instance will be used for the database. During the migration you can change the application code, but you have to file a change request.
How would you implement the architecture on AWS in order to maximize scalability and high availability?
Answer: D
NEW QUESTION 19
D0 the Amazon EBS volumes persist independently from the running life of an Amazon EC2 instance?
Answer: B
P.S. Easily pass AWS-Solution-Architect-Associate Exam with 672 Q&As Certleader Dumps & pdf Version, Welcome to Download the Newest Certleader AWS-Solution-Architect-Associate Dumps: https://www.certleader.com/AWS-Solution-Architect-Associate-dumps.html (672 New Questions)