You are a developer and you are starting to work on a new project. It is your employer's policy to include automated deployment strategy with every new application to follow DevOps best practices. Based on your research, you found out that AWS Serverless Application Model (AWS SAM) is capable of creating CI/CD pipelines from scratch using SAM CLI.Which sequence of SAM CLI commands will allow you to initialize and deploy your pipeline?sam pipeline bootstrap, sam pipeline build, sam pipeline deploysam pipeline init, sam build, sam deploysam pipeline init --bootstrap, sam deploysam pipeline init, sam deploy
Question
You are a developer and you are starting to work on a new project. It is your employer's policy to include automated deployment strategy with every new application to follow DevOps best practices. Based on your research, you found out that AWS Serverless Application Model (AWS SAM) is capable of creating CI/CD pipelines from scratch using SAM CLI.Which sequence of SAM CLI commands will allow you to initialize and deploy your pipeline?sam pipeline bootstrap, sam pipeline build, sam pipeline deploysam pipeline init, sam build, sam deploysam pipeline init --bootstrap, sam deploysam pipeline init, sam deploy
Solution
The correct sequence of SAM CLI commands to initialize and deploy your pipeline is:
sam pipeline init, sam build, sam deploy
Similar Questions
You are a developer that is getting started on a new serverless application in AWS. As you research AWS capabilities supporting development activity, you learn about CodeBuild, CodeDeploy, CodePipeline, and the Serverless Application Model.Starting from existing code, which AWS feature will help your team automate the creation of an initial CI/CD environment?AWS CodeBuildAWS SAM PipelinesAWS CodeDeployAWS CodePipeline
What is the purpose of a CI/CD pipeline in cloud development?To limit collaboration between developersTo automate the process of code integration, testing, and deploymentTo increase manual intervention in the deployment processTo decrease the frequency of code releases
A company needs a guided path to deploy, configure, and secure new workloads in the cloud. Which AWS service/tool can be leveraged for this use-case?Question 50Answera.AWS Shared Responsibility Modelb.AWS Trusted Advisorc.Cloud Foundationsd.AWS Config
. To deploy to Azure App Service, what resources does Azure Pipelines need? A build artifact and a service connection.A host name and an SSH key.A host name and the encrypted username and password.
The CI/CD pipeline integrates Development and Operations teams to improve productivity by automating infrastructure and workflows as well as continuously measuring application performance.1 pointTrueFalse
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.