nerdexam
Amazon

SOA-C02 · Question #185

A sofware development company has multiple developers who work on the same product. Each developer must have their own development environments, and these development environments must be identical…

The correct answer is B. Provide developers with access to the same AWS CloudFormation template so that they can. https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-run-lambda-schedule.html + https://aws.amazon.com/blogs/mt/using-aws-lambda-to-decommission-products-provisioned- from-an-aws-service-catalog-portfolio/ Ideally you want to delete the Stack, not just the EC2 and RDS…

Submitted by minji_kr· Mar 30, 2026Deployment, Provisioning, and Automation

Question

A sofware development company has multiple developers who work on the same product. Each developer must have their own development environments, and these development environments must be identical. Each development environment consists of Amazon EC2 instances and an Amazon RDS DB instance. The development environments should be created only when necessary, and they must be terminated each night to minimize costs. What is the MOST operationally efficient solution that meets these requirements?

Options

  • AProvide developers with access to the same AWS CloudFormation template so that they can
  • BProvide developers with access to the same AWS CloudFormation template so that they can
  • CProvide developers with CLI commands so that they can provision their own development
  • DProvide developers with CLI commands so that they can provision their own development

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    85% (34)
  • C
    8% (3)
  • D
    5% (2)

Explanation

https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-run-lambda-schedule.html + https://aws.amazon.com/blogs/mt/using-aws-lambda-to-decommission-products-provisioned- from-an-aws-service-catalog-portfolio/ Ideally you want to delete the Stack, not just the EC2 and RDS instances. Persistant EBS volumes and snapshots may still exist that can incurr cost.

Topics

#CloudFormation#infrastructure as code#dev environments#stack lifecycle

Community Discussion

No community discussion yet for this question.

Full SOA-C02 Practice