Want to know Exambible sysops aws Exam practice test features? Want to lear more about Amazon AWS Certified SysOps Administrator Associate certification experience? Study Precise Amazon aws sysops exam questions answers to Update aws sysops pdf questions at Exambible. Gat a success with an absolute guarantee to pass Amazon aws certified sysops administrator salary (AWS Certified SysOps Administrator Associate) test on your first attempt.

Q177. - (Topic 3) 

Your mission is to create a lights-out datacenter environment, and you plan to use AWS OpsWorks to accomplish this. First you created a stack and added an App Server layer with an instance running in it. Next you added an application to the instance, and now you need to deploy a MySQL RDS database instance. 

Which of the following answers accurately describe how to add a backend database server to an OpsWorks stack? Choose 3 answers 

A. Add a new database layer and then add recipes to the deploy actions of the database and App Server layers. 

B. Use OpsWorks' "Clone Stack" feature to create a second RDS stack in another Availability Zone for redundancy in the event of a failure in the Primary AZ. To switch to the secondary RDS instance, set the [:database] attributes to values that are appropriate for your server which you can do by using custom JSON. 

C. The variables that characterize the RDS database connection—host, user, and so on—are set using the corresponding values from the deploy JSON's [:depioy][:app_name][:database] attributes. 

D. Cookbook attributes are stored in a repository, so OpsWorks requires that the "password": "your_password" attribute for the RDS instance must be encrypted using at least a 256-bit key. 

E. Set up the connection between the app server and the RDS layer by using a custom recipe. The recipe configures the app server as required, typically by creating a configuration file. The recipe gets the connection data such as the host and database name from a set of attributes in the stack configuration and deployment JSON that AWS OpsWorks installs on every instance. 

Answer: B,C,E 


Q178. A user is trying to setup a scheduled scaling activity using Auto Scaling. The user wants to setup the recurring schedule. Which of the below mentioned parameters is not required in this case? 

A. Maximum size 

B. Auto Scaling group name 

C. End time 

D. Recurrence value 

Answer:

Auto Scaling based on a schedule allows the user to scale the application in response to predictable load changes. The user can also configure the recurring schedule action which will follow the Linux cron format. If the user is setting a recurring event, it is required that the user specifies the Recurrence value (in a cron format., end time (not compulsory but recurrence will stop after this. and the Auto Scaling group for which the scaling activity is to be scheduled. 


Q179. - (Topic 3) 

A user is trying to setup a security policy for ELB. The user wants ELB to meet the cipher supported by the client by configuring the server order preference in ELB security policy. Which of the below mentioned 

preconfigured policies supports this feature? 

A. ELBSecurity Policy-2014-01 

B. ELBSecurity Policy-2011-08 

C. ELBDefault Negotiation Policy 

D. ELBSample- OpenSSLDefault Cipher Policy 

Answer:

Explanation: 

Elastic Load Balancing uses a Secure Socket Layer (SSL. negotiation configuration which is known as a Security Policy. It is used to negotiate the SSL connections between a client and the load balancer. If the load balancer is configured to support the Server Order Preference, then the load balancer gets to select the first cipher in its list that matches any one of the ciphers in the client's list. When the user verifies the preconfigured policies supported by ELB, the policy “ELBSecurity Policy-2014-01” supports server order preference. 


Q180. - (Topic 3) 

A user has launched an RDS MySQL DB with the Multi AZ feature. The user has scheduled the scaling of 

instance storage during maintenance window. What is the correct order of events during maintenance window? 

Perform maintenance on standby 

Promote standby to primary 

Perform maintenance on original primary 

Promote original master back as primary 

A. 1, 2, 3, 4 

B. 1, 2, 3 

C. 2, 3, 1, 4 

Answer:

Explanation: 

Running MySQL on the RDS DB instance as a Multi-AZ deployment can help the user reduce the impact of a maintenance event, as the Amazon will conduct maintenance by following the steps in the below mentioned order: Perform maintenance on standby Promote standby to primary Perform maintenance on original primary, which becomes the new standby. 


Q181. - (Topic 2) 

A user has created an ELB with three instances. How many security groups will ELB create by default? 

A. 3 

B. 5 

C. 2 

D. 1 

Answer:

Explanation: 

Elastic Load Balancing provides a special Amazon EC2 source security group that the user can use to ensure that back-end EC2 instances receive traffic only from Elastic Load Balancing. This feature needs two security groups: the source security group and a security group that defines the ingress rules for the back-end instances. To ensure that traffic only flows between the load balancer and the back-end instances, the user can add or modify a rule to the back-end security group which can limit the ingress traffic. Thus, it can come only from the source security group provided by Elastic load Balancing. 


Q182. - (Topic 2) 

A user is trying to understand AWS SNS. To which of the below mentioned end points is SNS unable to send a notification? 

A. Email JSON 

B. HTTP 

C. AWS SQS 

D. AWS SES 

Answer:

Explanation: 

Amazon Simple Notification Service (Amazon SNS. is a fast, flexible, and fully managed push messaging service. Amazon SNS can deliver notifications by SMS text message or email to the Amazon Simple Queue Service (SQS. queues or to any HTTP endpoint. The user can select one the following transports as part of the subscription requests: “HTTP”, “HTTPS”,”Email”, “Email-JSON”, “SQS”, “and SMS”. 


Q183. - (Topic 2) 

A user has launched a large EBS backed EC2 instance in the US-East-1a region. The user wants to achieve Disaster Recovery (DR. for that instance by creating another small instance in Europe. How can the user achieve DR? 

A. Copy the running instance using the “Instance Copy” command to the EU region 

B. Create an AMI of the instance and copy the AMI to the EU region. Then launch the instance from the EU AMI 

C. Copy the instance from the US East region to the EU region 

D. Use the “Launch more like this” option to copy the instance from one region to another 

Answer:

Explanation: 

To launch an EC2 instance it is required to have an AMI in that region. If the AMI is not available in that region, then create a new AMI or use the copy command to copy the AMI from one region to the other region. 


Q184. - (Topic 3) 

How can you secure data at rest on an EBS volume? 

A. Encrypt the volume using the S3 server-side encryption service. 

B. Attach the volume to an instance using EC2's SSL interface. 

C. Create an IAM policy that restricts read and write access to the volume. 

D. Write the data randomly instead of sequentially. 

E. Use an encrypted file system m top of the EBS volume. 

Answer:

Explanation: Reference: 

http://docs.aws.amazon.com/IAM/latest/UserGuide/policies_examples.html