aws-beanstalk-example-2
aws-beanstalk-example-2 copied to clipboard
AWS Bean Stalk Example for CI CD
Continuous Integration and Continuous Deployment using AWS CodePipeline Example
Architecture
Flow
- Source: Github
- Continuous Integration: AWS CodeBuild - leveraged
buildspec.ymlto build the codebase - Continuous Deployment: AWS CodeDeploy - leveraged Amazon Elastic BeanStalk for deployment
REST Endpoints
- Actuator endpoints are enabled under
/actuator/* - Sample
HelloControllerenabled under/hello