AWS-DevOps-Engineer-Professional Exam Question 61

Your application stores sensitive information on an EBS volume attached to your EC2 instance.
How can you protect your information? Choose two answers from the options given below
  • AWS-DevOps-Engineer-Professional Exam Question 62

    Your application stores sensitive information on an EBS volume attached to your EC2 instance. How can you protect your information? Choose two answers from the options given below
  • AWS-DevOps-Engineer-Professional Exam Question 63

    A healthcare company has a critical application running in AWS. Recently, the company experienced some down time. if it happens again, the company needs to be able to recover its application in another AWS Region. The application uses Elastic Load Balancing and Amazon EC2 instances. The company also maintains a custom AMI that contains its application. This AMI is changed frequently.
    The workload is required to run in the primary region, unless there is a regional service disruption, in which case traffic should fail over to the new region. Additionally, the cost for the second region needs to be low.
    The RTO is 2 hours.
    Which solution allows the company to fail over to another region in the event of a failure, and also meet the above requirements?
  • AWS-DevOps-Engineer-Professional Exam Question 64

    In which Docker Swarm model does the swarm manager distribute a specific number of replica tasks among the nodes based upon the scale you set in the desired state?
  • AWS-DevOps-Engineer-Professional Exam Question 65

    You are using Autoscaling for managing the instances in your AWS environment. You need to deploy a new
    version of your application. You'd prefer to use all new instances if possible, but you cannot have any
    downtime. You also don't want to swap any environment urls. Which of the following deployment methods
    would you implement