TorBT - Torrents and Magnet Links Search Engine

[ FreeCourseWeb.com ] Udemy - Create Continuous Delivery Pipelines on AWS Using CDK

File Name
Size
Get Bonus Downloads Here.url
183 B
~Get Your Files Here !/1. Introduction to the course/1. Introduction and how to get help.mp4
3.4 MB
~Get Your Files Here !/1. Introduction to the course/1. Introduction and how to get help.srt
2.2 kB
~Get Your Files Here !/1. Introduction to the course/1.1 GitHub repository with demo application code.html
101 B
~Get Your Files Here !/1. Introduction to the course/1.2 GitHub repository with Pipeline CDK code.html
99 B
~Get Your Files Here !/1. Introduction to the course/2. Setting up AWS budget alert.mp4
8.7 MB
~Get Your Files Here !/1. Introduction to the course/2. Setting up AWS budget alert.srt
1.9 kB
~Get Your Files Here !/2. Introduction to CDK/1. Creating CDK project.mp4
24 MB
~Get Your Files Here !/2. Introduction to CDK/1. Creating CDK project.srt
4.8 kB
~Get Your Files Here !/2. Introduction to CDK/1.1 Source code.html
145 B
~Get Your Files Here !/2. Introduction to CDK/2. Understanding CDK.mp4
40 MB
~Get Your Files Here !/2. Introduction to CDK/2. Understanding CDK.srt
5.4 kB
~Get Your Files Here !/2. Introduction to CDK/2.1 More about CDK constructs.html
121 B
~Get Your Files Here !/2. Introduction to CDK/3. Looking at CDK code.mp4
41 MB
~Get Your Files Here !/2. Introduction to CDK/3. Looking at CDK code.srt
10 kB
~Get Your Files Here !/2. Introduction to CDK/3.1 Source code.html
145 B
~Get Your Files Here !/2. Introduction to CDK/4. Adding AWS Budget alarm using CDK.mp4
144 MB
~Get Your Files Here !/2. Introduction to CDK/4. Adding AWS Budget alarm using CDK.srt
28 kB
~Get Your Files Here !/2. Introduction to CDK/4.1 Source code.html
145 B
~Get Your Files Here !/2. Introduction to CDK/5. Adding unit tests.mp4
59 MB
~Get Your Files Here !/2. Introduction to CDK/5. Adding unit tests.srt
14 kB
~Get Your Files Here !/2. Introduction to CDK/5.1 Source code.html
145 B
~Get Your Files Here !/3. Setting up basic CDK pipeline/1. Overview of the CD Pipeline.mp4
42 MB
~Get Your Files Here !/3. Setting up basic CDK pipeline/1. Overview of the CD Pipeline.srt
3.7 kB
~Get Your Files Here !/3. Setting up basic CDK pipeline/2. Understanding AWS CodePipeline.mp4
35 MB
~Get Your Files Here !/3. Setting up basic CDK pipeline/2. Understanding AWS CodePipeline.srt
5.7 kB
~Get Your Files Here !/3. Setting up basic CDK pipeline/3. Creating Pipeline with Source action.mp4
45 MB
~Get Your Files Here !/3. Setting up basic CDK pipeline/3. Creating Pipeline with Source action.srt
9.2 kB
~Get Your Files Here !/3. Setting up basic CDK pipeline/3.1 Source code.html
145 B
~Get Your Files Here !/3. Setting up basic CDK pipeline/4. Adding build stage to the pipeline.mp4
92 MB
~Get Your Files Here !/3. Setting up basic CDK pipeline/4. Adding build stage to the pipeline.srt
17 kB
~Get Your Files Here !/3. Setting up basic CDK pipeline/4.1 Source code.html
145 B
~Get Your Files Here !/3. Setting up basic CDK pipeline/5. Adding pipeline update stage to the pipeline.mp4
39 MB
~Get Your Files Here !/3. Setting up basic CDK pipeline/5. Adding pipeline update stage to the pipeline.srt
8.4 kB
~Get Your Files Here !/3. Setting up basic CDK pipeline/5.1 Source code.html
145 B
~Get Your Files Here !/3. Setting up basic CDK pipeline/6. Running CDK unit tests in the pipeline.mp4
36 MB
~Get Your Files Here !/3. Setting up basic CDK pipeline/6. Running CDK unit tests in the pipeline.srt
7.9 kB
~Get Your Files Here !/3. Setting up basic CDK pipeline/6.1 Source code after enabling testing as part of CDK build.html
145 B
~Get Your Files Here !/3. Setting up basic CDK pipeline/6.2 Source code after fixing pipeline unit test.html
145 B
~Get Your Files Here !/3. Setting up basic CDK pipeline/7. [Optional] Generating test reports in CodeBuild.mp4
28 MB
~Get Your Files Here !/3. Setting up basic CDK pipeline/7. [Optional] Generating test reports in CodeBuild.srt
5.3 kB
~Get Your Files Here !/3. Setting up basic CDK pipeline/7.1 Source code.html
145 B
~Get Your Files Here !/3. Setting up basic CDK pipeline/7.2 How to set up reporting with Jest in CodeBuild.html
137 B
~Get Your Files Here !/3. Setting up basic CDK pipeline/7.3 Working with test reporting in AWS CodeBuild.html
135 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/1. What do we want to achieve in this section.mp4
11 MB
~Get Your Files Here !/4. Adding application deployment to the pipeline/1. What do we want to achieve in this section.srt
2.0 kB
~Get Your Files Here !/4. Adding application deployment to the pipeline/2. Writing application code.mp4
35 MB
~Get Your Files Here !/4. Adding application deployment to the pipeline/2. Writing application code.srt
6.9 kB
~Get Your Files Here !/4. Adding application deployment to the pipeline/2.1 Serverless-express npm package.html
117 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/2.2 Source code.html
147 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/2.3 Instructor's express lambda repository.html
101 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/3. Creating Service stack in CDK.mp4
44 MB
~Get Your Files Here !/4. Adding application deployment to the pipeline/3. Creating Service stack in CDK.srt
10 kB
~Get Your Files Here !/4. Adding application deployment to the pipeline/3.1 CDK HttpApi construct.html
147 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/3.2 Source code.html
145 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/3.3 CDK Lambda Function construct.html
142 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/3.4 CDK LambdaProxyIntegration construct.html
175 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/4. Adding new source to pipeline.mp4
38 MB
~Get Your Files Here !/4. Adding application deployment to the pipeline/4. Adding new source to pipeline.srt
6.4 kB
~Get Your Files Here !/4. Adding application deployment to the pipeline/4.1 Source code.html
145 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/5. Adding new build action to pipeline.mp4
55 MB
~Get Your Files Here !/4. Adding application deployment to the pipeline/5. Adding new build action to pipeline.srt
10 kB
~Get Your Files Here !/4. Adding application deployment to the pipeline/5.1 Source code after enabling pipeline restart on update.html
145 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/5.2 Source code after adding build step.html
145 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/5.3 Server source code after adding build specs.html
147 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/6. Deploying service stack to production.mp4
69 MB
~Get Your Files Here !/4. Adding application deployment to the pipeline/6. Deploying service stack to production.mp4.vtx
506 kB
~Get Your Files Here !/4. Adding application deployment to the pipeline/6. Deploying service stack to production.srt
12 kB
~Get Your Files Here !/4. Adding application deployment to the pipeline/6.1 Source code.html
145 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/7. Adding test for new PipelineStack method.mp4
33 MB
~Get Your Files Here !/4. Adding application deployment to the pipeline/7. Adding test for new PipelineStack method.srt
7.0 kB
~Get Your Files Here !/4. Adding application deployment to the pipeline/7.1 Source code.html
145 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/7.2 CDK Assert README.html
123 B
~Get Your Files Here !/4. Adding application deployment to the pipeline/8. Adding billing stack to our prod deployment.mp4
54 MB
~Get Your Files Here !/4. Adding application deployment to the pipeline/8. Adding billing stack to our prod deployment.srt
9.4 kB
~Get Your Files Here !/4. Adding application deployment to the pipeline/8.1 Source code.html
145 B
~Get Your Files Here !/5. Adding automated testing to the pipeline/1. Section introduction.mp4
13 MB
~Get Your Files Here !/5. Adding automated testing to the pipeline/1. Section introduction.srt
1.4 kB
~Get Your Files Here !/5. Adding automated testing to the pipeline/2. Adding test stage to the pipeline.mp4
41 MB
~Get Your Files Here !/5. Adding automated testing to the pipeline/2. Adding test stage to the pipeline.srt
9.4 kB
~Get Your Files Here !/5. Adding automated testing to the pipeline/2.1 Source code.html
145 B
~Get Your Files Here !/5. Adding automated testing to the pipeline/3. Writing automated test.mp4
51 MB
~Get Your Files Here !/5. Adding automated testing to the pipeline/3. Writing automated test.srt
12 kB
~Get Your Files Here !/5. Adding automated testing to the pipeline/3.1 Source code.html
147 B
~Get Your Files Here !/5. Adding automated testing to the pipeline/4. Adding automated test to the pipeline.mp4
107 MB
~Get Your Files Here !/5. Adding automated testing to the pipeline/4. Adding automated test to the pipeline.srt
18 kB
~Get Your Files Here !/5. Adding automated testing to the pipeline/4.1 Source code after adding CFN output.html
145 B
~Get Your Files Here !/5. Adding automated testing to the pipeline/4.2 Source code after adding integration test to the pipeline.html
145 B
~Get Your Files Here !/5. Adding automated testing to the pipeline/5. Adding alarms and notifying support on pipeline failure.mp4
128 MB
~Get Your Files Here !/5. Adding automated testing to the pipeline/5. Adding alarms and notifying support on pipeline failure.srt
20 kB
~Get Your Files Here !/5. Adding automated testing to the pipeline/5.1 CDK SNS library.html
128 B
~Get Your Files Here !/5. Adding automated testing to the pipeline/5.2 CDK SNS subscriptions library.html
142 B
~Get Your Files Here !/5. Adding automated testing to the pipeline/5.3 Source code.html
145 B
~Get Your Files Here !/5. Adding automated testing to the pipeline/5.4 CodePipeline events examples.html
196 B
~Get Your Files Here !/5. Adding automated testing to the pipeline/5.5 CDK event targets library.html
139 B
~Get Your Files Here !/5. Adding automated testing to the pipeline/5.6 CDK Events library.html
131 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/1. Section introduction.mp4
34 MB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/1. Section introduction.srt
6.2 kB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/10. Alarming on canary failure.mp4
82 MB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/10. Alarming on canary failure.srt
12 kB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/10.1 Source code.html
145 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/2. Upgrading CDK version.mp4
16 MB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/2. Upgrading CDK version.srt
3.0 kB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/2.1 Link to the bug that prompted us to update CDK.html
104 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/2.2 Source code.html
145 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/3. Gradual deployment to production.mp4
64 MB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/3. Gradual deployment to production.srt
11 kB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/3.1 More about Lambda versions and aliases.html
165 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/3.2 CDK Lambda Deployment Groups.html
160 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/3.3 Source code.html
145 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/4. Rolling back on failure.mp4
70 MB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/4. Rolling back on failure.srt
12 kB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/4.1 Source code.html
145 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/5. Why we need canaries.mp4
17 MB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/5. Why we need canaries.srt
2.3 kB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/5.1 CloudWatch Synthetics docs.html
159 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/6. Writing Canary code.mp4
12 MB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/6. Writing Canary code.srt
3.8 kB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/6.1 Library functions available for Node.js canary scripts.html
174 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/6.2 Source code.html
145 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/7. Implementing Canary CDK construct.mp4
53 MB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/7. Implementing Canary CDK construct.srt
12 kB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/7.1 Source code.html
145 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/7.2 CDK Canary construct docs.html
144 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/8. Writing tests for ServiceHealthCanary construct.mp4
18 MB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/8. Writing tests for ServiceHealthCanary construct.srt
3.6 kB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/8.1 Source code.html
145 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/8.2 AWS CloudFormation Canary resource docs.html
159 B
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/9. Deploying and testing canary.mp4
24 MB
~Get Your Files Here !/6. Gradual deployments, rollbacks, and canaries/9. Deploying and testing canary.srt
4.3 kB
~Get Your Files Here !/7. Multi-region and multi-account deployments/1. Multi-region deployments overview.mp4
36 MB
~Get Your Files Here !/7. Multi-region and multi-account deployments/1. Multi-region deployments overview.srt
4.5 kB
~Get Your Files Here !/7. Multi-region and multi-account deployments/1.1 Cross-region CodePipeline with CDK.html
164 B
~Get Your Files Here !/7. Multi-region and multi-account deployments/1.2 Cross-region deployments with CodePipeline.html
151 B
~Get Your Files Here !/7. Multi-region and multi-account deployments/2. Deploying service backup to another region.mp4
97 MB
~Get Your Files Here !/7. Multi-region and multi-account deployments/2. Deploying service backup to another region.srt
16 kB
~Get Your Files Here !/7. Multi-region and multi-account deployments/2.1 CDK boostrapping.html
124 B
~Get Your Files Here !/7. Multi-region and multi-account deployments/2.2 Source code.html
145 B
~Get Your Files Here !/7. Multi-region and multi-account deployments/2.3 CDK Environments.html
123 B
~Get Your Files Here !/7. Multi-region and multi-account deployments/3. Overview of cross-account deployments.mp4
34 MB
~Get Your Files Here !/7. Multi-region and multi-account deployments/3. Overview of cross-account deployments.srt
4.0 kB
~Get Your Files Here !/7. Multi-region and multi-account deployments/4. Implementing cross-account deployment pipeline.mp4
86 MB
~Get Your Files Here !/7. Multi-region and multi-account deployments/4. Implementing cross-account deployment pipeline.srt
13 kB
~Get Your Files Here !/7. Multi-region and multi-account deployments/4.1 CDK cross-account code pipeline.html
165 B
~Get Your Files Here !/7. Multi-region and multi-account deployments/4.2 Source code.html
145 B
~Get Your Files Here !/8. Closing section/1. Deleting all AWS resources related to this course.html
1.6 kB
~Get Your Files Here !/8. Closing section/2. Congratulations!.mp4
2.0 MB
~Get Your Files Here !/8. Closing section/2. Congratulations!.srt
1.9 kB
~Get Your Files Here !/8. Closing section/3. Additional resources.html
1.2 kB
~Get Your Files Here !/Bonus Resources.txt
357 B