exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 481 discussion

A developer is making changes to a custom application that uses AWS Elastic Beanstalk.

Which solutions will update the Elastic Beanstalk environment with the new application version after the developer completes the changes? (Choose two.)

  • A. Package the application code into a zip file. Use the AWS Management Console to upload the .zip file and deploy the packaged application.
  • B. Package the application code into a .tar file. Use the AWS Management Console to create a new application version from the .tar file. Update the environment by using the AWS CLI.
  • C. Package the application code into a .tar file. Use the AWS Management Console to upload the .tar file and deploy the packaged application.
  • D. Package the application code into a .zip file. Use the AWS CL to create a new application version from the .zip file and to update the environment.
  • E. Package the application code into a .zip file. Use the AWS Management Console to create a new application version from the .zip file. Rebuild the environment by using the AWS CLI.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
italiancloud2025
6 months ago
Selected Answer: AD
A: Puedes empaquetar el código en un archivo .zip, subirlo mediante la consola de Elastic Beanstalk y desplegar la nueva versión directamente desde la consola. D: También es posible empaquetar el código en un archivo .zip y utilizar la AWS CLI para crear una nueva versión de la aplicación
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...