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
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.
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.