How to Create Snapshot on Amazon Web Service(AWS).
Snapshots are incremental backups, which means that only the blocks on the device that have changed after your most recent snapshot are saved. This minimizes the time required to create the snapshot and saves on storage costs by not duplicating data. Each snapshot contains all of the information that is needed to restore your data …
Read more “How to Create Snapshot on Amazon Web Service(AWS).”
How to Install & Configure AWS CLI on Ubuntu 18.04.
AWS CLI or Amazon Web Service Command Line Interface is a command line tool for managing and administering your Amazon Web Services. AWS CLI provides direct access to the public API (Application Programming Interface) of Amazon Web Services. Since it’s a command line tool, you can also use it to create scripts for automating your …
Read more “How to Install & Configure AWS CLI on Ubuntu 18.04.”
How to Create EC2 instance on Amazon Web Service(AWS).
Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. … You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage. It stands for Elastic Compute Cloud. It is a web service where an …
Read more “How to Create EC2 instance on Amazon Web Service(AWS).”
wget utility in Linux
Introductions: It is the utility which is no-interactive network downloader. It is used to download the files from the server even when the user is not logged on the system. It can work in the background without hinder the current process. It is a free utility which is non-interactive download of files through the web …
How to Create Cloud Armor Security Policy On Google Cloud Platform
Google Cloud Armor security policies enable you to allow or deny access to your external HTTP(S) load balancer at the Google Cloud edge, as close as possible to the source of incoming traffic. This prevents unwelcome traffic from consuming resources or entering your Virtual Private Cloud (VPC) networks. Login to google cloud platform portal. …
Read more “How to Create Cloud Armor Security Policy On Google Cloud Platform”