AWS re:Invent 2019: [REPEAT 1] Best practices for authoring AWS CloudFormation (DOP302-R1)

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Incorporating infrastructure as code into software development practices can help teams and organizations improve automation and throughput without sacrificing quality and uptime. In this session, we cover multiple best practices for writing, testing, and maintaining AWS CloudFormation template code. You learn about IDE plug-ins, reusability, testing tools, modularizing stacks, and more. During the session, we also review sample code that showcases some of the best practices in a way that lends more context and clarity.

Komentáře • 9

  • @shanindrakumar9944
    @shanindrakumar9944 Před 4 lety +10

    best video on cloudformation - was there live, and watching it again - such a great video for a refresher

  • @shenth27
    @shenth27 Před 3 lety

    Dan is awesome

  • @vadlakha
    @vadlakha Před 4 lety

    NIce!

  • @StephenRayner
    @StephenRayner Před 3 lety +2

    “Now that I’ve stolen your thunder”. Feeling so much negative energy on this stage

  • @Saverrio
    @Saverrio Před 4 lety

    Is there a plug-in that allows you to commit to CodeCommit from the editor? Sort of how you can commit git changes.

    • @binikapatel
      @binikapatel Před 2 lety

      Once you clone the CodeCommit repo, You can commit in visual studio and that changes will reflect in CodeCommit.