DevOps Foundations Flashcards

1
Q

What are the Practices of DevOps?

A

Continuous integration
Continuous delivery
Microservices
Infrastructure as code
Monitoring and Logging
Increased communication and collaboration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Continuous integration

A

a software development practice whereby developers regularly merge their code changes into a central repository, after which automated builds and tests are run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Continuous delivery

A

a software development practice whereby code changes are automatically built, tested, and prepared for a release to production. It expands upon continuous integration by deploying all code changes to a testing environment, production environment, or both after the build stage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Microservices

A

microservices architecture is a design approach to build a single application as a set of small services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Infrastructure as code

A

a practice in which infrastructure is provisioned and managed using code and software development techniques, such as version control and continuous integration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Monitoring and Logging

A

Companies monitor metrics and logs to see how application and infrastructure performance impacts the experience of their product’s user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Increased communication and collaboration

A

one of the key cultural aspects of DevOps. The use of DevOps tooling and automation of the software delivery process establishes collaboration by physically bringing together the workflows and responsibilities of development and operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the goal of DevOps?

A

to follow a continuous delivery model that is repeatable, reliable, stable, resilient, and secure, and improves operational efficiency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Continuous Delivery (CD) Best Practices

A

When the following CD best practices are applied, software can be released to production at any time.

  • Code changes are committed to the repository and built frequently (versioned sourced).
  • Builds are deployed to test environments and tested using automated and possibly manual tests.
  • Builds that pass rigorous tests are rapidly deployed to staging or production environments. A robust continuous delivery pipeline also does the following:
  • Automates the provisioning of infrastructure for testing and production environments
  • Enables the monitoring and management of test and production environments.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Continuous Deployment

A

a fully automated end-to-end process, includes CI/CD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

DevOps on AWS

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What AWS service can be used for Version Control?

A

AWS CodeCommit

Like bitbucket or github

is a managed source control system that hosts Git repositories and works with all Git-based tools. AWS CodeCommit stores code, binaries, and metadata in a redundant fashion with high availability. You will be able to collaborate with local and remote teams to edit, compare, sync, and revise your code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What AWS Services can be used for CI/CD?

A

AWS CodePipeline

AWS CodeBuild

AWS CodeDeploy

AWS Code Star

AWS Cloud9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What AWS Services can be used for Microservices?

A

Amazon Elastic Container Service (Amazon ECS)

AWS Lambda

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What AWS Services can be used for Infrastructure as Code?

A

AWS CloudFormation

AWS Elastic Beanstalk

AWS OpsWorks

AWS Systems Manager

AWS Config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What AWS Services can be used for Monitoring and Logging?

A

Amazon CloudWatch

AWS CloudTrail

AWS X-Ray

AWS AppMesh

17
Q

What AWS Services can be used for Security?

A

AWS Identity and Access Management (AWS IAM)

Amazon GaurdDuty

AWS Key Management Service (AWS KMS)

Amazon Inspector

AWS Security Hub

18
Q

What is AWS CodeCommit?

A
19
Q

What is AWS CodePipeline?

A

AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates.

CodePipeline automates the build, test, and deploy phases of your release process every time there is a code change, based on the release model you define. This enables you to rapidly and reliably deliver features and updates. You can easily integrate AWS CodePipeline with third-party services such as GitHub or with your own custom plugin. With AWS CodePipeline, you only pay for what you use. There are no upfront fees or long-term commitments.

20
Q

What is AWS CodeBuild?

A

AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.

Its benefits are:

  • Scales continously and processes multiply builds concurrently
  • No build servers to manage
  • Monitor builds through CloudWatch Events
21
Q

What is AWS CodeDeploy?

A

AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of compute services, such as Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers.

AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications.

22
Q

What is AWS CodeStar?

A

Enables you to quickly set up a continuous delivery toolchain for your application and start releasing code faster on AWS. AWS CodeStar provides a unified experience that enables you to easily build, test, and deploy applications to AWS with the help of AWS CodeCommit, AWS CodeBuild, AWS CodePipeline, and AWS CodeDeploy.

23
Q

What is AWS Cloud9?

A
24
Q

What is Amazon Elastic Container Service (ECS)?

A
25
Q

What is AWS Lambda?

A
26
Q

What is AWS CloudFormation?

A
27
Q

What is AWS Elastic Beanstalk?

A
28
Q

What is AWS OpsWorks?

A
29
Q

What is AWS Systmes Manager?

A
30
Q

What is AWS Config?

A
31
Q

What is Amazon CloudWatch?

A
32
Q

What is AWS X-Ray?

A
33
Q

What is AWS CloudTrail?

A
34
Q

What is AWS AppMesh?

A
35
Q

What is AWS Identity and Access Management (AWS IAM)?

A
36
Q

What is Amazon GaurdDuty?

A
37
Q

What is AWS Key Management Service (AWS KMS)?

A
38
Q

What is Amazon Inspector?

A
39
Q

What is AWS Security Hub?

A