Deploying and Managing Infrastructure at Scale Flashcards

1
Q

What is CloudFormation ?

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

What are the benefits of AWS CloudFormation ?

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

What do you know about AWS Cloud Development Kit (CDK) ?

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

What are the Developer problems on AWS ?

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

What do you know about AWS Elastic Beanstalk ?

A
  • Elastic Beanstalk is a developer centric view of deploying
    an application on AWS
  • It uses all the component’s we’ve seen before:
    EC2, ASG, ELB, RDS, etc…
  • But it’s all in one view that’s easy to make sense of!
  • We still have full control over the configuration
  • Beanstalk = Platform as a Service (PaaS)
  • Beanstalk is free but you pay for the underlying instances
  • Managed service
    • Instance configuration / OS is handled by Beanstalk
      • Deployment strategy is configurable but performed by Elastic Beanstalk
    • Capacity provisioning
    • Load balancing & auto-scaling
    • Application health-monitoring & responsiveness
  • Just the application code is the responsibility of the developer
  • Three architecture models:
  • Single Instance deployment: good for dev
  • LB + ASG: great for production or pre-production web applications
  • ASG only: great for non-web apps in production (workers, etc..)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What do you know about AWS CodeDeploy ?

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

What do you know about AWS CodeCommit
?

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

What do you know about AWS CodeBuild ?

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

What do you know about AWS CodePipeline ?

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

What do you know about AWS CodeArtifact ?

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

What do you know about AWS CodeStar?

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

What do you know about AWS Cloud9 ?

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

What do you know about AWS Systems Manager (SSM) ?

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

How does Systems Manager works ?

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

What do you know about Systems Manager – SSM Session Manager ?

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

What do you know about AWS OpsWorks
?

A
17
Q
A