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

Q145. - (Topic 3) 

The CFO of a company wants to allow one of his employees to view only the AWS usage report page. Which of the below mentioned IAM policy statements allows the user to have access to the AWS usage report page? 

A. "Effect": "Allow", "Action": [“Describe”], "Resource": "Billing" 

B. "Effect": "Allow", "Action": ["AccountUsage], "Resource": "*" 

C. "Effect": "Allow", "Action": ["aws-portal:ViewUsage"], "Resource": "*" 

D. "Effect": "Allow", "Action": ["aws-portal: ViewBilling"], "Resource": "*" 

Answer:

Explanation: 

AWS Identity and Access Management is a web service which allows organizations to manage users and user permissions for various AWS services. If the CFO wants to allow only AWS usage report page access, the policy for that IAM user will be as given below: 

"Version": "2012-10-17", 

"Statement": [ 

"Effect": "Allow", 

"Action": [ 

"aws-portal:ViewUsage" 

], 

"Resource": "*" 


Q146. - (Topic 3) 

Your business is building a new application that will store its entire customer database on a RDS MySQL database, and will have various applications and users that will query that data for different purposes. 

Large analytics jobs on the database are likely to cause other applications to not be able to get the query results they need to, before time out. Also, as your data grows, these analytics jobs will start to take more time, increasing the negative effect on the other applications. 

How do you solve the contention issues between these different workloads on the same data? 

A. Enable Multi-AZ mode on the RDS instance 

B. Use ElastiCache to offload the analytics job data 

C. Create RDS Read-Replicas for the analytics work 

D. Run the RDS instance on the largest size possible 

Answer:


Q147. - (Topic 1) 

You have identified network throughput as a bottleneck on your m1.small EC2 instance when uploading data Into Amazon S3 In the same region. 

How do you remedy this situation? 

A. Add an additional ENI 

B. Change to a larger Instance 

C. Use DirectConnect between EC2 and S3 

D. Use EBS PIOPS on the local volume 

Answer:

Explanation: Reference: 

https://media.amazonwebservices.com/AWS_Amazon_EMR_Best_Practices.pdf 


Q148. - (Topic 2) 

A user has configured an Auto Scaling group with ELB. The user has enabled detailed CloudWatch monitoring on Elastic Load balancing. Which of the below mentioned statements will help the user understand this functionality better? 

A. ELB sends data to CloudWatch every minute only and does not charge the user 

B. ELB will send data every minute and will charge the user extra 

C. ELB is not supported by CloudWatch 

D. It is not possible to setup detailed monitoring for ELB 

Answer:

Explanation: 

CloudWatch is used to monitor AWS as well as the custom services. It provides either basic or detailed monitoring for the supported AWS products. In basic monitoring, a service sends data points to CloudWatch every five minutes, while in detailed monitoring a service sends data points to CloudWatch every minute. Elastic Load Balancing includes 10 metrics and 2 dimensions, and sends data to CloudWatch every minute. This does not cost extra. 


Q149. - (Topic 2) 

A user is running one instance for only 3 hours every day. The user wants to save some cost with the instance. Which of the below mentioned Reserved Instance categories is advised in this case? 

A. The user should not use RI; instead only go with the on-demand pricing 

B. The user should use the AWS high utilized RI 

C. The user should use the AWS medium utilized RI 

D. The user should use the AWS low utilized RI 

Answer:

Explanation: 

The AWS Reserved Instance provides the user with an option to save some money by paying a one-time fixed amount and then save on the hourly rate. It is advisable that if the user is having 30% or more usage of an instance per day, he should go for a RI. If the user is going to use an EC2 instance for more than 2200-2500 hours per year, RI will help the user save some cost. Here, the instance is not going to run for less than 1500 hours. Thus, it is advisable that the user should use the on-demand pricing. 


Q150. - (Topic 2) 

An application is generating a log file every 5 minutes. The log file is not critical but may be required only for verification in case of some major issue. The file should be accessible over the internet whenever required. Which of the below mentioned options is a best possible storage solution for it? 

A. AWS S3 

B. AWS Glacier 

C. AWS RDS 

D. AWS RRS 

Answer:

Explanation: 

Amazon S3 stores objects according to their storage class. There are three major storage classes: Standard, Reduced Redundancy Storage and Glacier. Standard is for AWS S3 and provides very high durability. However, the costs are a little higher. Glacier is for archival and the files are not available over the internet. Reduced Redundancy Storage is for less critical files. Reduced Redundancy is little cheaper as it provides less durability in comparison to S3. In this case since the log files are not mission critical files, RRS will be a better option. 


Q151. - (Topic 3) 

A user has created a public subnet with VPC and launched an EC2 instance within it. The user is trying to 

delete the subnet. What will happen in this scenario? 

A. It will delete the subnet and make the EC2 instance as a part of the default subnet 

B. It will not allow the user to delete the subnet until the instances are terminated 

C. It will delete the subnet as well as terminate the instances 

D. The subnet can never be deleted independently, but the user has to delete the VPC first 

Answer:

Explanation: 

A Virtual Private Cloud (VPC. is a virtual network dedicated to the user’s AWS account. A user can create a subnet with VPC and launch instances inside that subnet. When an instance is launched it will have a network interface attached with it. The user cannot delete the subnet until he terminates the instance and deletes the network interface. 


Q152. - (Topic 3) 

A user has launched an EC2 instance from an instance store backed AMI. If the user restarts the instance, what will happen to the ephermal storage data? 

A. All the data will be erased but the ephermal storage will stay connected 

B. All data will be erased and the ephermal storage is released 

C. It is not possible to restart an instance launched from an instance store backed AMI 

D. The data is preserved 

Answer:

Explanation: 

A user can reboot an EC2 instance using the AWS console, the Amazon EC2 CLI or the Amazon EC2 API. Rebooting an instance is equivalent to rebooting an operating system. However, it is recommended that the user use Amazon EC2 to reboot the instance instead of running the operating system reboot command from the instance. When an instance launched from an instance store backed AMI is rebooted all the ephermal storage data is still preserved.