Step 1: Install and configure your AWS connection. Step 2: Prepare to move your files/folder For this example, lets say that we have a bucket named: “Server Images” Inside, we have two folders called “new server images” and “test web” What we would like to do is move all the content of “new server images” folder inside the “test_web” folder.…
Category: AWS
Tutorial: AWS CLI for Beginners
Step 1: Download and install the MSI installer on your Windows machine. Download links: AWS CLI MSI installer for Windows (64-bit) AWS CLI MSI installer for Windows (32-bit) Step 2: Confirm your installation To confirm your AWS CLI MSI installtion, open your Windows Command Prompt (cmd) and use the command: aws –version You should see the installation info similar to…