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

seeders: 4
leechers: 4
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 44
  • Language: English

Files

[ FreeCourseWeb.com ] Udemy - Create Continuous Delivery Pipelines on AWS Using CDK
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Introduction to the course
    • 1. Introduction and how to get help.mp4 (3.4 MB)
    • 1. Introduction and how to get help.srt (2.2 KB)
    • 1.1 GitHub repository with demo application code.html (0.1 KB)
    • 1.2 GitHub repository with Pipeline CDK code.html (0.1 KB)
    • 2. Setting up AWS budget alert.mp4 (8.7 MB)
    • 2. Setting up AWS budget alert.srt (1.9 KB)
    2. Introduction to CDK
    • 1. Creating CDK project.mp4 (23.6 MB)
    • 1. Creating CDK project.srt (4.8 KB)
    • 1.1 Source code.html (0.1 KB)
    • 2. Understanding CDK.mp4 (40.0 MB)
    • 2. Understanding CDK.srt (5.4 KB)
    • 2.1 More about CDK constructs.html (0.1 KB)
    • 3. Looking at CDK code.mp4 (41.4 MB)
    • 3. Looking at CDK code.srt (10.0 KB)
    • 3.1 Source code.html (0.1 KB)
    • 4. Adding AWS Budget alarm using CDK.mp4 (143.5 MB)
    • 4. Adding AWS Budget alarm using CDK.srt (27.8 KB)
    • 4.1 Source code.html (0.1 KB)
    • 5. Adding unit tests.mp4 (59.0 MB)
    • 5. Adding unit tests.srt (13.5 KB)
    • 5.1 Source code.html (0.1 KB)
    3. Setting up basic CDK pipeline
    • 1. Overview of the CD Pipeline.mp4 (42.5 MB)
    • 1. Overview of the CD Pipeline.srt (3.7 KB)
    • 2. Understanding AWS CodePipeline.mp4 (34.8 MB)
    • 2. Understanding AWS CodePipeline.srt (5.7 KB)
    • 3. Creating Pipeline with Source action.mp4 (45.0 MB)
    • 3. Creating Pipeline with Source action.srt (9.2 KB)
    • 3.1 Source code.html (0.1 KB)
    • 4. Adding build stage to the pipeline.mp4 (92.4 MB)
    • 4. Adding build stage to the pipeline.srt (17.1 KB)
    • 4.1 Source code.html (0.1 KB)
    • 5. Adding pipeline update stage to the pipeline.mp4 (38.9 MB)
    • 5. Adding pipeline update stage to the pipeline.srt (8.4 KB)
    • 5.1 Source code.html (0.1 KB)
    • 6. Running CDK unit tests in the pipeline.mp4 (35.8 MB)
    • 6. Running CDK unit tests in the pipeline.srt (7.9 KB)
    • 6.1 Source code after enabling testing as part of CDK build.html (0.1 KB)
    • 6.2 Source code after fixing pipeline unit test.html (0.1 KB)
    • 7. [Optional] Generating test reports in CodeBuild.mp4 (27.8 MB)
    • 7. [Optional] Generating test reports in CodeBuild.srt (5.3 KB)
    • 7.1 Source code.html (0.1 KB)
    • 7.2 How to set up reporting with Jest in CodeBuild.html (0.1 KB)
    • 7.3 Working with test reporting in AWS CodeBuild.html (0.1 KB)
    4. Adding application deployment to the pipeline
    • 1. What do we want to achieve in this section.mp4 (11.4 MB)
    • 1. What do we want to achieve in this section.srt (2.0 KB)
    • 2. Writing application code.mp4 (35.3 MB)
    • 2. Writing application code.srt (6.9 KB)
    • 2.1 Serverless-express npm package.html (0.1 KB)
    • 2.2 Source code.html (0.1 KB)
    • 2.3 Instructor's express lambda repository.html (0.1 KB)
    • 3. Creating Service stack in CDK.mp4 (43.7 MB)
    • 3. Creating Service stack in CDK.srt (10.2 KB)
    • 3.1 CDK HttpApi construct.html (0.1 KB)
    • 3.2 Source code.html (0.1 KB)
    • 3.3 CDK Lambda Function construct.html (0.1 KB)
    • 3.4 CDK LambdaProxyIntegration construct.html (0.2 KB)
    • 4. Adding new source to pipeline.mp4 (37.9 MB)
    • 4. Adding new source to pipeline.srt (6.4 KB)
    • 4.1 Source code.html (0.1 KB)
    • 5. Adding new build action to pipeline.mp4 (55.2 MB)
    • 5. Adding new build action to pipeline.srt (10.2 KB)
    • 5.1 Source code after enabling pipeline restart on update.html (0.1 KB)
    • 5.2 Source code after adding build step.html (0.1 KB)
    • 5.3 Server source code after adding build specs.html (0.1 KB)
    • 6. Deploying service stack to production.mp4 (68.8 MB)
    • 6. Deploying service stack to production.mp4.vtx (506.1 KB)
    • 6. Deploying service stack to production.srt (11.9 KB)
    • 6.1 Source code.html (0.1 KB)
    • 7. Adding test for new PipelineStack method.mp4 (32.9 MB)
    • 7. Adding test for new PipelineStack method.srt (7.0 KB)
    • 7.1 Source code.html (0.1 KB)
    • 7.2 CDK Assert README.html (0.1 KB)
    • 8. Adding billing stack to our prod deployment.mp4 (53.5 MB)
    • 8. Adding billing stack to our prod deployment.srt (9.4 KB)
    • 8.1 Source code.html (0.1 KB)
    5. Adding automated testing to the pipeline
    • 1. Section introduction.mp4 (13.1 MB)
    • 1. Section introduction.srt (1.4 KB)
    • 2. Adding test stage to the pipeline.mp4 (41.3 MB)
    • 2. Adding test stage to the pipeline.srt (9.4 KB)
    • 2.1 Source code.html (0.1 KB)
    • 3. Writing automated test.mp4 (50.6 MB)
    • 3. Writing automated test.srt (11.5 KB)
    • 3.1 Source code.html (0.1 KB)
    • 4. Adding automated test to the pipeline.mp4 (107.0 MB)
    • 4. Adding automated test to the pipeline.srt (18.3 KB)
    • 4.1 Source code after adding CFN output.html (0.1 KB)
    • 4.2 Source code after adding integration test to the pipeline.html (0.1 KB)
    • 5. Adding alarms and notifying support on pipeline failure.mp4 (127.6 MB)
    • 5. Adding alarms and notifying support on pipeline failure.srt (20.4 KB)
    • 5.1 CDK SNS library.html (0.1 KB)
    • 5.2 CDK SNS subscriptions library.html (0.1 KB)
    • 5.3 Source code.html (0.1 KB)
    • 5.4 CodePipeline events examples.html (0.2 KB)
    • 5.5 CDK event targets library.html (0.1 KB)
    • 5.6 CDK Events library.html (0.1 KB)
    6. Gradual deployments, rollbacks, and canaries
    • 1. Section introduction.mp4 (33.7 MB)
    • 1. Section introduction.srt (6.2 KB)
    • 10. Alarming on canary failure.mp4 (81.9 MB)
    • 10. Alarming on canary failure.srt (11.7 KB)
    • 10.1 Source code.html (0.1 KB)
    • 2. Upgrading CDK version.mp4 (16.3 MB)
    • 2. Upgrading CDK version.srt (3.0 KB)
    • 2.1 Link to the bug that prompted us to update CDK.html (0.1 KB)

