This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
###################################### | |
# This Script is used to copy the entire contents of the INPUT DynamoDB Table and paste them into the OUTPUT DynamoDB Table | |
# (Make sure that the 2nd table exist with the similar Partition key) | |
# | |
# It also works across different AWS Accounts, just make sure that you've the correct | |
# access permissions and paste the credentials one by one in the below fields | |
# | |
# DONOT change the variable names, just paste the access keys & tokens individually from the AWS console |
- Head on to https://docs.docker.com/get-docker and select the appropriate OS
- Since I'll be doing it on Ubuntu 20.04 - https://docs.docker.com/engine/install/ubuntu/
- Now there are 3 options to install -