ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

416 / 500

Question 416:

<strong>A startup company has a new feature which is used to track the customers’ feedback on its main website. On the website, there are product introductions and also customers are able to purchase the products and get them delivered. The development team has utilized Elastic Beanstalk to deploy the new feedback system. One developer just made a big change to the survey format and deployed the feature to a totally new Elastic Beanstalk Environment. Then he used the “Swap URL” function to switch to the new one. After monitoring the site for a day, by tracing the logs, the developer found that there were still few cases that old survey format was used even after about 12 hours. Which below explanation is correct?</strong>

Answer options:

A.There is a possibility that the Elastic BeanStalk environment is still using the code related to the old survery format. Rollback the Elastic Beanstalk environment and deploy it newly
B."Swap URL" is a feature of Route53 to change the DNS settings of website. There is a possibility that the CNAME used is wrong and therefore the old survey format still exists. ROute53 configurations needs to be checked and modified
C."Swap URL" is a feature of Route53 to change the DNS settings of website. There is a possibility that the TTL settings for the website is too high and therefore the old survey format still exists. ROute53 configurations needs to be checked and modified
D."Swap URL" is a feature of Elastic Beanstalk to change the DNS settings of website. There is a possibility that there is an issue with the TTL settings and the DNS clients does not comply with the TTL settings