diff --git a/Code Deploy Demo-1/1 - Creating role for CodeDeploy user.png b/Code Deploy Demo-1/1 - Creating role for CodeDeploy user.png new file mode 100644 index 0000000..8cefe6d Binary files /dev/null and b/Code Deploy Demo-1/1 - Creating role for CodeDeploy user.png differ diff --git a/Code Deploy Demo-1/10 - Created s3 bucket to store files to be deployed.png b/Code Deploy Demo-1/10 - Created s3 bucket to store files to be deployed.png new file mode 100644 index 0000000..d9878bc Binary files /dev/null and b/Code Deploy Demo-1/10 - Created s3 bucket to store files to be deployed.png differ diff --git a/Code Deploy Demo-1/11 - Local running version of my python app.png b/Code Deploy Demo-1/11 - Local running version of my python app.png new file mode 100644 index 0000000..df2b21a Binary files /dev/null and b/Code Deploy Demo-1/11 - Local running version of my python app.png differ diff --git a/Code Deploy Demo-1/12 - simple code version of app.png b/Code Deploy Demo-1/12 - simple code version of app.png new file mode 100644 index 0000000..f745c03 Binary files /dev/null and b/Code Deploy Demo-1/12 - simple code version of app.png differ diff --git a/Code Deploy Demo-1/13 - successfully uploaded files to be deployed to s3 bucket.png b/Code Deploy Demo-1/13 - successfully uploaded files to be deployed to s3 bucket.png new file mode 100644 index 0000000..9607897 Binary files /dev/null and b/Code Deploy Demo-1/13 - successfully uploaded files to be deployed to s3 bucket.png differ diff --git a/Code Deploy Demo-1/14 - creating a codeDeploy app.png b/Code Deploy Demo-1/14 - creating a codeDeploy app.png new file mode 100644 index 0000000..b07d7b7 Binary files /dev/null and b/Code Deploy Demo-1/14 - creating a codeDeploy app.png differ diff --git a/Code Deploy Demo-1/15 - Configuring codeDeploy.png b/Code Deploy Demo-1/15 - Configuring codeDeploy.png new file mode 100644 index 0000000..ecd473c Binary files /dev/null and b/Code Deploy Demo-1/15 - Configuring codeDeploy.png differ diff --git a/Code Deploy Demo-1/16 - configuring a deployment group for codeDeploy.png b/Code Deploy Demo-1/16 - configuring a deployment group for codeDeploy.png new file mode 100644 index 0000000..9423fea Binary files /dev/null and b/Code Deploy Demo-1/16 - configuring a deployment group for codeDeploy.png differ diff --git a/Code Deploy Demo-1/17 - successfully created a deployment group.png b/Code Deploy Demo-1/17 - successfully created a deployment group.png new file mode 100644 index 0000000..496c74d Binary files /dev/null and b/Code Deploy Demo-1/17 - successfully created a deployment group.png differ diff --git a/Code Deploy Demo-1/18 - successfully started a deployment.png b/Code Deploy Demo-1/18 - successfully started a deployment.png new file mode 100644 index 0000000..2d502ff Binary files /dev/null and b/Code Deploy Demo-1/18 - successfully started a deployment.png differ diff --git a/Code Deploy Demo-1/2 - Created CodeDeploy role from my Root user.png b/Code Deploy Demo-1/2 - Created CodeDeploy role from my Root user.png new file mode 100644 index 0000000..153930a Binary files /dev/null and b/Code Deploy Demo-1/2 - Created CodeDeploy role from my Root user.png differ diff --git a/Code Deploy Demo-1/3 - Creating policy to allow for s3 access.png b/Code Deploy Demo-1/3 - Creating policy to allow for s3 access.png new file mode 100644 index 0000000..62c4b54 Binary files /dev/null and b/Code Deploy Demo-1/3 - Creating policy to allow for s3 access.png differ diff --git a/Code Deploy Demo-1/4 - Created ec2 policy for CodeDeploy.png b/Code Deploy Demo-1/4 - Created ec2 policy for CodeDeploy.png new file mode 100644 index 0000000..537a526 Binary files /dev/null and b/Code Deploy Demo-1/4 - Created ec2 policy for CodeDeploy.png differ 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 Demo-1/5 - I created a new role for ec2 & attached s3 access policy to this role.png new file mode 100644 index 0000000..2309d65 Binary files /dev/null and b/Code Deploy Demo-1/5 - I created a new role for ec2 & attached s3 access policy to this role.png differ diff --git a/Code Deploy Demo-1/6 - Completed the creation of the ec2 role.png b/Code Deploy Demo-1/6 - Completed the creation of the ec2 role.png new file mode 100644 index 0000000..6b7f856 Binary files /dev/null and b/Code Deploy Demo-1/6 - Completed the creation of the ec2 role.png differ diff --git a/Code Deploy Demo-1/7 - configuring an ec2 instance for codeDeploy.png b/Code Deploy Demo-1/7 - configuring an ec2 instance for codeDeploy.png new file mode 100644 index 0000000..5ac9ce1 Binary files /dev/null and b/Code Deploy Demo-1/7 - configuring an ec2 instance for codeDeploy.png differ diff --git a/Code Deploy Demo-1/9 - created an ec2 instance for codeDeploy with the neccessary roles.png b/Code Deploy Demo-1/9 - created an ec2 instance for codeDeploy with the neccessary roles.png new file mode 100644 index 0000000..57bb312 Binary files /dev/null and b/Code Deploy Demo-1/9 - created an ec2 instance for codeDeploy with the neccessary roles.png differ diff --git a/Code Deploy Demo-1/README.md b/Code Deploy Demo-1/README.md new file mode 100644 index 0000000..cc7e24e --- /dev/null +++ b/Code Deploy Demo-1/README.md @@ -0,0 +1,12 @@ +These screenshots are my follow-through of practice using AWS CodeDeploy. + +Since I cannot share them any other way, I am using screenshots. + + + +Some of the steps I followed + +- Created the neccessary IAM roles & policies to allow for the deployment +- Provisioned a t2.medium instance +- Installed CodeDeploy agent on the ec2 instance. +- Code was uploaded to s3, then deployed from there. diff --git a/README.md b/README.md index f14182e..b4d9900 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Repo to document my learning & understanding of AWS DevOps tools. +Repo to document my learning & understanding of AWS DevOps tools such as Code commit, Code deploy, Code Build, Code Pipeline, EKS etc.