Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

How to Install AEM Publisher in AWS EC2 Instance | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

How to Install AEM Publisher in AWS EC2 Instance by TechCoach

Abstract

video: https://youtu.be/pp-Bl-GxEgY

To copy the EC2 instance, you can do following steps:
1. Create image from Author instance
2. Launch instance from myAMI

=====================================

To install AEM Publisher, you can do following steps:

1. Transfer the installer to EC2 instance

2. Install AEM using command below
sudo java -jar cq5-publish-p80.jar

3. Make sure the start script has CQ_PORT & CQ_RUNMODE values as below:
CQ_PORT=80
CQ_RUNMODE='publish'

4. Start AEM
cd /AEM_Directory/crx-quickstart/bin
sudo ./start

5. Open port 80 (HTTP) in AWS Security Group

Read Full Blog

How to Install AEM Publisher in AWS EC2 Instance

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
2 Replies

Avatar

Level 1

Can you repost the video? It's no longer available in Youtube

Avatar

Administrator

This was an external Blog and I guess they have depricated it. 



Kautuk Sahni