AWS Dev Day Australia 2018 - Building a Secure Cross-Account CI/CD Pipeline

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 7

  • @prerakhere
    @prerakhere Год назад

    This is excellent. Real world codepipeline stages and actions could have been icing on the cake.

  • @MrM0nkeykong
    @MrM0nkeykong 5 лет назад +4

    Very nice lecture.
    However, I was expecting a live building demo which will conclude on how to perform this operation.

  • @prajwaltirpude8582
    @prajwaltirpude8582 5 лет назад +1

    Can you share the buildspec and pipeline code since having the cross account access and how exactly it is being done will be very usefull

  • @tim9203
    @tim9203 5 лет назад

    So is there a way to do this without scripting something in Lambda? I just have a CloudFormation script that setups an S3 bucket and a CloudFront distribution and after this is done I want to upload my files to the bucket.
    I want to do this on Dev, Test and Prod, but I realy don't want to code something in Lambda for this, is this will add complexity and make it harder for someone else to understand a few years later.