diff --git a/Code Artifact python demo/1 - codeGuru scan testing.png b/Code Artifact python demo/1 - codeGuru scan testing.png deleted file mode 100644 index bb240eb..0000000 Binary files a/Code Artifact python demo/1 - codeGuru scan testing.png and /dev/null differ diff --git a/Code Artifact python demo/2 - Created the Code Artifact domain.png b/Code Artifact python demo/2 - Created the Code Artifact domain.png deleted file mode 100644 index c3b7ccd..0000000 Binary files a/Code Artifact python demo/2 - Created the Code Artifact domain.png and /dev/null differ diff --git a/Code Artifact python demo/3 - created python artifact registery.png b/Code Artifact python demo/3 - created python artifact registery.png deleted file mode 100644 index 5b4392d..0000000 Binary files a/Code Artifact python demo/3 - created python artifact registery.png and /dev/null differ diff --git a/Code Artifact python demo/4 - applied policy to artifact repo.png b/Code Artifact python demo/4 - applied policy to artifact repo.png deleted file mode 100644 index f36983e..0000000 Binary files a/Code Artifact python demo/4 - applied policy to artifact repo.png and /dev/null differ diff --git a/Code Artifact python demo/5 - connected codeArtifact & installed a new python package.png b/Code Artifact python demo/5 - connected codeArtifact & installed a new python package.png deleted file mode 100644 index 449615e..0000000 Binary files a/Code Artifact python demo/5 - connected codeArtifact & installed a new python package.png and /dev/null differ diff --git a/Code Artifact python demo/6 - package was successfully uploaded to codeArtifact.png b/Code Artifact python demo/6 - package was successfully uploaded to codeArtifact.png deleted file mode 100644 index afc2a96..0000000 Binary files a/Code Artifact python demo/6 - package was successfully uploaded to codeArtifact.png and /dev/null differ diff --git a/Code Artifact python demo/7 - domain page showing amount of data stored.png b/Code Artifact python demo/7 - domain page showing amount of data stored.png deleted file mode 100644 index 3be6a5d..0000000 Binary files a/Code Artifact python demo/7 - domain page showing amount of data stored.png and /dev/null differ diff --git a/branching on AWS code-commit/1 - created a new repository.png b/branching on AWS code-commit/1 - created a new repository.png deleted file mode 100644 index d04c5f1..0000000 Binary files a/branching on AWS code-commit/1 - created a new repository.png and /dev/null differ diff --git a/branching on AWS code-commit/2 - pushed code to the master repository.png b/branching on AWS code-commit/2 - pushed code to the master repository.png deleted file mode 100644 index 9ea2d81..0000000 Binary files a/branching on AWS code-commit/2 - pushed code to the master repository.png and /dev/null differ diff --git a/branching on AWS code-commit/3 - successfully uploaded files to aws codecommit.png b/branching on AWS code-commit/3 - successfully uploaded files to aws codecommit.png deleted file mode 100644 index 8e10d02..0000000 Binary files a/branching on AWS code-commit/3 - successfully uploaded files to aws codecommit.png and /dev/null differ diff --git a/branching on AWS code-commit/4 - created a new branch.png b/branching on AWS code-commit/4 - created a new branch.png deleted file mode 100644 index e70c738..0000000 Binary files a/branching on AWS code-commit/4 - created a new branch.png and /dev/null differ diff --git a/branching on AWS code-commit/5 - created a new branch and pushed to the dev branch.png b/branching on AWS code-commit/5 - created a new branch and pushed to the dev branch.png deleted file mode 100644 index 8c891d0..0000000 Binary files a/branching on AWS code-commit/5 - created a new branch and pushed to the dev branch.png and /dev/null differ diff --git a/branching on AWS code-commit/6 - comparing commits btw the dev and master before merging.png b/branching on AWS code-commit/6 - comparing commits btw the dev and master before merging.png deleted file mode 100644 index 68a2ad2..0000000 Binary files a/branching on AWS code-commit/6 - comparing commits btw the dev and master before merging.png and /dev/null differ diff --git a/branching on AWS code-commit/7 - successfully merged dev branch to master.png b/branching on AWS code-commit/7 - successfully merged dev branch to master.png deleted file mode 100644 index 6204a94..0000000 Binary files a/branching on AWS code-commit/7 - successfully merged dev branch to master.png and /dev/null differ diff --git a/cicd-Github-to-ec2/1 - created a role for codeDeploy to ec2.png b/cicd-Github-to-ec2/1 - created a role for codeDeploy to ec2.png new file mode 100644 index 0000000..072832c Binary files /dev/null and b/cicd-Github-to-ec2/1 - created a role for codeDeploy to ec2.png differ diff --git a/cicd-Github-to-ec2/10 - elastic ip addr functioning properly.png b/cicd-Github-to-ec2/10 - elastic ip addr functioning properly.png new file mode 100644 index 0000000..fd61ccb Binary files /dev/null and b/cicd-Github-to-ec2/10 - elastic ip addr functioning properly.png differ diff --git a/cicd-Github-to-ec2/11 - installed PM2 to ensure app restart upon machine reboot.png b/cicd-Github-to-ec2/11 - installed PM2 to ensure app restart upon machine reboot.png new file mode 100644 index 0000000..1c8f200 Binary files /dev/null and b/cicd-Github-to-ec2/11 - installed PM2 to ensure app restart upon machine reboot.png differ diff --git a/cicd-Github-to-ec2/12 - installed codeDeploy agent on ec2.png b/cicd-Github-to-ec2/12 - installed codeDeploy agent on ec2.png new file mode 100644 index 0000000..f51926f Binary files /dev/null and b/cicd-Github-to-ec2/12 - installed codeDeploy agent on ec2.png differ diff --git a/cicd-Github-to-ec2/13 - created another codeDeploy role for code deployment group.png b/cicd-Github-to-ec2/13 - created another codeDeploy role for code deployment group.png new file mode 100644 index 0000000..7da53cc Binary files /dev/null and b/cicd-Github-to-ec2/13 - created another codeDeploy role for code deployment group.png differ diff --git a/cicd-Github-to-ec2/14 - created appspec file for code deployment.png b/cicd-Github-to-ec2/14 - created appspec file for code deployment.png new file mode 100644 index 0000000..afc5dfc Binary files /dev/null and b/cicd-Github-to-ec2/14 - created appspec file for code deployment.png differ diff --git a/cicd-Github-to-ec2/15 - created a deployment app for nodejs.png b/cicd-Github-to-ec2/15 - created a deployment app for nodejs.png new file mode 100644 index 0000000..db6d30f Binary files /dev/null and b/cicd-Github-to-ec2/15 - created a deployment app for nodejs.png differ diff --git a/cicd-Github-to-ec2/16 - created deployment group.png b/cicd-Github-to-ec2/16 - created deployment group.png new file mode 100644 index 0000000..78dd5a7 Binary files /dev/null and b/cicd-Github-to-ec2/16 - created deployment group.png differ diff --git a/cicd-Github-to-ec2/17 - started code deployment.png b/cicd-Github-to-ec2/17 - started code deployment.png new file mode 100644 index 0000000..cbefdc1 Binary files /dev/null and b/cicd-Github-to-ec2/17 - started code deployment.png differ diff --git a/cicd-Github-to-ec2/18 - deployment succesfull.png b/cicd-Github-to-ec2/18 - deployment succesfull.png new file mode 100644 index 0000000..1ada1c8 Binary files /dev/null and b/cicd-Github-to-ec2/18 - deployment succesfull.png differ diff --git a/cicd-Github-to-ec2/2 - created an ec2 instance with the neccessary config.png b/cicd-Github-to-ec2/2 - created an ec2 instance with the neccessary config.png new file mode 100644 index 0000000..2832f1c Binary files /dev/null and b/cicd-Github-to-ec2/2 - created an ec2 instance with the neccessary config.png differ diff --git a/cicd-Github-to-ec2/3 - modified my SG rules to allow inbound for port 3000.png b/cicd-Github-to-ec2/3 - modified my SG rules to allow inbound for port 3000.png new file mode 100644 index 0000000..57a9e69 Binary files /dev/null and b/cicd-Github-to-ec2/3 - modified my SG rules to allow inbound for port 3000.png differ diff --git a/cicd-Github-to-ec2/4 - installed nodeJS from on ec2 instance.png b/cicd-Github-to-ec2/4 - installed nodeJS from on ec2 instance.png new file mode 100644 index 0000000..14754e0 Binary files /dev/null and b/cicd-Github-to-ec2/4 - installed nodeJS from on ec2 instance.png differ diff --git a/cicd-Github-to-ec2/5 - cloned git repo and installed npm.png b/cicd-Github-to-ec2/5 - cloned git repo and installed npm.png new file mode 100644 index 0000000..603e810 Binary files /dev/null and b/cicd-Github-to-ec2/5 - cloned git repo and installed npm.png differ diff --git a/cicd-Github-to-ec2/6 - started node app on port 3000.png b/cicd-Github-to-ec2/6 - started node app on port 3000.png new file mode 100644 index 0000000..2f16bdd Binary files /dev/null and b/cicd-Github-to-ec2/6 - started node app on port 3000.png differ diff --git a/cicd-Github-to-ec2/7 - app running successfully on server.png b/cicd-Github-to-ec2/7 - app running successfully on server.png new file mode 100644 index 0000000..f4928c6 Binary files /dev/null and b/cicd-Github-to-ec2/7 - app running successfully on server.png differ diff --git a/cicd-Github-to-ec2/8 - created an elastic ip addr for my ec2 app.png b/cicd-Github-to-ec2/8 - created an elastic ip addr for my ec2 app.png new file mode 100644 index 0000000..d644909 Binary files /dev/null and b/cicd-Github-to-ec2/8 - created an elastic ip addr for my ec2 app.png differ diff --git a/cicd-Github-to-ec2/9 - successfully associated elastic ip with ec2 instance.png b/cicd-Github-to-ec2/9 - successfully associated elastic ip with ec2 instance.png new file mode 100644 index 0000000..5bd03f7 Binary files /dev/null and b/cicd-Github-to-ec2/9 - successfully associated elastic ip with ec2 instance.png differ diff --git a/code-commit-1/1 - created a notification service for main repo commits.png b/code-commit-quicktest/1 - created a notification service for main repo commits.png similarity index 100% rename from code-commit-1/1 - created a notification service for main repo commits.png rename to code-commit-quicktest/1 - created a notification service for main repo commits.png diff --git a/code-commit-1/2 - pushed code changes to dev branch.png b/code-commit-quicktest/2 - pushed code changes to dev branch.png similarity index 100% rename from code-commit-1/2 - pushed code changes to dev branch.png rename to code-commit-quicktest/2 - pushed code changes to dev branch.png diff --git a/code-commit-1/3 - successfully created pull request.png b/code-commit-quicktest/3 - successfully created pull request.png similarity index 100% rename from code-commit-1/3 - successfully created pull request.png rename to code-commit-quicktest/3 - successfully created pull request.png diff --git a/code-commit-1/4 - successfully approved pull-requests using another account.png b/code-commit-quicktest/4 - successfully approved pull-requests using another account.png similarity index 100% rename from code-commit-1/4 - successfully approved pull-requests using another account.png rename to code-commit-quicktest/4 - successfully approved pull-requests using another account.png diff --git a/code-commit-1/5 - approval status changed.png b/code-commit-quicktest/5 - approval status changed.png similarity index 100% rename from code-commit-1/5 - approval status changed.png rename to code-commit-quicktest/5 - approval status changed.png diff --git a/code-commit-1/6 - code successfully merged to main branch.png b/code-commit-quicktest/6 - code successfully merged to main branch.png similarity index 100% rename from code-commit-1/6 - code successfully merged to main branch.png rename to code-commit-quicktest/6 - code successfully merged to main branch.png diff --git a/code-commit-1/7 - checking out approval.png b/code-commit-quicktest/7 - checking out approval.png similarity index 100% rename from code-commit-1/7 - checking out approval.png rename to code-commit-quicktest/7 - checking out approval.png diff --git a/Code Deploy Demo-1/1 - Creating role for CodeDeploy user.png b/code-deploy-quicktest/1 - Creating role for CodeDeploy user.png similarity index 100% rename from Code Deploy Demo-1/1 - Creating role for CodeDeploy user.png rename to code-deploy-quicktest/1 - Creating role for CodeDeploy user.png diff --git a/Code Deploy Demo-1/10 - Created s3 bucket to store files to be deployed.png b/code-deploy-quicktest/10 - Created s3 bucket to store files to be deployed.png similarity index 100% rename from Code Deploy Demo-1/10 - Created s3 bucket to store files to be deployed.png rename to code-deploy-quicktest/10 - Created s3 bucket to store files to be deployed.png diff --git a/Code Deploy Demo-1/11 - Local running version of my python app.png b/code-deploy-quicktest/11 - Local running version of my python app.png similarity index 100% rename from Code Deploy Demo-1/11 - Local running version of my python app.png rename to code-deploy-quicktest/11 - Local running version of my python app.png diff --git a/Code Deploy Demo-1/12 - simple code version of app.png b/code-deploy-quicktest/12 - simple code version of app.png similarity index 100% rename from Code Deploy Demo-1/12 - simple code version of app.png rename to code-deploy-quicktest/12 - simple code version of app.png diff --git a/Code Deploy Demo-1/13 - successfully uploaded files to be deployed to s3 bucket.png b/code-deploy-quicktest/13 - successfully uploaded files to be deployed to s3 bucket.png similarity index 100% rename from Code Deploy Demo-1/13 - successfully uploaded files to be deployed to s3 bucket.png rename to code-deploy-quicktest/13 - successfully uploaded files to be deployed to s3 bucket.png diff --git a/Code Deploy Demo-1/14 - creating a codeDeploy app.png b/code-deploy-quicktest/14 - creating a codeDeploy app.png similarity index 100% rename from Code Deploy Demo-1/14 - creating a codeDeploy app.png rename to code-deploy-quicktest/14 - creating a codeDeploy app.png diff --git a/Code Deploy Demo-1/15 - Configuring codeDeploy.png b/code-deploy-quicktest/15 - Configuring codeDeploy.png similarity index 100% rename from Code Deploy Demo-1/15 - Configuring codeDeploy.png rename to code-deploy-quicktest/15 - Configuring codeDeploy.png diff --git a/Code Deploy Demo-1/16 - configuring a deployment group for codeDeploy.png b/code-deploy-quicktest/16 - configuring a deployment group for codeDeploy.png similarity index 100% rename from Code Deploy Demo-1/16 - configuring a deployment group for codeDeploy.png rename to code-deploy-quicktest/16 - configuring a deployment group for codeDeploy.png diff --git a/Code Deploy Demo-1/17 - successfully created a deployment group.png b/code-deploy-quicktest/17 - successfully created a deployment group.png similarity index 100% rename from Code Deploy Demo-1/17 - successfully created a deployment group.png rename to code-deploy-quicktest/17 - successfully created a deployment group.png diff --git a/Code Deploy Demo-1/18 - successfully started a deployment.png b/code-deploy-quicktest/18 - successfully started a deployment.png similarity index 100% rename from Code Deploy Demo-1/18 - successfully started a deployment.png rename to code-deploy-quicktest/18 - successfully started a deployment.png diff --git a/Code Deploy Demo-1/2 - Created CodeDeploy role from my Root user.png b/code-deploy-quicktest/2 - Created CodeDeploy role from my Root user.png similarity index 100% rename from Code Deploy Demo-1/2 - Created CodeDeploy role from my Root user.png rename to code-deploy-quicktest/2 - Created CodeDeploy role from my Root user.png diff --git a/Code Deploy Demo-1/3 - Creating policy to allow for s3 access.png b/code-deploy-quicktest/3 - Creating policy to allow for s3 access.png similarity index 100% rename from Code Deploy Demo-1/3 - Creating policy to allow for s3 access.png rename to code-deploy-quicktest/3 - Creating policy to allow for s3 access.png diff --git a/Code Deploy Demo-1/4 - Created ec2 policy for CodeDeploy.png b/code-deploy-quicktest/4 - Created ec2 policy for CodeDeploy.png similarity index 100% rename from Code Deploy Demo-1/4 - Created ec2 policy for CodeDeploy.png rename to code-deploy-quicktest/4 - Created ec2 policy for CodeDeploy.png diff --git a/Code Deploy Demo-1/5 - I created a new role for ec2 & attached s3 access policy to this role.png b/code-deploy-quicktest/5 - I created a new role for ec2 & attached s3 access policy to this role.png similarity index 100% rename from Code Deploy Demo-1/5 - I created a new role for ec2 & attached s3 access policy to this role.png rename to code-deploy-quicktest/5 - I created a new role for ec2 & attached s3 access policy to this role.png diff --git a/Code Deploy Demo-1/6 - Completed the creation of the ec2 role.png b/code-deploy-quicktest/6 - Completed the creation of the ec2 role.png similarity index 100% rename from Code Deploy Demo-1/6 - Completed the creation of the ec2 role.png rename to code-deploy-quicktest/6 - Completed the creation of the ec2 role.png diff --git a/Code Deploy Demo-1/7 - configuring an ec2 instance for codeDeploy.png b/code-deploy-quicktest/7 - configuring an ec2 instance for codeDeploy.png similarity index 100% rename from Code Deploy Demo-1/7 - configuring an ec2 instance for codeDeploy.png rename to code-deploy-quicktest/7 - configuring an ec2 instance for codeDeploy.png diff --git a/Code Deploy Demo-1/9 - created an ec2 instance for codeDeploy with the neccessary roles.png b/code-deploy-quicktest/9 - created an ec2 instance for codeDeploy with the neccessary roles.png similarity index 100% rename from Code Deploy Demo-1/9 - created an ec2 instance for codeDeploy with the neccessary roles.png rename to code-deploy-quicktest/9 - created an ec2 instance for codeDeploy with the neccessary roles.png diff --git a/Code Deploy Demo-1/README.md b/code-deploy-quicktest/README.md similarity index 100% rename from Code Deploy Demo-1/README.md rename to code-deploy-quicktest/README.md diff --git a/codeBuild a Java App/1 - created code repository for codeBuild project.png b/codeBuild-deploy-Java-app/1 - created code repository for codeBuild project.png similarity index 100% rename from codeBuild a Java App/1 - created code repository for codeBuild project.png rename to codeBuild-deploy-Java-app/1 - created code repository for codeBuild project.png diff --git a/codeBuild a Java App/2 - successfully uploaded code to codeCommit.png b/codeBuild-deploy-Java-app/2 - successfully uploaded code to codeCommit.png similarity index 100% rename from codeBuild a Java App/2 - successfully uploaded code to codeCommit.png rename to codeBuild-deploy-Java-app/2 - successfully uploaded code to codeCommit.png diff --git a/codeBuild a Java App/3 - created s3 bucket to store codeBuild artifacts.png b/codeBuild-deploy-Java-app/3 - created s3 bucket to store codeBuild artifacts.png similarity index 100% rename from codeBuild a Java App/3 - created s3 bucket to store codeBuild artifacts.png rename to codeBuild-deploy-Java-app/3 - created s3 bucket to store codeBuild artifacts.png diff --git a/codeBuild a Java App/4 - created build project.png b/codeBuild-deploy-Java-app/4 - created build project.png similarity index 100% rename from codeBuild a Java App/4 - created build project.png rename to codeBuild-deploy-Java-app/4 - created build project.png diff --git a/codeBuild a Java App/5 - created a report group for codeBuild test.png b/codeBuild-deploy-Java-app/5 - created a report group for codeBuild test.png similarity index 100% rename from codeBuild a Java App/5 - created a report group for codeBuild test.png rename to codeBuild-deploy-Java-app/5 - created a report group for codeBuild test.png diff --git a/codeBuild a Java App/6 - codeBuild successfull.png b/codeBuild-deploy-Java-app/6 - codeBuild successfull.png similarity index 100% rename from codeBuild a Java App/6 - codeBuild successfull.png rename to codeBuild-deploy-Java-app/6 - codeBuild successfull.png diff --git a/codeBuild a Java App/7 - Build phase details.png b/codeBuild-deploy-Java-app/7 - Build phase details.png similarity index 100% rename from codeBuild a Java App/7 - Build phase details.png rename to codeBuild-deploy-Java-app/7 - Build phase details.png diff --git a/codeBuild a Java App/8 - Build artifact successfully uploaded to s3 bucket.png b/codeBuild-deploy-Java-app/8 - Build artifact successfully uploaded to s3 bucket.png similarity index 100% rename from codeBuild a Java App/8 - Build artifact successfully uploaded to s3 bucket.png rename to codeBuild-deploy-Java-app/8 - Build artifact successfully uploaded to s3 bucket.png diff --git a/test project for codeCommit/1 - python code to commit.png b/codecommit-quicktest2/1 - python code to commit.png similarity index 100% rename from test project for codeCommit/1 - python code to commit.png rename to codecommit-quicktest2/1 - python code to commit.png diff --git a/test project for codeCommit/2 - installing requirements.png b/codecommit-quicktest2/2 - installing requirements.png similarity index 100% rename from test project for codeCommit/2 - installing requirements.png rename to codecommit-quicktest2/2 - installing requirements.png diff --git a/test project for codeCommit/3 - created Repo on AWS.png b/codecommit-quicktest2/3 - created Repo on AWS.png similarity index 100% rename from test project for codeCommit/3 - created Repo on AWS.png rename to codecommit-quicktest2/3 - created Repo on AWS.png diff --git a/test project for codeCommit/4 - created a devops user for the DevOps project.png b/codecommit-quicktest2/4 - created a devops user for the DevOps project.png similarity index 100% rename from test project for codeCommit/4 - created a devops user for the DevOps project.png rename to codecommit-quicktest2/4 - created a devops user for the DevOps project.png diff --git a/test project for codeCommit/5 - created access key for the new user for cli.png b/codecommit-quicktest2/5 - created access key for the new user for cli.png similarity index 100% rename from test project for codeCommit/5 - created access key for the new user for cli.png rename to codecommit-quicktest2/5 - created access key for the new user for cli.png diff --git a/test project for codeCommit/6 - successfully created aws repository.png b/codecommit-quicktest2/6 - successfully created aws repository.png similarity index 100% rename from test project for codeCommit/6 - successfully created aws repository.png rename to codecommit-quicktest2/6 - successfully created aws repository.png diff --git a/test project for codeCommit/7 - Created git credentials for codeCommit.png b/codecommit-quicktest2/7 - Created git credentials for codeCommit.png similarity index 100% rename from test project for codeCommit/7 - Created git credentials for codeCommit.png rename to codecommit-quicktest2/7 - Created git credentials for codeCommit.png diff --git a/test project for codeCommit/8 - successfully pushed code using cli.png b/codecommit-quicktest2/8 - successfully pushed code using cli.png similarity index 100% rename from test project for codeCommit/8 - successfully pushed code using cli.png rename to codecommit-quicktest2/8 - successfully pushed code using cli.png diff --git a/test project for codeCommit/9 - code shows on the AWS cli.png b/codecommit-quicktest2/9 - code shows on the AWS cli.png similarity index 100% rename from test project for codeCommit/9 - code shows on the AWS cli.png rename to codecommit-quicktest2/9 - code shows on the AWS cli.png diff --git a/Deploy python flask app to ecs/1 - t2-large ec2 instance ready for use.png b/deploy-python-flask-app-ecs/1 - t2-large ec2 instance ready for use.png similarity index 100% rename from Deploy python flask app to ecs/1 - t2-large ec2 instance ready for use.png rename to deploy-python-flask-app-ecs/1 - t2-large ec2 instance ready for use.png diff --git a/Deploy python flask app to ecs/10 - task running successfully.png b/deploy-python-flask-app-ecs/10 - task running successfully.png similarity index 100% rename from Deploy python flask app to ecs/10 - task running successfully.png rename to deploy-python-flask-app-ecs/10 - task running successfully.png diff --git a/Deploy python flask app to ecs/11 - create additional resources and deploy through an ALB.png b/deploy-python-flask-app-ecs/11 - create additional resources and deploy through an ALB.png similarity index 100% rename from Deploy python flask app to ecs/11 - create additional resources and deploy through an ALB.png rename to deploy-python-flask-app-ecs/11 - create additional resources and deploy through an ALB.png diff --git a/Deploy python flask app to ecs/12 - App is live and deployed successfully.png b/deploy-python-flask-app-ecs/12 - App is live and deployed successfully.png similarity index 100% rename from Deploy python flask app to ecs/12 - App is live and deployed successfully.png rename to deploy-python-flask-app-ecs/12 - App is live and deployed successfully.png diff --git a/Deploy python flask app to ecs/2 - created an ECS cluster for the python app.png b/deploy-python-flask-app-ecs/2 - created an ECS cluster for the python app.png similarity index 100% rename from Deploy python flask app to ecs/2 - created an ECS cluster for the python app.png rename to deploy-python-flask-app-ecs/2 - created an ECS cluster for the python app.png diff --git a/Deploy python flask app to ecs/3 - created public repo for python app.png b/deploy-python-flask-app-ecs/3 - created public repo for python app.png similarity index 100% rename from Deploy python flask app to ecs/3 - created public repo for python app.png rename to deploy-python-flask-app-ecs/3 - created public repo for python app.png diff --git a/Deploy python flask app to ecs/4 - installed packages on ec2 and rebooted.png b/deploy-python-flask-app-ecs/4 - installed packages on ec2 and rebooted.png similarity index 100% rename from Deploy python flask app to ecs/4 - installed packages on ec2 and rebooted.png rename to deploy-python-flask-app-ecs/4 - installed packages on ec2 and rebooted.png diff --git a/Deploy python flask app to ecs/5 - docker successfully running on ec2.png b/deploy-python-flask-app-ecs/5 - docker successfully running on ec2.png similarity index 100% rename from Deploy python flask app to ecs/5 - docker successfully running on ec2.png rename to deploy-python-flask-app-ecs/5 - docker successfully running on ec2.png diff --git a/Deploy python flask app to ecs/6 - pushed app to repo artifact.png b/deploy-python-flask-app-ecs/6 - pushed app to repo artifact.png similarity index 100% rename from Deploy python flask app to ecs/6 - pushed app to repo artifact.png rename to deploy-python-flask-app-ecs/6 - pushed app to repo artifact.png diff --git a/Deploy python flask app to ecs/7 - image now live on repo artifact.png b/deploy-python-flask-app-ecs/7 - image now live on repo artifact.png similarity index 100% rename from Deploy python flask app to ecs/7 - image now live on repo artifact.png rename to deploy-python-flask-app-ecs/7 - image now live on repo artifact.png diff --git a/Deploy python flask app to ecs/8 - successfully created a task definition for ecs cluster.png b/deploy-python-flask-app-ecs/8 - successfully created a task definition for ecs cluster.png similarity index 100% rename from Deploy python flask app to ecs/8 - successfully created a task definition for ecs cluster.png rename to deploy-python-flask-app-ecs/8 - successfully created a task definition for ecs cluster.png diff --git a/Deploy python flask app to ecs/9 - launched task successfully.png b/deploy-python-flask-app-ecs/9 - launched task successfully.png similarity index 100% rename from Deploy python flask app to ecs/9 - launched task successfully.png rename to deploy-python-flask-app-ecs/9 - launched task successfully.png diff --git a/Deploy python flask app to ecs/README.md b/deploy-python-flask-app-ecs/README.md similarity index 100% rename from Deploy python flask app to ecs/README.md rename to deploy-python-flask-app-ecs/README.md diff --git a/Deploying a Node.js Application Container on Amazon ECS/0 - architecture.png b/deploying-nodejs-app-container-ECS/0 - architecture.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/0 - architecture.png rename to deploying-nodejs-app-container-ECS/0 - architecture.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/1 - created an aws ecr to store container repo.png b/deploying-nodejs-app-container-ECS/1 - created an aws ecr to store container repo.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/1 - created an aws ecr to store container repo.png rename to deploying-nodejs-app-container-ECS/1 - created an aws ecr to store container repo.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/10 - ECS successfully deployed.png b/deploying-nodejs-app-container-ECS/10 - ECS successfully deployed.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/10 - ECS successfully deployed.png rename to deploying-nodejs-app-container-ECS/10 - ECS successfully deployed.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/11 - app successfully running.png b/deploying-nodejs-app-container-ECS/11 - app successfully running.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/11 - app successfully running.png rename to deploying-nodejs-app-container-ECS/11 - app successfully running.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/2 - i built the docker image locally.png b/deploying-nodejs-app-container-ECS/2 - i built the docker image locally.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/2 - i built the docker image locally.png rename to deploying-nodejs-app-container-ECS/2 - i built the docker image locally.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/3 - logged-in ecr from the console, tagged the image & pushed image to ecr.png b/deploying-nodejs-app-container-ECS/3 - logged-in ecr from the console, tagged the image & pushed image to ecr.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/3 - logged-in ecr from the console, tagged the image & pushed image to ecr.png rename to deploying-nodejs-app-container-ECS/3 - logged-in ecr from the console, tagged the image & pushed image to ecr.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/4 - docker image successfully uploaded to ecr.png b/deploying-nodejs-app-container-ECS/4 - docker image successfully uploaded to ecr.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/4 - docker image successfully uploaded to ecr.png rename to deploying-nodejs-app-container-ECS/4 - docker image successfully uploaded to ecr.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/5 - modified previous security group to allow traffic for ALB.png b/deploying-nodejs-app-container-ECS/5 - modified previous security group to allow traffic for ALB.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/5 - modified previous security group to allow traffic for ALB.png rename to deploying-nodejs-app-container-ECS/5 - modified previous security group to allow traffic for ALB.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/6 - Created a target-group for the ALB.png b/deploying-nodejs-app-container-ECS/6 - Created a target-group for the ALB.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/6 - Created a target-group for the ALB.png rename to deploying-nodejs-app-container-ECS/6 - Created a target-group for the ALB.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/7 - successfully created an ALB.png b/deploying-nodejs-app-container-ECS/7 - successfully created an ALB.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/7 - successfully created an ALB.png rename to deploying-nodejs-app-container-ECS/7 - successfully created an ALB.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/8 - Created an ec2 cluster.png b/deploying-nodejs-app-container-ECS/8 - Created an ec2 cluster.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/8 - Created an ec2 cluster.png rename to deploying-nodejs-app-container-ECS/8 - Created an ec2 cluster.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/9 - successfully created a task-definition.png b/deploying-nodejs-app-container-ECS/9 - successfully created a task-definition.png similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/9 - successfully created a task-definition.png rename to deploying-nodejs-app-container-ECS/9 - successfully created a task-definition.png diff --git a/Deploying a Node.js Application Container on Amazon ECS/Readme.md b/deploying-nodejs-app-container-ECS/Readme.md similarity index 100% rename from Deploying a Node.js Application Container on Amazon ECS/Readme.md rename to deploying-nodejs-app-container-ECS/Readme.md diff --git a/PythonApp CodePipeline project-1/0 - architecture diagram.png b/python-app-CodePipeline-quicktest/0 - architecture diagram.png similarity index 100% rename from PythonApp CodePipeline project-1/0 - architecture diagram.png rename to python-app-CodePipeline-quicktest/0 - architecture diagram.png diff --git a/PythonApp CodePipeline project-1/0 - steps involved in the app deployment process.png b/python-app-CodePipeline-quicktest/0 - steps involved in the app deployment process.png similarity index 100% rename from PythonApp CodePipeline project-1/0 - steps involved in the app deployment process.png rename to python-app-CodePipeline-quicktest/0 - steps involved in the app deployment process.png diff --git a/PythonApp CodePipeline project-1/1 - Created a CodeCommit Repo for the Python RoadCrash Demo.png b/python-app-CodePipeline-quicktest/1 - Created a CodeCommit Repo for the Python RoadCrash Demo.png similarity index 100% rename from PythonApp CodePipeline project-1/1 - Created a CodeCommit Repo for the Python RoadCrash Demo.png rename to python-app-CodePipeline-quicktest/1 - Created a CodeCommit Repo for the Python RoadCrash Demo.png diff --git a/PythonApp CodePipeline project-1/10 - configured & started the CodePipeline.png b/python-app-CodePipeline-quicktest/10 - configured & started the CodePipeline.png similarity index 100% rename from PythonApp CodePipeline project-1/10 - configured & started the CodePipeline.png rename to python-app-CodePipeline-quicktest/10 - configured & started the CodePipeline.png diff --git a/PythonApp CodePipeline project-1/11 - Build pipeline succeded.png b/python-app-CodePipeline-quicktest/11 - Build pipeline succeded.png similarity index 100% rename from PythonApp CodePipeline project-1/11 - Build pipeline succeded.png rename to python-app-CodePipeline-quicktest/11 - Build pipeline succeded.png diff --git a/PythonApp CodePipeline project-1/12 - CodeDeployment finally succeded.png b/python-app-CodePipeline-quicktest/12 - CodeDeployment finally succeded.png similarity index 100% rename from PythonApp CodePipeline project-1/12 - CodeDeployment finally succeded.png rename to python-app-CodePipeline-quicktest/12 - CodeDeployment finally succeded.png diff --git a/PythonApp CodePipeline project-1/13 - Our website is live & successfully deployed.png b/python-app-CodePipeline-quicktest/13 - Our website is live & successfully deployed.png similarity index 100% rename from PythonApp CodePipeline project-1/13 - Our website is live & successfully deployed.png rename to python-app-CodePipeline-quicktest/13 - Our website is live & successfully deployed.png diff --git a/PythonApp CodePipeline project-1/14 - web app is functioning properly.png b/python-app-CodePipeline-quicktest/14 - web app is functioning properly.png similarity index 100% rename from PythonApp CodePipeline project-1/14 - web app is functioning properly.png rename to python-app-CodePipeline-quicktest/14 - web app is functioning properly.png diff --git a/PythonApp CodePipeline project-1/2 - Cloned the repo locally and pushed code to the aws repo.png b/python-app-CodePipeline-quicktest/2 - Cloned the repo locally and pushed code to the aws repo.png similarity index 100% rename from PythonApp CodePipeline project-1/2 - Cloned the repo locally and pushed code to the aws repo.png rename to python-app-CodePipeline-quicktest/2 - Cloned the repo locally and pushed code to the aws repo.png diff --git a/PythonApp CodePipeline project-1/3 - code successfully uploaded to aws repos.png b/python-app-CodePipeline-quicktest/3 - code successfully uploaded to aws repos.png similarity index 100% rename from PythonApp CodePipeline project-1/3 - code successfully uploaded to aws repos.png rename to python-app-CodePipeline-quicktest/3 - code successfully uploaded to aws repos.png diff --git a/PythonApp CodePipeline project-1/4 - updated role for ec2 codeDeploy.png b/python-app-CodePipeline-quicktest/4 - updated role for ec2 codeDeploy.png similarity index 100% rename from PythonApp CodePipeline project-1/4 - updated role for ec2 codeDeploy.png rename to python-app-CodePipeline-quicktest/4 - updated role for ec2 codeDeploy.png diff --git a/PythonApp CodePipeline project-1/5 - configured a t2-large instance.png b/python-app-CodePipeline-quicktest/5 - configured a t2-large instance.png similarity index 100% rename from PythonApp CodePipeline project-1/5 - configured a t2-large instance.png rename to python-app-CodePipeline-quicktest/5 - configured a t2-large instance.png diff --git a/PythonApp CodePipeline project-1/6 - updated the SG to allow tcp on port 8050 for our app.png b/python-app-CodePipeline-quicktest/6 - updated the SG to allow tcp on port 8050 for our app.png similarity index 100% rename from PythonApp CodePipeline project-1/6 - updated the SG to allow tcp on port 8050 for our app.png rename to python-app-CodePipeline-quicktest/6 - updated the SG to allow tcp on port 8050 for our app.png diff --git a/PythonApp CodePipeline project-1/7 - CodeDeploy role created for the user.png b/python-app-CodePipeline-quicktest/7 - CodeDeploy role created for the user.png similarity index 100% rename from PythonApp CodePipeline project-1/7 - CodeDeploy role created for the user.png rename to python-app-CodePipeline-quicktest/7 - CodeDeploy role created for the user.png diff --git a/PythonApp CodePipeline project-1/8 - Created the CodeDeploy PythonApp.png b/python-app-CodePipeline-quicktest/8 - Created the CodeDeploy PythonApp.png similarity index 100% rename from PythonApp CodePipeline project-1/8 - Created the CodeDeploy PythonApp.png rename to python-app-CodePipeline-quicktest/8 - Created the CodeDeploy PythonApp.png diff --git a/PythonApp CodePipeline project-1/9 - Created a CodeDeployment Group.png b/python-app-CodePipeline-quicktest/9 - Created a CodeDeployment Group.png similarity index 100% rename from PythonApp CodePipeline project-1/9 - Created a CodeDeployment Group.png rename to python-app-CodePipeline-quicktest/9 - Created a CodeDeployment Group.png diff --git a/PythonApp CodePipeline project-1/README.md b/python-app-CodePipeline-quicktest/README.md similarity index 100% rename from PythonApp CodePipeline project-1/README.md rename to python-app-CodePipeline-quicktest/README.md