Other Services Flashcards

1
Q

What ways can we develop and perform tasks in AWS?

A
  • AWS CLI or SDK on local computer
  • AWS CLI SDK on EC2 machine
  • AWS Instance Metadata Service for EC2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is exponential backoff?

A

This is a retry method that allows SDK API calls to keep retrying but at incrementally longer intervals between calls.

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

What is an API Gateway?

A

An AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs at any scale. API developers can create APIs that access AWS or other web services, as well as data stored in the AWS Cloud.

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