Ansible is pretty amazing system admin tool. We have published number of articles on Ansible in last few weeks on how to copy files on remote host, How to Execute Commands on remote Hosts, how to …
Amazon EC2 • Tag Archive
Amazon EC2 tutorials can provide an introduction to the Amazon Elastic Compute Cloud service and cover topics such as setting up and configuring virtual machines, security and network management, storage options, and scaling.
Tutorials may also cover advanced features such as load balancing, auto-scaling, and integrating with other AWS services such as Amazon S3 or RDS. Amazon offers a variety of free and paid tutorials, documentation, and training courses for users at all levels.
How to Create, Start and Configure Amazon EC2 instance using simple Ansible Script? (spawn VM remotely)
Amazon AWS is no doubt the best public cloud out there. As we discussed in previous tutorials, Ansible is a very handy tool for sysops to maintain their company infrastructure. In this tutorial we …
How to Setup Amazon AWS CLI (Command Line Interface) on MacOS or Linux?
There is no doubt Amazon AWS is the biggest public cloud provider out there. I personally started playing with Amazon AWS for few of Crunchify's clients and I must say AWS is so flexible. I use my …
Read Article about How to Setup Amazon AWS CLI (Command Line Interface) on MacOS or Linux? →
How to install Boto, Boto3 and set Amazon EC2 Keys? Boto: A Python interface SDK for Amazon Web Services
What is Boto? Boto is an Amazon AWS SDK for python. Ansible internally uses Boto to connect to Amazon EC2 instances and hence you need Boto library in order to run Ansible on your …