Topic 1 Question 212
Which AWS service allows users to model and provision AWS resources using common programming languages?
AWS CloudFormation
AWS CodePipeline
AWS Cloud Development Kit (AWS CDK)
AWS Systems Manager
ユーザの投票
コメント(10)
- 正解だと思う選択肢: A
Tricky question: What service allows users to model and PROVISION AWS resources? sigh
CDK models app infrastructure using typescript, Python Have, etc. But it uses CloudFormation to provision. I choose A Pikachu!
Choose your answer based on how you decode the questions. I wish they were straight-up questions so we could answer them without taking an extra English course.
👍 4geocis2024/06/12 - 正解だと思う選択肢: C
AWS CDK is an open-source software development framework that helps you model cloud application resources using familiar programming languages, and then provision your infrastructure using CloudFormation directly from your IDE
👍 3Rinkans2023/11/28 - 正解だと思う選択 肢: C
AWS Cloud Development Kit (AWS CDK) lets users define cloud infrastructure using programming languages like TypeScript, Python, Java, and C#. It simplifies provisioning AWS resources by enabling developers to write infrastructure as code (IaC) in familiar languages, making it easier to manage and automate deployments.
👍 3P0wned2024/04/03
シャッフルモード