Search⌘ K
AI Features

Development with AWS Services II

Explore solutions for common AWS Certified Developer Associate exam questions covering development, deployment, and troubleshooting. Understand custom AMIs benefits, caching strategies with ElastiCache, real-time messaging architectures, API Gateway versioning, and DynamoDB indexing to prepare effectively for the certification.

Question 6

A development team is adopting an immutable infrastructure pattern for its Amazon EC2 application fleet.

What are the two benefits of using custom AMIs in EC2 deployments? (Select any two options.)

A. Ensures consistent configuration across all deployment environments.

B. Reduces the recurring cost of storing underlying EBS snapshots.

C. Speeds up bootstrapping in Auto Scaling scale-out events.

D. Enables the use of IAM Instance Profiles for secure AWS API access.

E. Eliminates the requirement for security group and ...

...