Other Services Flashcards
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?
CodeCommit.
On the Build Server
CodeDeploy
Jenkins CD
Spinnaker
AWS CodePipeline
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?
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
What is Elastic MapReduce? (EMR)
It helps you create a Hadoop or Apache Spark cluster
Chef and Puppet equal?
AWS Ops works
What is AWS workspaces?
Managed, Secure Cloud Desktop. Helps you manage Virtual Desktop Infrastructure (VDI)
How can you synchronize data between a mobile app and Web with a service that uses GraphQL
AWS AppSync.
How can you visualize, understand and manage your AWS costs and usage over time as well as get a Savings Plan.
Using Cost Explorer
managed media (video, music) converter service into various optimized formats
ETL (Extract Transform Load) service on AWS
ElasticTranscoder
Glue
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?
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