Act now and download your Amazon sysops aws test today! Do not waste time for the worthless Amazon aws certified sysops administrator book tutorials. Download Improve Amazon AWS Certified SysOps Administrator Associate exam with real questions and answers and begin to learn Amazon aws sysops administrator with a classic professional.

Q129. - (Topic 3) 

A user is trying to pre-warm a blank EBS volume attached to a Linux instance. Which of the below mentioned steps should be performed by the user? 

A. There is no need to pre-warm an EBS volume 

B. Contact AWS support to pre-warm 

C. Unmount the volume before pre-warming 

D. Format the device 

Answer:

Explanation: 

When the user creates a new EBS volume or restores a volume from the snapshot, the back-end storage blocks are immediately allocated to the user EBS. However, the first time when the user is trying to access a block of the storage, it is recommended to either be wiped from the new volumes or instantiated from the snapshot (for restored volumes. before the user can access the block. This preliminary action takes time and can cause a 5 to 50 percent loss of IOPS for the volume when the block is accessed for the first time. To avoid this it is required to pre warm the volume. Pre-warming an EBS volume on a Linux instance requires that the user should unmount the blank device first and then write all the blocks on the device using a command, such as “dd”. 


Q130. - (Topic 3) 

A user is using the AWS SQS to decouple the services. Which of the below mentioned operations is not 

supported by SQS? 

A. SendMessageBatch 

B. DeleteMessageBatch 

C. CreateQueue 

D. DeleteMessageQueue 

Answer:

Explanation: 

Amazon Simple Queue Service (SQS. is a fast, reliable, scalable, and fully managed message queuing service. SQS provides a simple and cost-effective way to decouple the components of an application. The user can perform the following set of operations using the Amazon SQS: 

CreateQueue, ListQueues, DeleteQueue, SendMessage, SendMessageBatch, 

ReceiveMessage, DeleteMessage, DeleteMessageBatch, ChangeMessageVisibility, 

ChangeMessageVisibilityBatch, SetQueueAttributes, GetQueueAttributes, GetQueueUrl, 

AddPermission and RemovePermission. Operations can be performed only by the AWS account owner or an AWS account that the account owner has delegated to. 


Q131. - (Topic 3) 

A user has created a VPC with public and private subnets using the VPC Wizard. The VPC has CIDR 20.0.0.0/16. The private subnet uses CIDR 20.0.0.0/24. Which of the below mentioned entries are required in the main route table to allow the instances in VPC to communicate with each other? 

A. Destination : 20.0.0.0/24 and Target : VPC 

B. Destination : 20.0.0.0/16 and Target : ALL 

C. Destination : 20.0.0.0/0 and Target : ALL 

D. Destination : 20.0.0.0/24 and Target : Local 

Answer:


Q132. - (Topic 1) 

When creation of an EBS snapshot Is initiated but not completed the EBS volume? 

A. Cannot De detached or attached to an EC2 instance until me snapshot completes 

B. Can be used in read-only mode while me snapshot is in progress 

C. Can be used while me snapshot Is in progress 

D. Cannot be used until the snapshot completes 

Answer:

Explanation: Reference: 

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-copy-snapshot.html 


Q133. - (Topic 1) 

You have a web-style application with a stateless but CPU and memory-intensive web tier running on a cc2 8xlarge EC2 instance inside of a VPC The instance when under load is having problems returning requests within the SLA as defined by your business The application maintains its state in a DynamoDB table, but the data tier is properly provisioned and responses are consistently fast. 

How can you best resolve the issue of the application responses not meeting your SLA? 

A. Add another cc2 8xlarge application instance, and put both behind an Elastic Load Balancer 

B. Move the cc2 8xlarge to the same Availability Zone as the DynamoDB table 

C. Cache the database responses in ElastiCache for more rapid access 

D. Move the database from DynamoDB to RDS MySQL in scale-out read-replica configuration 

Answer:

Explanation: Reference: 

http://aws.amazon.com/elasticmapreduce/faqs/ 


Q134. - (Topic 3) 

A storage admin wants to encrypt all the objects stored in S3 using server side encryption. The user does not want to use the AES 256 encryption key provided by S3. How can the user achieve this? 

A. The admin should upload his secret key to the AWS console and let S3 decrypt the objects 

B. The admin should use CLI or API to upload the encryption key to the S3 bucket. When making a call to the S3 API mention the encryption key URL in each request 

C. S3 does not support client supplied encryption keys for server side encryption 

D. The admin should send the keys and encryption algorithm with each API call 

Answer:

Explanation: 

AWS S3 supports client side or server side encryption to encrypt all data at rest. The server side encryption can either have the S3 supplied AES-256 encryption key or the user can send the key along with each API callto supply his own encryption key. Amazon S3 never stores the user’s encryption key. The user has to supply it for each encryption or decryption call. 


Q135. - (Topic 1) 

Your EC2-Based Multi-tier application includes a monitoring instance that periodically makes application -level read only requests of various application components and if any of those fail more than three times 30 seconds calls CloudWatch lo fire an alarm, and the alarm notifies your operations team by email and SMS of a possible application health problem. However, you also need to watch the watcher -the monitoring instance itself - and be notified if it becomes unhealthy. 

Which of the following is a simple way to achieve that goal? 

A. Run another monitoring instance that pings the monitoring instance and fires a could watch alarm mat notifies your operations teamshould the primary monitoring instance become unhealthy. 

B. Set a CloudWatch alarm based on EC2 system and instance status checks and have the alarm notify your operations team of any detected problem with the monitoring instance. 

C. Set a CloudWatch alarm based on the CPU utilization of the monitoring instance and nave the alarm notify your operations team if C r the CPU usage exceeds 50% few more than one minute: then have your monitoring application go into a CPU-bound loop should it Detect any application problems. 

D. Have the monitoring instances post messages to an SOS queue and then dequeue those messages on another instance should the queue cease to have new messages, the second instance should first terminate the original monitoring instance start anotherbackup monitoring instance and assume (he role of the previous monitoring instance and beginning adding messages to the SQSqueue. 

Answer:


Q136. - (Topic 1) 

You have a server with a 5O0GB Amazon EBS data volume. The volume is 80% full. You need to back up the volume at regular intervals and be able to re-create the volume in a new Availability Zone in the shortest time possible. All applications using the volume can be paused for a period of a few minutes with no discernible user impact. 

Which of the following backup methods will best fulfill your requirements? 

A. Take periodic snapshots of the EBS volume 

B. Use a third party Incremental backup application to back up to Amazon Glacier 

C. Periodically back up all data to a single compressed archive and archive to Amazon S3 using a parallelized multi-part upload 

D. Create another EBS volume in the second Availability Zone attach it to the Amazon EC2 instance, and use a disk manager to mirror me two disks 

Answer:

Explanation: Reference: 

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html