(or deploy into your existing VPC)
Requires CentOS or RHEL subscription - see guide
To deploy Ansible and Ansible Tower on AWS in about 20 minutes, follow the step-by-step instructions in the Quick Start deployment guide.
For additional Quick Starts, see the complete catalog.
This Quick Start deploys Ansible and Ansible Tower by Red Hat on the AWS Cloud to help manage your IT infrastructure and AWS compute resources.
Ansible automates provisioning, configuration management, application deployment, intra-service orchestration, continuous delivery, and many other IT processes. It uses a simple language called YAML to manage configuration, deployment, and orchestration tasks, and requires no agents. Ansible Tower is a web-based user interface for Ansible.
Ansible works by connecting to your nodes and running small programs, called Ansible modules, to configure the resources for your system. Ansible executes these modules over Secure Shell (SSH) by default, and removes them when finished.