Curriculum
Course: AWS Cloud
Login

Curriculum

AWS Cloud

AWS Cloud Tutorial

0/103
Text lesson

AWS Provision

Ways to Interact with AWS Services

There are three primary methods to engage with AWS services.

AWS Management Console

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.

AWS Command Line Interface

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

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.