There are three primary methods to engage with AWS services.
The AWS Management Console is a web-based interface for accessing and managing AWS services.
The AWS Management Console also offers a mobile application, which is ideal for monitoring and accessing billing information. |
The AWS Command Line Interface (AWS CLI) streamlines the process of making API requests and enables you to manage multiple AWS services with a single tool. It also allows for automation of actions on services using scripts, saving you time and effort.
Software Development Kits (SDKs) provide an alternative way to access and manage AWS services.
They simplify the usage of AWS services through APIs tailored to your specific platform or programming language. SDKs can be utilized in both existing applications and new ones developed on AWS.