AWS Cloud Resource Provisioning
Provisioning AWS Resources
Provisioning means setting up and configuring the AWS services your application needs. There are three main ways to interact with AWS: the Management Console, the Command Line Interface (CLI), and Software Development Kits (SDKs).
Provisioning Video (Part 1)
W3schools.com collaborates with Amazon Web Services to deliver digital training content to our learners.
Ways to Interact with AWS
AWS Management Console
A web-based interface for accessing and managing AWS services. It provides a visual way to configure resources and monitor your applications.
A mobile app is also available, best used for monitoring and accessing billing information.
AWS Command Line Interface (CLI)
A tool that lets you control multiple AWS services from the command line. CLI saves time when making API requests and allows you to automate actions with scripts.
Available on Windows, macOS, and Linux.
Software Development Kits (SDKs)
SDKs let you access AWS services through APIs designed for your programming language. They simplify integrating AWS into existing applications or building new ones.
AWS SDKs support languages including C++, Java, .NET, Python, and more.