1. ou are a Dev ops engineer for your company. You have been instructed to deploy ducker containers using the Ops work service. How could you achieve this? Choose 2 answers from the options given below Please select:(Select 2answers)
A) Use Elastic beanstalk to deploy ducker containers since this is not possible In Ops work. Then attach the elastic beanstalk environment as a layer in Ops work. B) In the App for Opswork deployment. specify the git un for the recipes which will deploy the applications in the docker environment. C) Use custom cookbooks for your Ops work stack and provide the Git repository which has the chef recipes for the Ducker containers. D) Use Cloud formation to deploy ducker containers since this is not possible in Opswork. Then attach the Cloud formation resources as a layer in Ops work.
2. Which of the following are ways to ensure that data is secured while in transit when using the AWS(Amazon Web Service) Elastic load balancer. Choose 2 answers from the options given below Please select:(Select 2answers)
A) Use an HTTPS front end listener for your ELB B) Use a TCP front end listener for your ELS C) Use an HTTP front end listener for your ELB D) Use an SSL front end listener for your ELB
3. Your company is concerned with EBS volume backup on Amazon EC2 and wants to ensure they have proper backups and that the data Is durable. What solution would you implement and why? Choose the correct answer from the options below?
A) Write a crone job that uses the AWS(Amazon Web Service) CLI to take a snapshot of production EBS volumes. The data Is durable because EBS snapshots are stored on the Amazon 53 standard storage class B) Configure Amazon Storage Gateway with EBS volumes as the data source and store the backups on premise through the storage gateway C) Write a crone job on the server that compresses the data that needs to be backed up using gzip compressi then use AWS(Amazon Web Service) CLI to copy the data into an S3 bucket for durability D) Use a lifecycle policy to back up EBS volumes stored on Amazon 53 for durability
4. One of your instances is reporting an unhealthy system status check. However, this is not something you should have to monitor and repair on your own. How might you automate the repair of the system status check failure in an AWS(Amazon Web Service) environment? Choose the correct answer from the options given below ?
A) Write a script that periodically shuts down and starts instances based on certain stats. B) Implement a third party monitoring tool C) Write a script that queries the EC2 API for each instance status check D) Create Cloud Watch alarms for Status check Failed _System metrics and select EC2 action-Recover the instance
5. Your company has an application hosted on an Elastic beanstalk environment. You have been instructed that whenever application changes occur and new versions need to be deployed that the fastest deployment approach Is employed. Which of the following deployment mechanisms will fulfill this requirement?
A) Rolling B) All at once C) Immutable D) Rolling with batch
Leave a comment