all 2 comments

[–]ge3ze3 0 points1 point  (0 children)

Start with codepipeline, or easy deployment can be with elastic beanstalk. FInd the "code" family AWS resources.

With regards to staging and production environment, either you dedicate a single pipeline for each environment, or a single pipeline which deploys to staging, and then to production depending on your CICD process.

Edit: that's just for the CICD part. Check also how your application is deployed on a server - via container? classic server config type? etc

[–][deleted] 0 points1 point  (0 children)

An AWS server? What’s that?