exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 625 discussion

A company standardized its method of deploying applications to AWS using AWS CodePipeline and AWS CloudFormation. The applications are in TypeScript and
Python. The company has recently acquired another business that deploys applications to AWS using Python scripts.
Developers from the newly acquired company are hesitant to move their applications under CloudFormation because it would require that they learn a new domain-specific language and eliminate their access to language features, such as looping.
How can the acquired applications quickly be brought up to deployment standards while addressing the developers' concerns?

  • A. Create Cloud Formation templates and re-use parts of the Python scripts as Instance user data. Use the AWS Cloud Development Kit (AWS CDK) to deploy the application using these templates. Incorporate the AWS CDK into CodePipeline and deploy the application to AWS using these templates.
  • B. Use a third-party resource provisioning engine inside AWS CodeBuild to standardize the deployment processes of the existing and acquired company. Orchestrate the CodeBuild job using CodePipeline.
  • C. Standardize on AWS OpsWorks. Integrate OpsWorks with CodePipeline. Have the developers create Chef recipes to deploy their applications on AWS.
  • D. Define the AWS resources using TypeScript or Python. Use the AWS Cloud Development Kit (AWS CDK) to create CloudFormation templates from the developers' code, and use the AWS CDK to create CloudFormation stacks. Incorporate the AWS CDK as a CodeBuild job in CodePipeline.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
AMKazi
Highly Voted 3 years, 4 months ago
D as it lets developers use their skills
upvoted 6 times
...
pititcu667
Highly Voted 3 years, 3 months ago
Selected Answer: D
answer should be d
upvoted 5 times
...
Rocky2222
Most Recent 2 years, 10 months ago
Selected Answer: D
With this solution, the developers no longer need to learn the AWS CloudFormation specific language as they can continue writing TypeScript or Python scripts. The AWS CDK stacks can be converted to AWS CloudFormation templates which can be integrated into the company deployment process.
upvoted 3 times
...
adsdadasdad
2 years, 11 months ago
Selected Answer: B
PEOPLE TERRAFORM. Its B
upvoted 3 times
fdoxxx
2 years, 10 months ago
when you have a hammer everything looks like a nail ;-) It's D
upvoted 1 times
...
SureNot
2 years, 6 months ago
In real world but not in AWS exam :) Here D is the answer.
upvoted 1 times
...
...
hilft
3 years ago
It is D.
upvoted 2 times
...
Ni_yot
3 years, 4 months ago
Agree its D based on this link
upvoted 3 times
...
krisvija12
3 years, 5 months ago
Answer should be : D Ref : https://docs.aws.amazon.com/cdk/v2/guide/home.html
upvoted 3 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 ...