CI Integration with AWS

CI Integration with AWS Components

orchestration service, and AWS CodeDeploy, which automates code deployments to Amazon Elastic Compute Cloud (Amazon EC2) instances. You can use the Quick Start to integrate your own code push, build, and deploy pipeline with AWS services

Step 1. We now have gitlab runner running on EC2 Instance already now we can write out gitlab to deploy Code to S3, EC2 server or to elastic beanstalk or using code deploy.

Examples for CI/CD Infra setup

  • gitlab CI with S3 where cloud front is exposing S3 static website

2. gitlab CI with EC2 Instance where code being pushed to EC2 container using Gitlab runner running on some VM or EC2 Instance

  • deploy application to Elastic beanstalk using Docker Gitlab Runner.

Last updated