Search⌘ K
AI Features

Summary

Explore the process of deploying a functional Ansible development environment on AWS and Azure. Understand how to provision necessary network and VM resources, use Ansible modules for deployment, and configure connection methods like SSH for Linux and WinRM for Windows hosts. This lesson prepares you to manage and automate infrastructure efficiently with Ansible.

We'll cover the following...

In this chapter, you set up your development environment and got it ready to build upon. For AWS, you deployed the following infrastructure:

  • A Virtual Private Cloud(VPC)
  • A subnet
  • An internet gateway
  • A route for public traffic into the VPC
  • Windows EC2 instance with Windows Server 2019 Amazon Machine Image(AMI)
  • Linux EC2 instance with Red Hat Enterprise Linux 8 Amazon Machine Image(AMI)

Similarly, for Azure, you deployed:

  • Virtual network
  • Subnet
  • Public IP address
  • Network Security Group
...