AWS Solution Architect Associate Dump2
AWS Solution Architect Associate Dump2
AWS Solution Architect Associate Dump2
Answer: D
NEW QUESTION 2
Amazon EBS provides the ability to create backups of any Amazon EC2 volume into what is known as Explanation:
Amazon EIastiCache is a web service that makes it easy to deploy and run Memcached or Redis protocol-compliant server nodes in the cloud. Amazon
A. snapshots EIastiCache improves the performance of web applications by allowing you to retrieve information from a fast, managed, in-memory caching system, instead of
B. images relying entirely on slower disk-based databases. The service simplifies and offloads the management, monitoring and operation of in-memory cache environments,
C. instance backups enabling your engineering resources to focus on developing applications.
D. mirrors Using Amazon EIastiCache, you can not only improve load and response times to user actions and queries, but also reduce the cost associated with scaling web
applications.
Answer: A Reference: https://aws.amazon.com/eIasticache/faqs/
Explanation:
Amazon allows you to make backups of the data stored in your EBS volumes through snapshots that can later be used to create a new EBS volume. NEW QUESTION 7
Reference: http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/Storage.htmI Your supervisor has asked you to build a simple file synchronization service for your department. He doesn't want to spend too much money and he wants to be
notified of any changes to files by email. What do you think would be the best Amazon service to use for the email solution?
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
Answer: C A. Public IP
B. Elastic IP
Explanation: C. Private DNS
AWS Import/Export supports: Import to Amazon S3 D. Private IP
Export from Amazon S3 Import to Amazon EBS Import to Amazon Glacier
AWS Import/Export does not currently support export from Amazon EBS or Amazon Glacier. Reference: Answer: B
https://docs.aws.amazon.com/AWSImportExport/Iatest/DG/whatisdisk.html
Explanation:
Auto Scaling supports both EC2 classic and EC2-VPC. When an instance is launched as a part of EC2 classic, it will have the public IP and DNS as well as the
NEW QUESTION 11 private IP and DNS.
A user wants to use an EBS-backed Amazon EC2 instance for a temporary job. Based on the input data, the job is most likely to finish within a week. Which of the Reference: http://docs.aws.amazon.com/AutoScaIing/latest/DeveIoperGuide/GettingStartedTutoriaI.html
following steps should be followed to terminate the instance automatically once the job is finished?
A. Configure the EC2 instance with a stop instance to terminate it. NEW QUESTION 26
B. Configure the EC2 instance with ELB to terminate the instance when it remains idle. You have been given a scope to deploy some AWS infrastructure for a large organisation. The requirements are that you will have a lot of EC2 instances but may
C. Configure the CIoudWatch alarm on the instance that should perform the termination action once the instance is idle. need to add more when the average utilization of your Amazon EC2 fileet is high and conversely remove them when CPU utilization is low. Which AWS services
D. Configure the Auto Scaling schedule actMty that terminates the instance after 7 day would be best to use to accomplish this?
Answer: B
NEW QUESTION 17
In Amazon EC2, partial instance-hours are billed . Explanation:
Read Replicas make it easy to take advantage of MySQL’s built-in replication functionality to elastically scale out beyond the capacity constraints of a single DB
A. per second used in the hour Instance for read-heavy database workloads. There are a variety of scenarios where deploying one or more Read Replicas for a given source DB Instance may
B. per minute used make sense. Common reasons for deploying a Read Replica include:
C. by combining partial segments into full hours Scaling beyond the compute or I/O capacity of a single DB Instance for read-heavy database workloads. This excess read traffic can be directed to one or more
D. as full hours Read Replicas.
Serving read traffic while the source DB Instance is unavailable. If your source DB Instance cannot take I/O requests (e.g. due to I/O suspension for backups or
Answer: D scheduled maintenance), you can direct read traffic to your Read RepIica(s). For this use case, keep in mind that the data on the Read Replica may be "staIe"
since the source DB Instance is unavailable.
Business reporting or data warehousing scenarios; you may want business reporting queries to run against a Read Replica, rather than your primary, production
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
DB Instance. Facebook, Google, or Amazon. It will create temporary security credentials for each user, which will be authenticated by the AWS services, such as S3.
Reference: https://aws.amazon.com/rds/faqs/ Reference: http://docs.aws.amazon.com/STS/latest/UsingSTS/CreatingWIF.htmI
Answer: B Explanation:
Amazon Glacier supports various vault operations.
Explanation: A vault inventory refers to the list of archives in a vault. For each archive in the list, the inventory provides archive information such as archive ID, creation date,
AWS CIoudFormation is a service that helps you model and set up your Amazon Web Services resources so that you can spend less time managing those and size. Amazon Glacier updates the vault inventory approximately once a day, starting on the day the first archive is uploaded to the vault. A vault inventory
resources and more time focusing on your applications that run in AWS. You create a template that describes all the AWS resources that you want (like Amazon must exist for you to be able to download it.
EC2 instances or Amazon RDS DB instances), and AWS CIoudFormation takes care of provisioning and configuring those resources for you. You don't need to Downloading a vault inventory is an asynchronous operation. You must first initiate a job to download the inventory. After receMng the job request, Amazon Glacier
indMdually create and configure AWS resources prepares your inventory for download. After the job completes, you can download the inventory data.
and figure out what's dependent on what. AWS CIoudFormation handles all of that. Given the asynchronous nature of the job, you can use Amazon Simple Notification Service (Amazon SNS) notifications to notify you when the job completes. You
Reference: http://docs.aws.amazon.com/AWSCIoudFormation/latest/UserGuide/WeIcome.htmI can specify an Amazon SNS topic for each indMdual job request or configure your vault to send a notification when specific vault events occur. Amazon Glacier
prepares an inventory for each vault periodically, every 24 hours. If there have been no archive additions or deletions to the vault since the last inventory, the
inventory date is not updated. When you initiate a job for a vault inventory, Amazon Glacier returns the last inventory it generated, which is a point-in-time snapshot
NEW QUESTION 36 and not real-time data. You might not find it useful to retrieve vault inventory for each archive upload. However, suppose you maintain a database on the client-side
Which of the following AWS CLI commands is syntactically incorrect? associating metadata about the archives you upload to Amazon Glacier. Then, you might find the vault inventory useful to reconcile information in your database
1. $ aws ec2 describe-instances with the actual vault inventory.
2. $ aws ec2 start-instances --instance-ids i-1348636c Reference: http://docs.aws.amazon.com/amazongIacier/latest/dev/working-with-vaults.html
3. $ aws sns publish --topic-arn arn:aws:sns:us-east-1:546419318123:OperationsError -message "Script Failure"
4. $ aws sqs receive-message --queue-urI https://queue.amazonaws.com/546419318123/Test
NEW QUESTION 50
A. 3 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
B. 4 some of the security features in place for AWS. Which of the below statements would be an incorrect response to your customers enquiry?
C. 2
D. 1 A. Amazon ENIR customers can choose to send data to Amazon S3 using the HTTPS protocol for secure transmission.
B. Amazon S3 provides authentication mechanisms to ensure that stored data is secured against unauthorized access.
Answer: A C. Every packet sent in the AWS network uses Internet Protocol Security (IPsec).
D. Customers may encrypt the input data before they upload it to Amazon S3.
Explanation:
The following CLI command is missing a hyphen before "-message". Answer: C
aws sns publish --topic-arn arn:aws:sns:us-east-1:546419318123:OperationsError -message "Script Failure"
It has been added below in red Explanation:
aws sns publish --topic-arn arn:aws:sns:us-east-1:546419318123:OperationsError ---message "Script Failure" Amazon S3 provides authentication mechanisms to ensure that stored data is secured against unauthorized access. Unless the customer who is uploading the
Reference: http://aws.amazon.com/c|i/ 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
NEW QUESTION 41 step to the beginning of their cluster when Amazon EMR fetches the data from Amazon S3. Reference: https://aws.amazon.com/elasticmapreduce/faqs/
An organization has developed a mobile application which allows end users to capture a photo on their mobile device, and store it inside an application. The
application internally uploads the data to AWS S3. The organization wants each user to be able to directly upload data to S3 using their Google ID. How will the
mobile app allow this? NEW QUESTION 51
You need to measure the performance of your EBS volumes as they seem to be under performing. You have come up with a measurement of 1,024 KB I/O but
A. Use the AWS Web identity federation for mobile applications, and use it to generate temporary security credentials for each user. your colleague tells you that EBS volume performance is measured in IOPS. How many IOPS is equal to 1,024 KB I/O?
B. It is not possible to connect to AWS S3 with a Google ID.
C. Create an IAM user every time a user registers with their Google ID and use IAM to upload files to S3. A. 16
D. Create a bucket policy with a condition which allows everyone to upload if the login ID has a Google part to it. B. 256
C. 8
Answer: A D. 4
Explanation: Answer: D
For Amazon Web Services, the Web identity federation allows you to create cloud-backed mobile apps that use public identity providers, such as login with
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
Explanation: Amazon S3 supports several mechanisms that give you filexibility to control who can access your data as well as how, when, and where they can access it.
Several factors can affect the performance of Amazon EBS volumes, such as instance configuration, I/O characteristics, workload demand, and storage Amazon S3 provides four different access control mechanisms: AWS Identity and Access Management (IAM) policies, Access Control Lists (ACLs), bucket
configuration. policies, and query string authentication. IAM enables organizations to create and manage multiple users under a single AWS account. With IAM policies, you can
IOPS are input/output operations per second. Amazon EBS measures each I/O operation per second grant IAM users fine-grained control to your Amazon S3 bucket or objects. You can use ACLs to selectively add (grant) certain permissions on indMdual objects.
(that is 256 KB or smaller) as one IOPS. I/O operations that are larger than 256 KB are counted in 256 KB capacity units. Amazon S3 bucket policies can be used to add or deny permissions across some or all of the objects within a single bucket.
For example, a 1,024 KB I/O operation would count as 4 IOPS. With Query string authentication, you have the ability to share Amazon S3 objects through URLs that are
When you provision a 4,000 IOPS volume and attach it to an EBS-optimized instance that can provide the necessary bandwidth, you can transfer up to 4,000 valid for a specified period of time.
chunks of data per second (provided that the I/O does not exceed the 128 MB/s per volume throughput limit of General Purpose (SSD) and Provisioned IOPS Reference: http://aws.amazon.com/s3/detai|s/#security
(SSD) volumes).
Reference: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSPerformance.htmI
NEW QUESTION 70
Which of the following statements is true of creating a launch configuration using an EC2 instance?
NEW QUESTION 54
Having set up a website to automatically be redirected to a backup website if it fails, you realize that there are different types of failovers that are possible. You A. The launch configuration can be created only using the Query APIs.
need all your resources to be available the majority of the time. Using Amazon Route 53 which configuration would best suit this requirement? B. Auto Scaling automatically creates a launch configuration directly from an EC2 instance.
C. A user should manually create a launch configuration before creating an Auto Scaling group.
A. Active-active failover. D. The launch configuration should be created manually from the AWS CL
B. Non
C. Route 53 can't failover. Answer: B
D. Active-passive failover.
E. Active-active-passive and other mixed configuration Explanation:
You can create an Auto Scaling group directly from an EC2 instance. When you use this feature, Auto Scaling automatically creates a launch configuration for you
Answer: A as well.
Reference:
Explanation: http://docs.aws.amazon.com/AutoScaling/latest/DeveIoperGuide/create-Ic-with-instancelD.htmI
You can set up a variety of failover configurations using Amazon Route 53 alias: weighted, latency, geolocation routing, and failover resource record sets.
Active-active failover: Use this failover configuration when you want all of your resources to be available the majority of the time. When a resource becomes
unavailable, Amazon Route 53 can detect that it's unhealthy and stop including it when responding to queries. NEW QUESTION 75
Active-passive failover: Use this failover configuration when you want a primary group of resources to be available the majority of the time and you want a A user has created an application which will be hosted on EC2. The application makes calls to DynamoDB to fetch certain data. The application is using the
secondary group of resources to be on standby in case all of the primary resources become unavailable. When responding to queries, Amazon Route 53 includes DynamoDB SDK to connect with from the EC2 instance. Which of the below mentioned statements is true with respect to the best practice for security in this
only the healthy primary resources. If all of the primary resources are unhealthy, Amazon Route 53 begins to include only the healthy secondary resources in scenario?
response to DNS queries.
Active-active-passive and other mixed configurations: You can combine alias and non-alias resource record sets to produce a variety of Amazon Route 53 A. The user should create an IAM user with DynamoDB access and use its credentials within the application to connect with DynamoDB
behaviors. B. The user should attach an IAM role with DynamoDB access to the EC2 instance
Reference: http://docs.aws.amazon.com/Route53/Iatest/DeveIoperGuide/dns-failover.html C. The user should create an IAM role, which has EC2 access so that it will allow deploying the application
D. The user should create an IAM user with DynamoDB and EC2 acces
E. Attach the user with the application so that it does not use the root account credentials
NEW QUESTION 59
You decide that you need to create a number of Auto Scaling groups to try and save some money as you have noticed that at certain times most of your EC2 Answer: B
instances are not being used. By default, what is the maximum number of Auto Scaling groups that AWS will allow you to create?
Explanation:
A. 12 With AWS IAM a user is creating an application which runs on an EC2 instance and makes requests to
B. Unlimited AWS, such as DynamoDB or S3 calls. Here it is recommended that the user should not create an IAM user and pass the user's credentials to the application or
C. 20 embed those credentials inside the application. Instead, the user should use roles for EC2 and give that role access to DynamoDB /S3. When the roles are
D. 2 attached to EC2, it will give temporary security credentials to the application hosted on that EC2, to connect with DynamoDB / S3.
Reference: http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_WorkingWithGroupsAndUsers.htmI
Answer: C
A. INSUFFICIENT_DATA
NEW QUESTION 67 B. ALARM
Amazon S3 allows you to set per-file permissions to grant read and/or write access. However you have decided that you want an entire bucket with 100 files C. OK
already in it to be accessible to the public. You don't want to go through 100 files indMdually and set permissions. What would be the best way to do this? D. STATUS_CHECK_FAILED
Explanation:
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
NEW QUESTION 88 B
A user is planning to launch a scalable web application. Which of the below mentioned options will not affect the latency of the application?
Explanation:
A. Region. Amazon VPC provides two features that you can use to increase security for your VPC:
B. Provisioned IOPS. Security groups—Act as a firewall for associated Amazon EC2 instances, controlling both inbound and outbound traffic at the instance level
C. Availability Zone. Network access control lists (ACLs)—Act as a firewall for associated subnets, controlling both inbound and outbound traffic at the subnet level
D. Instance siz Security groups are stateful: (Return traffic is automatically allowed, regardless of any rules) Network ACLs are stateless: (Return traffic must be explicitly allowed
by rules)
Answer: C Reference: http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Security.html
Explanation:
In AWS, the instance size decides the I/O characteristics. The provisioned IOPS ensures higher throughput, and lower latency. The region does affect the latency; NEW QUESTION 102
latency will always be less when the instance is near to the end user. Within a region the user uses any AZ and this does not affect the latency. The AZ is mainly You have multiple VPN connections and want to provide secure communication between sites using the AWS VPN CIoudHub. Which statement is the most
for fault toleration or HA. accurate in describing what you must do to set this up correctly?
Reference: http://media.amazonwebservices.com/AWS_Security_Best_Practices.pdf
A. Create a virtual private gateway with multiple customer gateways, each with unique Border Gateway Protocol (BGP) Autonomous System Numbers (ASNs)
B. Create a virtual private gateway with multiple customer gateways, each with a unique set of keys
NEW QUESTION 90 C. Create a virtual public gateway with multiple customer gateways, each with a unique Private subnet
Name the disk storage supported by Amazon Elastic Compute Cloud (EC2). D. Create a virtual private gateway with multiple customer gateways, each with unique subnet id
NEW QUESTION 95
A scope has been handed to you to set up a super fast gaming server and you decide that you will use Amazon DynamoDB as your database. For efficient access NEW QUESTION 104
to data in a table, Amazon DynamoDB creates and maintains indexes for the primary key attributes. A secondary index is a data structure that contains a subset of Which one of the below is not an AWS Storage Service?
attributes from a table, along with an alternate key to support Query operations. How many types of secondary indexes does DynamoDB support?
A. Amazon S3
A. 2 B. Amazon Glacier
B. 16 C. Amazon CIoudFront
C. 4 D. Amazon EBS
D. As many as you nee
Answer: C
Answer: A
Explanation:
Explanation: AWS Storage Services are: Amazon S3
DynamoDB supports two types of secondary indexes: Amazon Glacier Amazon EBS
Local secondary index — an index that has the same hash key as the table, but a different range key. A local secondary index is "IocaI" in the sense that every AWS Storage Gateway
partition of a local secondary index is scoped to a table partition that has the same hash key. Reference: https://consoIe.aws.amazon.com/console
Global secondary index — an index with a hash and range key that can be different from those on the table. A global secondary index is considered "gIobaI"
because queries on the index can span all of the data in a table, across all partitions.
Reference: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Secondarylndexes.html NEW QUESTION 107
Regarding Amazon Route 53, if your application is running on Amazon EC2 instances in two or more Amazon EC2 regions and if you have more than one Amazon
EC2 instance in one or more regions, you can use to route traffic to the correct region and then use to route traffic to instances
NEW QUESTION 96 within the region, based on probabilities that you specify.
A user has set up the CIoudWatch alarm on the CPU utilization metric at 50%, with a time interval of 5 minutes and 10 periods to monitor. What will be the state of
the alarm at the end of 90 minutes, if the CPU utilization is constant at 80%? A. weighted-based routing; alias resource record sets
B. latency-based routing; weighted resource record sets
A. ALERT C. weighted-based routing; weighted resource record sets
B. ALARM D. latency-based routing; alias resource record sets
C. OK
D. INSUFFICIENT_DATA Answer: B
Answer: B Explanation:
Regarding Amazon Route 53, if your application is running on Amazon EC2 instances in two or more Amazon EC2 regions, and if you have more than one
Explanation: Amazon EC2 instance in one or more regions, you can use latency-based routing to route traffic to the correct region and then use weighted resource record sets
In this case the alarm watches a metric every 5 minutes for 10 intervals. Thus, it needs at least 50 minutes to come to the "OK" state. to route traffic to instances within the region based on weights that you specify.
Till then it will be in the |NSUFFUCIENT_DATA state. Reference: http://docs.aws.amazon.com/Route53/Iatest/DeveIoperGuide/Tutorials.html
Since 90 minutes have passed and CPU utilization is at 80% constant, the state of alarm will be "ALARNI". Reference:
http://docs.aws.amazon.com/AmazonCIoudWatch/latest/DeveloperGuide/AlarmThatSendsEmaiI.html
NEW QUESTION 109
A user is currently building a website which will require a large number of instances in six months, when a demonstration of the new site will be given upon launch.
NEW QUESTION 99 Which of the below mentioned options allows the user to procure the resources beforehand so that they need not worry about infrastructure availability during the
You need to set up security for your VPC and you know that Amazon VPC provides two features that you can use to increase security for your VPC: security demonstration?
groups and network access control lists (ACLs). You have already looked into security groups and you are now trying to understand ACLs. Which statement below
is incorrect in relation to ACLs? A. Procure all the instances as reserved instances beforehand.
B. Launch all the instances as part of the cluster group to ensure resource availability.
A. Supports allow rules and deny rules. C. Pre-warm all the instances one month prior to ensure resource availability.
B. Is stateful: Return traffic is automatically allowed, regardless of any rules. D. Ask AWS now to procure the dedicated instances in 6 month
C. Processes rules in number order when deciding whether to allow traffic.
D. Operates at the subnet level (second layer of defense). Answer: A
Answer: Explanation:
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
Amazon Web Services has massive hardware resources at its data centers, but they are finite. The best way for users to maximize their access to these resources D
is by reserving a portion of the computing capacity that they require. This can be done through reserved instances. With reserved instances, the user literally
reserves the computing capacity in the Amazon Web Services cloud. Explanation:
Reference: http://media.amazonwebservices.com/AWS_Building_FauIt_To|erant_AppIications.pdf If your application is running on Amazon EC2 instances in two or more Amazon EC2 regions, and if you have more than one Amazon EC2 instance in one or more
regions, you can use latency-based routing to route traffic to the correct region and then use weighted resource record sets to route traffic to instances within the
region based on weights that you specify.
NEW QUESTION 110 For example, suppose you have three Amazon EC2 instances with Elastic IP addresses in the US East (Virginia) region and you want to distribute requests across
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. all three IPs evenly for users for whom US East (Virginia) is the appropriate region. Just one Amazon EC2 instance is sufficient in the other regions, although you
You ask AWS why this is so. What response would you expect to receive from AWS? can apply the same technique to many regions at once.
Reference: http://docs.aws.amazon.com/Route53/Iatest/DeveIoperGuide/Tutorials.html
A. We charge less in different time zones.
B. We charge less where our costs are less.
C. This will balance out next bill. NEW QUESTION 125
D. It must be a mistak In Amazon EC2, what is the limit of Reserved Instances per Availability Zone each month?
Answer: B A. 5
B. 20
Explanation: C. 50
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 D. 10
infrastructure at very low costs.
AWS charges less where their costs are less. Answer: B
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/ Explanation:
There are 20 Reserved Instances per Availability Zone in each month.
Reference: http://docs.aws.amazon.com/generaI/latest/gr/aws_service_Iimits.html
NEW QUESTION 112
What is the default maximum number of Access Keys per user?
NEW QUESTION 130
A. 10 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
B. 15 troubleshooting some weird cluster states that you are seeing. Which of the below is not an Amazon EMR cluster state?
C. 2
D. 20 A. STARTING
B. STOPPED
Answer: C C. RUNNING
D. WAITING
Explanation:
The default maximum number of Access Keys per user is 2. Answer: B
Reference: http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.htmI
Explanation:
Amazon Elastic Map Reduce (EMR) is a web service that enables businesses, researchers, data analysts, and developers to easily and cost-effectively process
NEW QUESTION 113 vast amounts of data.
Doug has created a VPC with CIDR 10.201.0.0/16 in his AWS account. In this VPC he has created a public subnet with CIDR block 10.201.31.0/24. While 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
launching a new EC2 from the console, he is not able to assign the private IP address 10.201.31.6 to this instance. Which is the most likely reason for this issue? starts with "j-".
The different cluster states of an Amazon EMR cluster are listed below. STARTING — The cluster provisions, starts, and configures EC2 instances.
A. Private IP address 10.201.31.6 is blocked via ACLs in Amazon infrastructure as a part of platform security. BOOTSTRAPPING — Bootstrap actions are being executed on the cluster. RUNNING — A step for the cluster is currently being run.
B. Private address IP 10.201.31.6 is currently assigned to another interface. 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
C. Private IP address 10.201.31.6 is not part of the associated subnet's IP address range. was shut down without error. TERMINATED_W|TH_ERRORS - The cluster was shut down with errors.
D. Private IP address 10.201.31.6 is reserved by Amazon for IP networking purpose Reference: https://aws.amazon.com/elasticmapreduce/faqs/
Answer: B
NEW QUESTION 135
Explanation: Is it possible to get a history of all EC2 API calls made on your account for security analysis and operational troubleshooting purposes?
In Amazon VPC, you can assign any Private IP address to your instance as long as it is: Part of the associated subnet's IP address range
Not reserved by Amazon for IP networking purposes Not currently assigned to another interface Reference: http://aws.amazon.com/vpc/faqs/ A. Yes, by default, the history of your API calls is logged.
B. Yes, you should turn on the CIoudTraiI in the AWS console.
C. No, you can only get a history of VPC API calls.
NEW QUESTION 116 D. No, you cannot store history of EC2 API calls on Amazon.
Which of the following statements is true of tagging an Amazon EC2 resource?
Answer: B
A. You don't need to specify the resource identifier while terminating a resource.
B. You can terminate, stop, or delete a resource based solely on its tags. Explanation:
C. You can't terminate, stop, or delete a resource based solely on its tags. To get a history of all EC2 API calls (including VPC and EBS) made on your account, you simply turn on C|oudTrai| in the AWS Management Console.
D. You don't need to specify the resource identifier while stopping a resourc Reference: https://aws.amazon.com/ec2/faqs/
Answer: C
NEW QUESTION 139
Explanation: What happens to Amazon EBS root device volumes, by default, when an instance terminates?
You can assign tags only to resources that already exist. You can't terminate, stop, or delete a resource based solely on its tags; you must specify the resource
identifier. A. Amazon EBS root device volumes are moved to IAM.
Reference: http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/Using_Tags.html B. Amazon EBS root device volumes are copied into Amazon RDS.
C. Amazon EBS root device volumes are automatically deleted.
D. Amazon EBS root device volumes remain in the database until you delete the
NEW QUESTION 121
You have three Amazon EC2 instances with Elastic IP addresses in the US East (Virginia) region, and you want to distribute requests across all three IPs evenly Answer: C
for users for whom US East (Virginia) is the appropriate region.
How many EC2 instances would be sufficient to distribute requests in other regions? Explanation:
By default, Amazon EBS root device volumes are automatically deleted when the instance terminates. Reference:
A. 3 http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html
B. 9
C. 2
D. 1 NEW QUESTION 144
Mike is appointed as Cloud Consultant in Netcrak Inc. Netcrak has the following VPCs set-up in the US East Region:
Answer:
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
A VPC with CIDR block 10.10.0.0/16, a subnet in that VPC with CIDR block 10.10.1.0/24 A VPC with CIDR block 10.40.0.0/16, a subnet in that VPC with CIDR A. DB Subnet Set
block 10.40.1.0/24 B. RDS Subnet Group
Netcrak Inc is trying to establish network connection between two subnets, a subnet with CIDR block 10.10.1.0/24 and another subnet with CIDR block C. DB Subnet Group
10.40.1.0/24. Which one of the following solutions should Mke recommend to Netcrak Inc? D. DB Subnet Collection
A. Create 2 Virtual Private Gateways and configure one with each VPC. Answer: C
B. Create one EC2 instance in each subnet, assign Elastic IPs to both instances, and configure a set up Site-to-Site VPN connection between both EC2 instances.
C. Create a VPC Peering connection between both VPCs. Explanation:
D. Create 2 Internet Gateways, and attach one to each VP DB Subnet Groups are a set of subnets (one per Availability Zone of a particular region) designed for your DB instances that reside in a VPC. They make easy to
manage Multi-AZ deployments as well as the conversion from a Single-AZ to a Mut|i-AZ one.
Answer: C Reference: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.RDSVPC.htmI
Explanation:
A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IP addresses. EC2 NEW QUESTION 156
instances in either VPC can communicate with each other as if they are within the same network. You can create a VPC peering connection between your own An organization has a statutory requirement to protect the data at rest for the S3 objects. Which of the below mentioned options need not be enabled by the
VPCs, or with a VPC in another AWS account within a single region. organization to achieve data security?
AWS uses the existing infrastructure of a VPC to create a VPC peering connection; it is neither a gateway nor a VPN connection, and does not rely on a separate
piece of physical hardware. A. MFA delete for S3 objects
Reference: http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-peering.htm| B. Client side encryption
C. Bucket versioning
D. Data replication
NEW QUESTION 147
How many types of block devices does Amazon EC2 support? Answer: D
A. 4 Explanation:
B. 5 AWS S3 provides multiple options to achieve the protection of data at REST. The options include Permission (Policy), Encryption (Client and Server Side), Bucket
C. 2 Versioning and MFA based delete. The user can enable any of these options to achieve data protection. Data replication is an internal facility by AWS where S3
D. 1 replicates each object across all the Availability Zones and the organization need not
enable it in this case.
Answer: C Reference: http://media.amazonwebservices.com/AWS_Security_Best_Practices.pdf
Explanation:
Amazon EC2 supports 2 types of block devices. Reference: NEW QUESTION 160
http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html In Amazon Elastic Compute Cloud, which ofthe following is used for communication between instances in the same network (EC2-Classic or a VPC)?
A. Private IP addresses
NEW QUESTION 148 B. Elastic IP addresses
You are setting up some IAM user policies and have also become aware that some services support resource-based permissions, which let you attach policies to C. Static IP addresses
the service's resources instead of to IAM users or groups. Which of the below statements is true in regards to resource-level permissions? D. Public IP addresses
Explanation:
AWS Identity and Access Management is a web service that enables Amazon Web Services (AWS) customers to manage users and user permissions in AWS. NEW QUESTION 165
The service is targeted at organizations with multiple users or systems that use AWS products such as Amazon EC2, Amazon RDS, and the AWS Management AWS Identity and Access Management is a web service that enables Amazon Web Services (AWS) customers to manage users and user permissions in AWS. In
Console. With IAM, you can centrally manage users, security credentials such as access keys, and permissions that control which AWS resources users can addition to supporting IAM user policies, some services support resource-based permissions. Which of the following services are supported by
access. resource-based permissions?
In addition to supporting IAM user policies, some services support resource-based permissions, which let you attach policies to the service's resources instead of
to IAM users or groups. Resource-based permissions are supported by Amazon S3, Amazon SNS, and Amazon SQS. A. Amazon SNS, and Amazon SQS and AWS Direct Connect.
The resource-level permissions service supports IAM policies in which you can specify indMdual resources using Amazon Resource Names (ARNs) in the poIicy's B. Amazon S3 and Amazon SQS and Amazon EIastiCache.
Resource element. C. Amazon S3, Amazon SNS, Amazon SQS, Amazon Glacier and Amazon EBS.
Some services support resource-level permissions only for some actions. D. Amazon Glacier, Amazon SNS, and Amazon CIoudWatch
Reference: http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_SpecificProducts.html
Answer: C
Explanation:
NEW QUESTION 153 As your customer base grows and becomes more geographically distributed, using a high- performance edge cache like Amazon CIoudFront can provide
A for a VPC is a collection of subnets (typically private) that you may want to designate for your backend RDS DB Instances.
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
substantial improvements in latency, fault tolerance, and cost. monitor your web application. Because you live in Sydney you have chosen the the Asia Pacific (Sydney) region in the AWS console. However you have set up
By using Amazon S3 as the origin server for the Amazon CIoudFront distribution, you gain the advantages of fast in-network data transfer rates, simple this up but no CIoudFront metrics seem to be appearing in the CIoudWatch console. What is the most likely reason from the possible choices below for this?
publishing/caching workflow, and a unified security framework.
Amazon S3 and Amazon CIoudFront can be configured by a web service, the AWS Management Console, or a host of third-party management tools. A. Metrics for CIoudWatch are available only when you choose the same region as the application you aremonitoring.
Reference:http://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_media_02.pdf B. You need to pay for CIoudWatch for it to become active.
C. Metrics for CIoudWatch are available only when you choose the US East (
D. Virginia)
NEW QUESTION 175 E. Metrics for CIoudWatch are not available for the Asia Pacific region as ye
You are setting up your first Amazon Virtual Private Cloud (Amazon VPC) network so you decide you should probably use the AWS Management Console and the
VPC Wizard. Which of the following is not an option for network architectures after launching the "Start VPC Wizard" in Amazon VPC page on the AWS Answer: C
Management Console?
Explanation:
A. VPC with a Single Public Subnet Only CIoudFront is a global service, and metrics are available only when you choose the US East (N. Virginia) region in the AWS console. If you choose another region,
B. VPC with a Public Subnet Only and Hardware VPN Access no CIoudFront metrics will appear in the CIoudWatch console.
C. VPC with Public and Private Subnets and Hardware VPN Access Reference:
D. VPC with a Private Subnet Only and Hardware VPN Access http://docs.aws.amazon.com/AmazonCIoudFront/latest/Deve|operGuide/monitoring-using-cloudwatch.ht ml
Answer: B
NEW QUESTION 185
Explanation: A friend wants you to set up a small BitTorrent storage area for him on Amazon S3. You tell him it is highly unlikely that AWS would allow such a thing in their
Amazon VPC enables you to build a virtual network in the AWS cloud - no VPNs, hardware, or physical datacenters required. infrastructure. However you decide to investigate. Which of the following statements best describes using BitTorrent with Amazon S3?
Your AWS resources are automatically provisioned in a ready-to-use default VPC. You can choose to create additional VPCs by going to Amazon VPC page on
the AWS Management Console and click on the "Start VPC Wizard" button. A. Amazon S3 does not support the BitTorrent protocol because it is used for pirated software.
You’II be presented with four basic options for network architectures. After selecting an option, you can modify the size and IP address range of the VPC and its B. You can use the BitTorrent protocol but only for objects that are less than 100 GB in size.
subnets. If you select an option with Hardware VPN Access, you will need to specify the IP address of the VPN hardware on your network. You can modify the C. You can use the BitTorrent protocol but you need to ask AWS for specific permissions first.
VPC to add more subnets or add or remove gateways at any time after the VPC has been created. D. You can use the BitTorrent protocol but only for objects that are less than 5 GB in siz
The four options are:
VPC with a Single Public Subnet Only VPC with Public and Private Subnets Answer: D
VPC with Public and Private Subnets and Hardware VPN Access VPC with a Private Subnet Only and Hardware VPN Access Reference:
https://aws.amazon.com/vpc/faqs/ Explanation:
BitTorrent is an open, peer-to-peer protocol for distributing files. You can use the BitTorrent protocol to retrieve any publicly-accessible object in Amazon S3.
Amazon S3 supports the BitTorrent protocol so that developers can save costs when distributing content at high scale. Amazon S3 is useful for simple, reliable
NEW QUESTION 177 storage of any data. The default distribution mechanism for Amazon S3 data is via client/server download. In client/server distribution, the entire object is
Which one of the below doesn't affect Amazon CIoudFront billing? transferred point-to-point from Amazon S3 to every authorized user who requests that object. While client/server delivery is appropriate for a wide variety of use
cases, it is not optimal for everybody. Specifically, the costs of client/server distribution increase linearly as the number of users downloading objects increases.
A. Distribution Type This can make it expensive to distribute popular objects.
B. Data Transfer Out BitTorrent addresses this problem by recruiting the very clients that are downloading the object as distributors themselves: Each client downloads some pieces of
C. Dedicated IP SSL Certificates the object from Amazon S3 and some from other clients, while simultaneously uploading pieces of the same object to other interested "peers." The benefit for
D. Requests publishers is that for large, popular files the amount of data actually supplied by Amazon S3 can be substantially lower than what it would have been sewing the
same clients via client/server download. Less data transferred means lower costs for the publisher of the object.
Answer: A Reference: http://docs.aws.amazon.com/AmazonS3/latest/dev/S3Torrent.html
Explanation:
Amazon CIoudFront is a web service for content delivery. C|oudFront delivers your content using a global network of edge locations and works seamlessly with NEW QUESTION 186
Amazon S3 which durably stores the original and definitive versions of your files. After a major security breach your manager has requested a report of all users and their credentials in AWS. You discover that in IAM you can generate and
Amazon CIoudFront billing is maily affected by Data Transfer Out download a credential report that lists all users in your account and the status of their various credentials, including passwords, access keys, MFA devices,
Edge Location Traffic Distribution Requests and signing certificates. Which following statement is incorrect in regards to the use of credential reports?
Dedicated IP SSL Certificates
Reference: http://calcu|ator.s3.amazonaws.com/index.htmI A. Credential reports are downloaded XML files.
B. You can get a credential report using the AWS Management Console, the AWS CLI, or the IAM API.
C. You can use the report to audit the effects of credential lifecycle requirements, such as password rotation.
NEW QUESTION 178 D. You can generate a credential report as often as once every four hour
Your company has multiple IT departments, each with their own VPC. Some VPCs are located within the same AWS account, and others in a different AWS
account. You want to peer together all VPCs to enable the IT departments to have full access to each others' resources. There are certain limitations placed on Answer: A
VPC peering. Which of the following statements is incorrect in relation to VPC peering?
Explanation:
A. Private DNS values cannot be resolved between instances in peered VPCs. To access your AWS account resources, users must have credentials.
B. You can have up to 3 VPC peering connections between the same two VPCs at the same time. You can generate and download a credential report that lists all users in your account and the status of their various credentials, including passwords, access
C. You cannot create a VPC peering connection between VPCs in different regions. keys, MFA devices, and signing certificates. You can get a credential report using the AWS Management Console, the AWS CLI, or the IAM API.
D. You have a limit on the number active and pending VPC peering connections that you can have per VPC. You can use credential reports to assist in your auditing and compliance efforts. You can use the report to audit the effects of credential lifecycle requirements,
such as password rotation. You can provide the report to an external auditor, or grant permissions to an auditor so that he or she can download the report directly.
Answer: B You can generate a credential report as often as once every four hours. When you request a report, IAM first checks whether a report for the account has been
generated within the past four hours. If so, the most recent report is downloaded. If the most recent report for the account is more than four hours old, or if there
Explanation: are no previous reports for the account, IAM generates and downloads a new report.
To create a VPC peering connection with another VPC, you need to be aware of the following limitations and rules: Credential reports are downloaded as comma-separated values (CSV) files.
You cannot create a VPC peering connection between VPCs that have matching or overlapping CIDR blocks. You can open CSV files with common spreadsheet software to perform analysis, or you can build an application that consumes the CSV files programmatically and
You cannot create a VPC peering connection between VPCs in different regions. performs custom analysis. Reference: http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html
You have a limit on the number active and pending VPC peering connections that you can have per VPC. VPC peering does not support transitive peering
relationships; in a VPC peering connection, your VPC will not have access to any other VPCs that the peer VPC may be peered with. This includes VPC peering
connections that are established entirely within your own AWS account. NEW QUESTION 191
You cannot have more than one VPC peering connection between the same two VPCs at the same time. The Maximum Transmission Unit (MTU) across a VPC In the most recent company meeting, your CEO focused on the fact that everyone in the organization needs to make sure that all of the infrastructure that is built is
peering connection is 1500 bytes. truly scalable. Which of the following statements is incorrect in reference to scalable architecture?
A placement group can span peered VPCs; however, you will not get full-bisection bandwidth between instances in peered VPCs.
Unicast reverse path forwarding in VPC peering connections is not supported. A. A scalable service is capable of handling heterogeneity.
You cannot reference a security group from the peer VPC as a source or destination for ingress or egress rules in your security group. Instead, reference CIDR B. A scalable service is resilient.
blocks of the peer VPC as the source or destination of your security group's ingress or egress rules. C. A scalable architecture won't be cost effective as it grows.
Private DNS values cannot be resolved between instances in peered VPCs. Reference: D. Increasing resources results in a proportional increase in performanc
http://docs.aws.amazon.com/AmazonVPC/Iatest/PeeringGuide/vpc-peering-overview.htmI#vpc-peering-Ii mitations
Answer: C
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
the monolithic components and bottlenecks in your architecture, identify the areas where you cannot leverage the on-demand provisioning capabilities in your In Route 53, what does a Hosted Zone refer to?
architecture, and work to refactor your application, in order to leverage the scalable infrastructure and take advantage of the cloud.
Characteristics of a truly scalable application: A. A hosted zone is a collection of geographical load balancing rules for Route 53.
Increasing resources results in a proportional increase in performance A scalable service is capable of handling heterogeneity B. A hosted zone is a collection of resource record sets hosted by Route 53.
A scalable service is operationally efficient A scalable service is resilient C. A hosted zone is a selection of specific resource record sets hosted by CIoudFront for distribution to Route 53.
A scalable service should become more cost effective when it grows (Cost per unit reduces as the number of units increases) D. A hosted zone is the Edge Location that hosts the Route 53 records for a use
Reference: http://media.amazonwebservices.com/AWS_CIoud_Best_Practices.pdf
Answer: B
A. Configure the security group of EC2, which allows access to the ELB source security group NEW QUESTION 213
B. Configure the EC2 instance so that it only listens on the ELB port You need to create a management network using network interfaces for a virtual private cloud (VPC) network. Which of the following statements is incorrect
C. Open the port for an ELB static IP in the EC2 security group pertaining to Best Practices for Configuring Network Interfaces.
D. Configure the security group of EC2, which allows access only to the ELB listener
A. You can detach secondary (ethN) network interfaces when the instance is running or stoppe
Answer: A B. However, you can't detach the primary (eth0) interface.
C. Launching an instance with multiple network interfaces automatically configures interfaces, private IP addresses, and route tables on the operating system of
Explanation: the instance.
When a user is configuring ELB and registering the EC2 instances with it, ELB will create a source security group. If the user wants to allow traffic only from ELB, D. You can attach a network interface in one subnet to an instance in another subnet in the same VPC, however, both the network interface and the instance must
he should remove all the rules set for the other requests and open the port only for the ELB source security group. reside in the same Availability Zone.
Reference: E. Attaching another network interface to an instance is a valid method to increase or double the network bandwidth to or from the dual-homed instance
http://docs.aws.amazon.com/EIasticLoadBaIancing/latest/DeveIoperGuide/using-elb-security-groups.htmI
Answer: D
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
Explanation: A. Resources
With Amazon EBS encryption, you can now create an encrypted EBS volume and attach it to a supported instance type. Data on the volume, disk I/O, and B. Outputs
snapshots created from the volume are then all encrypted. The encryption occurs on the servers that host the EC2 instances, providing encryption of data as it C. Parameters
moves between EC2 instances and EBS storage. EBS encryption is based on the industry standard AES-256 cryptographic algorithm. D. Mappings
To get started, simply enable encryption when you create a new EBS volume using the AWS Management Console, API, or CLI. Amazon EBS encryption is
available for all the latest EC2 instances in all commercially available AWS regions. Answer: B
Reference:
https://aws.amazon.com/about-aws/whats-new/2014/05/21/Amazon-EBS-encryption-now-avai|abIe/ 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.
NEW QUESTION 224 Reference:
A user has created an ELB with Auto Scaling. Which of the below mentioned offerings from ELB helps the http://docs.aws.amazon.com/AWSCIoudFormation/latest/UserGuide/outputs-section-structure.html
user to stop sending new requests traffic from the load balancer to the EC2 instance when the instance is being deregistered while continuing in-flight requests?
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
A. Pay for the instances that you use by the hour, with no long-term commitments or up-front payments.
B. Make a low, one-time, up-front payment for an instance, reserve it for a one- or three-year term, and pay a significantly lower hourly rate for these instances. NEW QUESTION 263
C. Pay for the instances that you use by the hour, with long-term commitments or up-front payments. A 3-tier e-commerce web application is current deployed on-premises and will be migrated to AWS for
D. Make a high, one-time, all-front payment for an instance, reserve it for a one- or three-year term, andpay a significantly higher hourly rate for these instance greater scalability and elasticity The web server currently shares read-only data using a network distributed file system The app server tier uses a clustering
mechanism for discovery and shared session state that depends on I P multicast The database tier uses shared-storage clustering to provide database fail over
Answer: A capability, and uses several read slaves for scaling Data on all sewers and the distributed file system directory is backed up weekly to off-site tapes
Which AWS storage and database architecture meets the requirements of the application?
Explanation:
On-Demand instances allow you to pay for the instances that you use by the hour, with no long-term commitments or up-front payments. A. Web sewers: store read-only data in 53, and copy from 53 to root volume at boot tim
Reference: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/reserved-instances-offerings.html B. App servers: share state using a combination of DynamoDB and IP unicas
C. Database: use RDS with multi-AZ deployment and one or more read replica
D. Backup: web servers, app servers, and database backed up weekly to Glacier using snapshots.
NEW QUESTION 255 E. Web sewers: store read-only data in an EC2 NFS server, mount to each web server at boot tim
In Amazon EC2, how many Elastic IP addresses can you have by default? F. App servers: share state using a combination of DynamoDB and IP multicas
G. Database: use RDS with multi-AZ deployment and one or more Read Replica
A. 10 H. Backup: web and app servers backed up weekly via AM Is, database backed up via DB snapshots.
B. 2 I. Web servers: store read-only data in 53, and copy from 53 to root volume at boot tim
C. 5 J. App servers: share state using a combination of DynamoDB and IP unicas
D. 20 K. Database: use RDS with multi-AZ deployment and one or more Read Replica
L. Backup: web and app servers backed up weekly viaAM Is, database backed up via DB snapshots.
Answer: C M. Web servers: store read-only data in 53, and copy from 53 to root volume at boot tim
N. App servers: share state using a combination of DynamoDB and IP unicas
Explanation: O. Database: use RDS with multi-AZ deploymen
The number of Elastic IP addresses you can have in EC2 is 5. P. Backup: web and app sewers backed up weekly via ANI Is, database backed up via DB snapshots.
Reference: http://docs.aws.amazon.com/generaI/latest/gr/aws_service_Iimits.htmI#|imits_ec2
Answer: C
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions) https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
Storage failure on primary D. RAID 0 only scales linearly to about 4 devices, use RAID 0 with 4 EBS Provisioned IOPS volumes but increase each Provisioned IOPS EBS volume to 6.000
Note: When operations such as DB Instance scaling or system upgrades like OS patching are initiated for Multi-AZ deployments, for enhanced availability, they are IOPS.
applied first on the standby prior to an automatic failover. As a result, your availability impact is limited only to the time required for automatic failover to complete. E. The standard EBS instance root volume limits the total IOPS rate, change the instant root volume to also be a 500GB 4.000 Provisioned IOPS volume.
Note that Amazon RDS Multi-AZ deployments do not failover automatically in response to database operations such as long running queries, deadlocks or
database corruption errors. Answer: E
Answer: A A. Add an SQS queue to the ingestion layer to buffer writes to the RDS instance
B. Ingest data into a DynamoDB table and move old data to a Redshift cluster
C. Replace the RDS instance with a 6 node Redshift cluster with 96TB of storage
NEW QUESTION 269 D. Keep the current architecture but upgrade RDS storage to 3TB and IOK provisioned IOPS
A customer has a 10 GB AWS Direct Connect connection to an AWS region where they have a web application hosted on Amazon Elastic Computer Cloud (EC2).
The application has dependencies on an on-premises mainframe database that uses a BASE (Basic Available. Sort stale Eventual consistency) rather than an Answer: C
ACID (Atomicity. Consistency isolation. Durability) consistency model.
The application is exhibiting undesirable behavior because the database is not able to handle the volume of writes. How can you reduce the load on your on-
premises database resources in the most NEW QUESTION 280
cost-effective way? Your company is in the process of developing a next generation pet collar that collects biometric information to assist families with promoting healthy lifestyles for
their pets Each collar will push 30kb of biometric data In JSON format every 2 seconds to a collection platform that will process and analyze the data providing
A. Use an Amazon Elastic Map Reduce (EMR) S3DistCp as a synchronization mechanism between the on-premises database and a Hadoop cluster on AWS. health trending information back to the pet owners and veterinarians via a web portal Management has tasked you to architect the collection platform ensuring the
B. Modify the application to write to an Amazon SQS queue and develop a worker process to flush the queue to the on-premises database. following requirements are met.
C. Modify the application to use DynamoDB to feed an EMR cluster which uses a map function to write to the on-premises database. Provide the ability for real-time analytics of the inbound biometric data Ensure processing of the biometric data is highly durable. Elastic and parallel The results of
D. Provision an RDS read-replica database on AWS to handle the writes and synchronize the two databases using Data Pipeline. the analytic processing should be persisted for data mining
Which architecture outlined below win meet the initial requirements for the collection platform?
Answer: A
A. Utilize 53 to collect the inbound sensor data analyze the data from 53 with a daily scheduled Data Pipeline and save the results to a Redshift Cluster.
Explanation: B. Utilize Amazon Kinesis to collect the inbound sensor data, analyze the data with Kinesis clients and save the results to a Red shift cluster using EMR.
Reference: https://aws.amazon.com/blogs/aws/category/amazon-elastic-map-reduce/ C. Utilize SQS to collect the inbound sensor data analyze the data from SQS with Amazon Kinesis and save the results to a Mcrosoft SQL Server RDS instance.
D. Utilize EMR to collect the inbound sensor data, analyze the data from EUR with Amazon Kinesis and save me results to Dynamo DB.
Explanation: A. Use RDS Multi-AZ with two tables, one for -Active calls" and one for -Terminated ca Ils". In this way the "Active caIIs_ table is always small and effective to
Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly scalable hosted queue for storing messages as they travel between computers. By using access.
Amazon SQS, developers can simply move data between distributed application components performing different tasks, without losing messages or requiring each B. Use DynamoDB with a "Calls" table and a Global Secondary Index on a "IsActive"' attribute that is present for active calls only In this way the Global Secondary
component to be always available. Amazon SQS makes it easy to build a distributed, decoupled application, working in close conjunction with the Amazon Elastic index is sparse and more effective.
Compute Cloud (Amazon EC2) and the other AWS infrastructure web services. C. Use DynamoDB with a 'Calls" table and a Global secondary index on a 'State" attribute that can equal to "active" or "terminated" in this way the Global
What can I do with Amazon SQS? Secondary index can be used for all Items in the table.
Amazon SQS is a web service that gives you access to a message queue that can be used to store messages while waiting for a computer to process them. This D. Use RDS Multi-AZ with a "CALLS" table and an Indexed "STATE* field that can be equal to 'ACTIVE" or -TERMNATED" In this way the SOL query Is optimized
allows you to quickly build message queuing applications that can be run on any computer on the internet. Since Amazon SQS is highly scalable and you only pay by the use of the Index.
for what you use, you can start small and grow your application as you wish, with no compromise on performance or reliability. This lets you focus on building
sophisticated message-based applications, without worrying about how the messages are stored and managed. Answer: A
You can use Amazon SQS with software applications in various ways. For example, you can: Integrate Amazon SQS with other AWS infrastructure web services
to make applications more reliable and filexible.
Use Amazon SQS to create a queue of work where each message is a task that needs to be completed by a process. One or many computers can read tasks from NEW QUESTION 287
the queue and perform them. Build a microservices architecture, using queues to connect your microservices. You have been asked to design the storage layer for an application. The application requires disk
Keep notifications of significant events in a business process in an Amazon SQS queue. Each event can have a corresponding message in a queue, and performance of at least 100,000 IOPS in addition, the storage layer must be able to survive the loss of an indMdual disk. EC2 instance, or Availability Zone without
applications that need to be aware of the event can read and process the messages. any data loss. The volume you provide must have a capacity of at least 3 TB. Which of the following designs will meet these objectives'?
A. Instantiate a c3.8x|arge instance in us-east-1. Provision 4x1TB EBS volumes, attach them to the instance, and configure them as a single RAID 5 volum
NEW QUESTION 273 B. Ensure that EBS snapshots are performed every 15 minutes.
You have launched an EC2 instance with four (4) 500GB EBS Provisioned IOPS volumes attached The EC2 Instance Is EBS-Optimized and supports 500 Mbps C. Instantiate a c3.8xIarge instance in us-east-1. Provision 3xiTB EBS volumes, attach them to the Instance, and configure them as a single RAID 0 volum
throughput between EC2 and EBS The two EBS volumes are configured as a single RAID o device, and each Provisioned IOPS volume is provisioned with D. Ensure that EBS snapshots are performed every 15 minutes.
4.000 IOPS (4 000 16KB reads or writes) for a total of 16.000 random IOPS on the instance The EC2 Instance initially delivers the expected 16 000 IOPS random E. Instantiate an i2.8xIarge instance in us-east-I
read and write performance Sometime later in order to increase the total random 1/0 performance of the instance, you add an additional two 500 GB EBS F. Create a RAID 0 volume using the four 800GB SSD ephemeral disks provided with the instanc
Provisioned IOPS volumes to the RAID Each volume Is provisioned to 4.000 IOPs like the original four for a total of 24.000 IOPS on the EC2 instance Monitoring G. Provision 3x1TB EBS volumes, attach them to the instance, and configure them as a second RAID 0 volum
shows that the EC2 instance CPU utilization increased from 50% to 70%. but the total random IOPS measured at the instance level does not increase at all. H. Configure synchronous, block-level replication from the ephemeral-backed volume to the EBS-backed volume.
What is the problem and a valid solution? I. Instantiate a c3.8xIarge instance in us-east-1. Provision an AWS Storage Gateway and configure it for 3 TB of storage and 100,000 IOP
J. Attach the volume to the instanc
A. Larger storage volumes support higher Provisioned IOPS rates: increase the provisioned volumestorage of each of the 6 EBS volumes to ITB K. Instantiate an i2.8x|arge instance in us-east-I
B. The EBS-Optimized throughput limits the total IOPS that can be utilized use an EBS-Optimized instance that provides larger throughput. L. Create a RAID 0 volume using the four 800GB SSD ephemeral disks provided with the instanc
C. Small block sizes cause performance degradation, limiting the 1'0 throughput, configure the instance device driver and file system to use 64KB blocks to M. Configure synchronous, block- level replication to an identically configured instance inus-east-I
increase throughput.
Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Passing Certification Exams Made Easy visit - https://www.2PassEasy.com
Welcome to download the Newest 2passeasy AWS-Solution-Architect-Associate dumps
https://www.2passeasy.com/dumps/AWS-Solution-Architect-Associate/ (615 New Questions)
Answer: C
A. A web tier deployed across 2 AZs with 3 EC2 (Elastic Compute Cloud) instances in each AZ inside an Auto Scaling Group behind an ELB (elastic load
balancer), and an application tier deployed across 2 AZs with 3 EC2 instances in each AZ inside an Auto Scaling Group behind an ELB, and one RDS (Relational
Database Service) instance deployed with read replicas in the other AZ.
B. A web tier deployed across 3 AZs with 2 EC2 (Elastic Compute Cloud) instances in each AZ inside an Auto Scaling Group behind an ELB (elastic load balancer)
and an application tier deployed across 3 AZs with 2 EC2 instances in each AZ inside an Auto Scaling Group behind an ELB and one RDS (Relational Database
Service) Instance deployed with read replicas in the two other AZs.
C. A web tier deployed across 2 AZs with 3 EC2 (Elastic Compute Cloud) instances in each AZ inside an Auto Scaling Group behind an ELB (elastic load
balancer) and an application tier deployed across 2 AZs with 3 EC2 instances m each AZ inside an Auto Scaling Group behind an ELS and a Multi-AZ RDS
(Relational Database Service) deployment.
D. A web tier deployed across 3 AZs with 2 EC2 (Elastic Compute Cloud) instances in each AZ Inside an Auto Scaling Group behind an ELB (elastic load
balancer). And an application tier deployed across 3 AZs with 2 EC2 instances in each AZ inside an Auto Scaling Group behind an EL
E. And a MuIti-AZ RDS (Relational Database services) deployment.
Answer: D
Explanation:
Amazon RDS MuIti-AZ Deployments
Amazon RDS Multi-AZ deployments provide enhanced availability and durability for Database (DB) Instances, making them a natural fit for production database
workloads. When you provision a MuIti-AZ DB Instance, Amazon RDS automatically creates a primary DB Instance and synchronously replicates the data to a
standby instance in a different Availability Zone (AZ). Each AZ runs on its own physically distinct, independent infrastructure, and is engineered to be highly
reliable. In case of an infrastructure failure (for example, instance hardware failure, storage failure, or network disruption), Amazon RDS performs an automatic
failover to the standby, so that you can resume database operations as soon as the failover is complete. Since the endpoint for your DB Instance remains the
same after a failover, your application can resume database operation without the need for manual administrative intervention.
Enhanced Durability
MuIti-AZ deployments for the MySQL, Oracle, and PostgreSQL engines utilize synchronous physical replication to keep data on the standby up-to-date with the
primary. MuIti-AZ deployments for the SQL Server engine use synchronous logical replication to achieve the same result, employing SQL
Server-native Mrroring technology. Both approaches safeguard your data in the event of a DB Instance failure or loss of an Availability Zone.
If a storage volume on your primary fails in a Multi-AZ deployment, Amazon RDS automatically initiates a failover to the up-to-date standby. Compare this to a
Single-AZ deployment: in case of a Single-AZ database failure, a user-initiated point-in-time-restore operation will be required. This operation can take several
hours to complete, and any data updates that occurred after the latest restorable time (typically within the last five minutes) will not be available.
Amazon Aurora employs a highly durable, SSD-backed virtualized storage layer purpose-built for database workloads. Amazon Aurora automatically replicates
your volume six ways, across three Availability Zones. Amazon Aurora storage is fault-tolerant, transparently handling the loss of up to two copies of data without
affecting database write availability and up to three copies without affecting read availability. Amazon Aurora storage is also self-healing. Data blocks and disks are
continuously scanned for errors and replaced automatically.
Increased Availability
You also benefit from enhanced database availability when running Multi-AZ deployments. If an Availability Zone failure or DB Instance failure occurs, your
availability impact is limited to the time automatic failover takes to complete: typically under one minute for Amazon Aurora and one to two minutes for other
database engines (see the RDS FAQ for details).
The availability benefits of MuIti-AZ deployments also extend to planned maintenance and backups. In the case of system upgrades like QS patching or DB
Instance scaling, these operations are applied first on
the standby, prior to the automatic failover. As a result, your availability impact is, again, only the time required for automatic failover to complete.
Unlike Single-AZ deployments, 1/0 actMty is not suspended on your primary during backup for MuIti-AZ deployments for the MySQL, Oracle, and PostgreSQL
engines, because the backup is taken from the standby. However, note that you may still experience elevated latencies for a few minutes during backups for MuIti-
AZ deployments.
On instance failure in Amazon Aurora deployments, Amazon RDS uses RDS MuIti-AZ technology to automate failover to one of up to 15 Amazon Aurora Replicas
you have created in any of three Availability Zones. If no Amazon Aurora Replicas have been provisioned, in the case of a failure, Amazon RDS will attempt to
create a new Amazon Aurora DB instance for you automatically.