Deployment I
Review assessment questions and explanations against all options to equip yourself with the necessary understanding to confidently tackle the AWS Certified Developer – Associate (DVA-C02) exam questions.
We'll cover the following...
Question 40
A development team needs to automate the setup and configuration of their Amazon EC2 instances at launch. This includes installing web servers, deploying application code from an S3 bucket, and ensuring consistency across new instances.
Which AWS features can be used for this purpose, executing scripts during the instance’s initial boot? (Select any two options.)
A. AWS CodeDeploy
B. Auto Scaling Lifecycle Hooks
C. User Data scripts
D. AWS Systems Manager Run Command
E. Cloud-init directives
Question 41
A developer is working on a serverless application using AWS ...