Other Services Flashcards

1
Q

What is the AWS version of GitHub?

How is the code compiled and tested on this platform?

What are some of the options for continuous delivery on AWS

How which tool can be used to orchestrate this pipeline?

A

CodeCommit.

On the Build Server

CodeDeploy
Jenkins CD
Spinnaker

AWS CodePipeline

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

What tool can be used as a visual orchestrator for Lambda functions?

How does it work?

What other services can this be used with?

What is the old version of this service?

When would you use the old version?

A

Step functions

You specify a JSON statemachine that can have sequence, parallel conditions, timeouts and error handline

EC2, ECS, On prem serviers, API Gateway

Simple Workflow Service

If you need external signals to intervene in the process or if you need child processes that return values to parent processes

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

What is Elastic MapReduce? (EMR)

A

It helps you create a Hadoop or Apache Spark cluster

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

Chef and Puppet equal?

A

AWS Ops works

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

What is AWS workspaces?

A

Managed, Secure Cloud Desktop. Helps you manage Virtual Desktop Infrastructure (VDI)

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

How can you synchronize data between a mobile app and Web with a service that uses GraphQL

A

AWS AppSync.

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

How can you visualize, understand and manage your AWS costs and usage over time as well as get a Savings Plan.

A

Using Cost Explorer

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

managed media (video, music) converter service into various optimized formats

ETL (Extract Transform Load) service on AWS

A

ElasticTranscoder

Glue

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

How can you configure your infrastructure as code

What happens if you delete an infrastructure as code stack?

What are some of the important pieces of a cloud formation template?

How can you create, update or delete stacks across multiple accounts and regions with a single operation?

A

By using cloud formation.

It deletes everything that was created for that stack.

Resources - Your AWS resources
Parameters - The dynamic inputs to your template
Outputs - reference to what has been created

By using Stack Sets

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