Relative Content

Tag Archive for amazon-web-servicesamazon-s3amazon-ec2aws-code-deployaws-code-deploy-appspec

How to properly use AWS EC2 CodeDeploy from S3 bucket

I am currently trying to deploy a python script that will run every 3 days-1 week on AWS CodeDeploy. I have tried using GitHub, but got stuck when I got to the AppSpec file. I decided to switch over to using an S3 bucket. Can anyone help me understand if I can just upload my python code and commit it to deploy it? Or do I still need to use a form of the AppSpec file?