Search⌘ K
AI Features

Deployment I

Explore strategies for automating the deployment and configuration of AWS resources including EC2 instances and serverless environments. Learn how to efficiently troubleshoot build failures with AWS CodeBuild, implement continuous integration workflows with notifications, and safely preview CloudFormation stack changes before updates.

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

...