Topic 1 Question 418
A developer has built an application running on AWS Lambda using AWS Serverless Application Model (AWS SAM).
What is the correct sequence of steps to successfully deploy the application?
- Build the SAM template in Amazon EC2.
- Package the SAM template to Amazon EBS storage.
- Deploy the SAM template from Amazon EBS.
- Build the SAM template locally.
- Package the SAM template onto Amazon S3.
- Deploy the SAM template from Amazon S3.
- Build the SAM template locally.
- Deploy the SAM template from Amazon S3.
- Package the SAM template for use.
- Build the SAM template locally.
- Package the SAM template from AWS CodeCommit.
- Deploy the SAM template to CodeCommit.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B
The AWS Serverless Application Model Command Line Interface (AWS SAM CLI) packages an AWS SAM application. This command creates a . zip file of your code and dependencies, and uploads the file to Amazon Simple Storage Service (Amazon S3).
👍 3preachr2024/10/10 - 正解だと思う選択肢: B
the answer is B
👍 1YUICH2024/10/09
シャッフルモード