How can I deploy my code to VM in AEM cloud using AWS codeDeploy? | Community
Skip to main content
Level 2
January 17, 2021
Solved

How can I deploy my code to VM in AEM cloud using AWS codeDeploy?

  • January 17, 2021
  • 1 reply
  • 1474 views

We need to migrate our CI/CD pipeline from Jenkins to AWS code deploy, Server on which Jenkins is installed is whitelisted on the AEM cloud server.

How can we deploy our code using AWS codeDeploy as it is also on cloud? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

Hi @ankitv12295055,

Below link highlights the detailed steps to deploy our custom code to AWS code deploy. 

https://aws.amazon.com/getting-started/tutorials/deploy-code-vm/

If you are looking for more specific information or any issues in setting up, share the background/existing set up of your project.

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
January 18, 2021

Hi @ankitv12295055,

Below link highlights the detailed steps to deploy our custom code to AWS code deploy. 

https://aws.amazon.com/getting-started/tutorials/deploy-code-vm/

If you are looking for more specific information or any issues in setting up, share the background/existing set up of your project.

Level 2
January 18, 2021

Hi Vijayalakshmi, Thanks for your reply but actual problem is- current deployment happens on Jenkins which IP is whitelisted on AEM vm, so my question is how can we whitelist AWS code deploy IP, as it is on cloud and external URL can not access AEM server directly.

IPs need to be whitelisted first on VM on which AEM is running.