Skip to Content

Amazon Simple Storage Service (Amazon S3) is a scalable, high-speed, web-based cloud storage service. The service is designed for online backup and archiving of data and applications on Amazon Web Services (AWS). Amazon S3 was designed with a minimal feature set and created to make web-scale computing easier for developers. What is AWS S3 bucket? …

Read More about Create AWS S3 Bucket with AWS Cli

Amazon Virtual Private Cloud (VPC) is a service that lets us launch AWS resources in a logically isolated virtual network that we define. Amazon Virtual Private Cloud (Amazon VPC) enables us to launch Amazon Web Services resources into a virtual network we’ve defined. This virtual network resembles a traditional network that we’d operate in our …

Read More about Understanding AWS VPC with Examples

A Fully Qualified Domain Name (FQDN) is the complete domain name of a specific computer, or host, online. A FQDN gives its precise location in the hierarchy of DNS records. It is the complete address for websites and other computers and entities accessing the Internet resolving to the root domain. An FQDN is comprised of …

Read More about Understanding FQDN with Examples

To fix “to use the the ‘ssh’ connection type with passwords, you must install the sshpass program”, we need to install sshpass package in our ansible control machine. What is sshpass? Sshpass is a utility that allows you to store and use your SSH password in a secure way. Sshpass is typically used in conjunction …

Read More about 3 ways to install sshpass