Developer Tool - AWS Codedeploy Flashcards

1
Q

Purpose

A

Automate code deployments

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

Use Case

A

a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances, serverless Lambda functions, or Amazon ECS services.

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

Security

A

Yes. AWS CodeDeploy supports resource-level permissions. but the AWS CodeDeploy agent installed on the Amazon EC2 instances must be able to access the public AWS CodeDeploy

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

Access

A

Management Console

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

On-Prem Option

A

AWS CodeDeploy supports any instance that can install the CodeDeploy agent and connect to AWS public endpoints.. CodeDeploy can deploy application content that runs on a server and is stored in Amazon S3 buckets, GitHub repositories, or Bitbucket repositories

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

Billing

A

ou pay $0.02 per on-premises instance update using AWS CodeDeploy.

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

Who should use CodeDeploy?

A

AWS CodeDeploy is designed for developers and administrators who need to deploy applications to any instance, including Amazon EC2 instances and instances running on-premises

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

What is CodeDeploy run on?

A

AWS CodeDeploy supports a wide variety of operating systems. AWS CodeDeploy provides agents that have been tested on Amazon Linux, Red Hat Enterprise Linux, Ubuntu Server, and Microsoft Windows Server.

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

Prequisites?

A

The Amazon EC2 instance must be associated with an IAM instance profile and should be running a supported operating system.

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

Canary Deployment Config

A

Traffic is shifted in two increments. You can choose from predefined canary options that specify the percentage of traffic shifted to your updated Amazon ECS task set in the first increment and the interval, in minutes, before the remaining traffic is shifted in the second increment.

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

Linear Deployment Config

A

Traffic is shifted in equal increments with an equal number of minutes between each increment.

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

All-at-once

A

All traffic is shifted from the original Amazon ECS task set to the updated Amazon ECS task set all at once.

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