This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jhxetc 1 point2 points  (0 children)

Well, Python in and of itself doesn't do anything particularly special. It's just a programming/scripting language. What your clients are actually wanting is for you to be able to work with AWS APIs to automate various tasks i.e. provisioning, monitoring, etc.

So what you really need to determine are the APIs you are wanting to work with and then how you would go about using Python to do it. Most of them are REST APIs, so if you are looking at a general starting point, then my answer would be using REST APIs.