amazon web services
12 Ansible tutorials tagged “amazon web services”. Working examples covering automation, configuration management, and DevOps workflows.
Ansible AWS Automation — Complete Guide
playbooks · 4
Learn how to automate AWS infrastructure using Ansible. This guide covers everything from setup to advanced strategies, enabling efficient cloud.
Automate EC2 Creation with Ansible: YAML Playbook Demo
playbooks · 6
Explore an Ansible playbook for creating EC2 instances on AWS. Learn to use ec2_ami_info, ec2_instance, set_fact, and shell modules in a live Playbook.
Ansible: Fix 'Failed to Import botocore or boto3' for AWS
playbooks · 4
Learn how to troubleshoot and fix the "Failed to import the required Python library (botocore or boto3)" error in Ansible for AWS with a live Playbook.
Getting Started with Amazon EC2 Instances
playbooks · 5
Learn how to automate EC2 instance creation on AWS with Ansible. This guide covers essential setup, configuration, and management for seamless cloud.
Build Ansible Execution Environment
playbooks · 4
Learn how to build a custom Ansible Execution Environment using the ansible-builder tool. Manage system, Python, and collection dependencies effectively.
Ansible Execution Environments — Build
playbooks · 4
Build custom Ansible Execution Environments with ansible-builder. Add collections, Python packages, and system deps. Run with ansible-runner.
Create Network Infrastructure on AWS using Ansible Modules
playbooks · 8
Learn how to take advantage of Infrastructure as Code to create our own infrastructure on-demand on Amazon Web Services (AWS) using the Ansible amazon.aws.
Ansible AWS S3 Bucket — Create
playbooks · 7
Discover how to automate the creation of AWS S3 buckets using Ansible. Our detailed guide covers the prerequisites, step-by-step playbook creation.
Creating an Application Load Balancer with Ansible in AWS
playbooks · 4
Automating AWS Infrastructure with Ansible - Creating an Application Load Balancer in AWS. Tested on real machines with clear, copy-paste examples.
Effortlessly Create AWS IAM Users and Store their Access Keys with Ansible
playbooks · 6
Effortlessly create AWS IAM users and store their access keys securely with Ansible and AWS SSM Parameter Store, ensuring scalable and secure management.
Leveraging Ansible for Time Savings and Reduced Human Error in Multi-Cloud Environments
playbooks · 3
Streamlining Multi-Cloud Automation with Ansible: Time Savings and Error Reduction. Tested, copy-paste examples included.
Search for AWS EC2 AMI ID by Region — Ansible module ec2_ami_info
playbooks · 3
How to automate the search of an AWS EC2 machine AMI ID running the operating system RHEL-8.3.0 in the region "us-east-1" using Ansible Playbook.