From the course: AWS for DevOps: Continuous Delivery and Process Automation

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

AWS automation tools and services

AWS automation tools and services - Amazon Web Services (AWS) Tutorial

From the course: AWS for DevOps: Continuous Delivery and Process Automation

Start my 1-month free trial

AWS automation tools and services

- [Instructor] So, up until this point in this course, we have been doing kind of a worst practice around automation. We've been clicking on the console, and I'd be very remiss if I didn't show you patterns around both scripting and programmatically accessing and controlling Amazon Services. So that's what we're going to get into next. So, in terms of automation tools and services, on the Amazon ecosystem, we have tool types, sociative disservices, and languages. So let's start with the CLI. This is the scripting tool, and it is a tool that you download and configure and work with locally on your machine. You use it for scripting and batch files. It is a bash-like language. It's a shell kind of scripting. It is based on Python, so when you're doing the install, just a tip from the real world, make sure that you read the installation information completely, because the Python version matters, depending on what version the operating system, which operating system, so on and so forth. In…

Contents