Using Ansible with AWS – Creating Multiple EC2 Instances, Tagging Them and ELK (AWS/Ansible)

An Ansible playbook to create multiple AWS EC2 instances

In my previous blog post I used Ansible to create an AWS EC2 instance and discussed how to do this via the Ansible ec2 module. Today I am going to go slightly more in depth with creating multiple instances, inventory groups and tagging. The playbook I am using for this section is "create_multiple_ec2_instances.yml" and can … Continue reading Using Ansible with AWS – Creating Multiple EC2 Instances, Tagging Them and ELK (AWS/Ansible)

Creating A Repository in AWS Git, a.k.a. CodeCommit (AWS)

EC2 Amazon Linux AMI Banner

AWS has its own Git repository system called CodeCommit. Here is what AWS have to say about it: "CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. CodeCommit eliminates the need for you to manage your own source control system or worry about scaling its infrastructure. You can use … Continue reading Creating A Repository in AWS Git, a.k.a. CodeCommit (AWS)