CodeStar can be used to monitor and check the health of an environment.
False
CodeStar is used to quickly develop, build, and deploy applications on AWS. Elastic Beanstalk can be used to monitor and to check the health of an environment.
Which AWS managed service allows to automate software deployments to a hybrid mix of EC2 Instances and On-Premises servers?
CodeDeploy
AWS CodeDeploy is a service that automates code deployments to any instance, including Amazon EC2 instances and instances running on-premises.
A developer team would like to collaborate on code with versioning support. Which AWS service can help the developers?
CodeCommit
AWS CodeCommit is a secure, highly scalable, managed source control service that makes it easier for teams to collaborate on code. It also provides software version control.
You need a unified user interface that gives you visibility, control, and patching capabilities for your EC2 Instances on AWS, as well as for servers running in your on-premises data centers. Which service should you use?
Systems Manager
AWS Systems Manager gives you visibility and control of your infrastructure on AWS. It is used for patching systems at scale.
You need to use Chef or Puppet. Which AWS service should you use?
OpsWorks
AWS OpsWorks is a configuration management service that provides managed instances of Chef and Puppet.
Which of the following allows you to deploy any AWS Infrastructure as a Code?
CloudFormation
AWS CloudFormation provides a common language for you to model and provision AWS and third party application resources in your cloud environment. It allows you to deploy Infrastructure as a Code.
A new startup would like an online integrated development environment (IDE) to write, run, and debug code. Which AWS service can help with this task?
Cloud9
AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser.
Which service is referred to as a Platform as a Service (PaaS)?
Elastic Beanstalk
Elastic Beanstalk is a Platform as a Service (PaaS). You only manage data and applications. AWS Elastic Beanstalk makes it even easier for developers to quickly deploy and manage applications in the AWS Cloud
What is called the declaration of the AWS resources that make up a stack?
CloudFormation Templates
AWS CloudFormation templates are JSON or YAML-formatted text files. They are declarations of the AWS resources that make up a stack.
Which of the following services can a developer use to store code dependencies?
CodeArtifact
AWS CodeArtifact is a fully managed artifact repository (also called code dependencies) service that makes it easy for organizations of any size to securely store, publish, and share software packages used in their software development process.
CodeStar can orchestrate the different steps to have code automatically pushed to production, while CodePipeline is a unified UI to easily manage software development activities in one place.
False
AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates. CodeStar is used to quickly develop, build, and deploy applications on AWS with a unified user interface.
Which serverless service can be used to build code and run tests?
CodeBuild
AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers, it is serverless.
CloudFormation and Elastic Beanstalk are free of use.
True
CloudFormation and Elastic Beanstalk are free of use, but you do pay for the resources created.