Welcome to the Provisioning AWS lesson. Now that you understand the infrastructure, it's time to learn how developers actually interact with AWS to provision (create) resources.
As a beginner, you will click around a website to build servers. As an advanced cloud engineer, you will write automated code to build those same servers. Understanding the progression of how to interact with the AWS API is the key to mastering DevOps.
In this tutorial, you will learn the three primary ways to interact with AWS:
Under the hood, every single action in AWS is an API call. Here are the three ways you can trigger those API calls:
Boto3), Java, Node.js, C#, Go, and more.Which tool would a Python developer use to programmatically upload a file to Amazon S3 directly from their application code?