05-01 AWS API
- Rarely do users directly send HTTPS requests directly to the AWS API.
- Much easier to interact with the API using a variety of Dev Tools.
# AWS Management Console
#aws-resource
A WISWIG Web Console
# AWS SDK
#aws-resource
Interact with the API using available programming languages
# AWS CLI
#aws-resource
Interact with the API via a terminal/shell program