diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 03def5c..0000000 --- a/requirements.txt +++ /dev/null @@ -1,25 +0,0 @@ -pip3 install boto3 # installs necessary dependency - -curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" # line 1 for installing aws commandline -sudo installer -pkg AWSCLIV2.pkg -target / # line 2 for installing aws commandline - -which aws # line 1 for verifying installation was successful -aws --version # line 2 for verifying installation was successful - -aws configure # prompts for info to connect to AWS - -Tyler: -AKIAZYS7TP7NH7ZTXR4L - Access Key ID -SP/hdEJXlbdOyw53PeZGgC1t7ZA4U9RbW9cn0n9o - Secret Access Key [write this down, unrecoverable] - -Zach: -AKIAZYS7TP7NP4YXGZXK - Access Key ID -kQKm9wSkbqcUw+NDgEO7Pt8v9Vg/kLKhl4yX31dK - Secret Access Key [write this down, unrecoverable] - -Tageria: -AKIAZYS7TP7NHURRN3Z2 - Access Key ID -FXQ/ZOyK8SfhGOlF+LE7YuUxfgEVWARwZx0uCZIP - Secret Access Key [write this down, unrecoverable] - -Region: us-east-1 -Output format: json -