DevOps personnels don't have access to the source code due to some information security policies? Not a problem. You can upload a workable artifact from Developers together with appspec yml file and scripts for starting the services in zip format onto S3 bucket, and CodePipeline will check the changes of file and trigger the deployment with CodeDeploy which will deploy the new artifact onto EC2 servers via agent in an AutoScalingGroup, and SNS will inform you on any deployment failure events. Thus you have a workable CD pipeline on Amazon Web Services (AWS) which can introduce a lot of efficiencies into your daily work.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)