Description

Create Continuous Delivery Pipelines on AWS Using CDK

Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 48.0 KHz
Language: English | Size: 1.91 GB | Duration: 4h 57m
Fully automated, serverless continuous delivery pipelines on AWS CodePipeline using infrastructure as a code with CDK
What you'll learn
Creating fully automated CI/CD pipelines on AWS using CDK
Setting up cross-region and cross-account deployments
Configuring automated testing and notifications
Managing pipeline as a code
Creating gradual deployments with automated rollbacks
Creating synthetic traffic to application with Canaries using CloudWatch Synthetics

Description
Want to build awesome continuous delivery pipelines using real code? You'll learn that in this couse

How about adding automated integration tests? Want to spice that up with gradual deployments, synthetic traffic, and multi-region/multi-account deployments! We got you covered!

Thinking of starting a new project and want to embrace continuous integration? You've got to have CD pipeline for that, and I'll teach you how to create one!

Download More Courses Visit and Support Us -->> https://FreeCourseWeb.com



Download torrent
1.9 GB
seeders:4
leechers:4
[ FreeCourseWeb ] Udemy - Create Continuous Delivery Pipelines on AWS Using CDK


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
1.9 GB
seeders:4
leechers:4
[ FreeCourseWeb ] Udemy - Create Continuous Delivery Pipelines on AWS Using CDK


Torrent hash: 47E308DCF5B0E53F9D946A4F80E839687A0A4B15