AWS Developer Tools-1: Automatic deploying a Blog page from GitHub to Amazon S3 in CI/CD pipeline using AWS CodePipeline.
In this article, we will create a CI/CD pipeline, using AWS CodePipeline to automate updates from our GitHub repositories to Amazon S3. We’ll use the blog webpage as an artifact. We will add a CI/CD pipeline to an existing bucket in Amazon S3 on the AWS Cloud. The pipeline is initiated when new items are committed, and the changes are reflected in the S3 bucket.
Whenever we push our repository, a pipeline will be triggered. We will observe the result by looking at the pipeline’s outputs and the blog page. We will do it all step by step.
10 min readJun 25, 2023
Topics we will cover:
1. Creating your GitHub repository
2. Creating an S3 Bucket and setting bucket permissions
3. Creating the pipeline using AWS CodePipeline and authorizing AWS Connector for GitHub