File
* "bratswurst-key.pem"* is a key generated by user before creating stacks. It is required for ssh connections in one of the subsections of
EC2 Dashboard.ec2-user, which is a type of user on behalf of which we act on EC2 instance. It depends on the OS.
Please read a detailed description here:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/connection-prereqs.html At the default installation,
CROWD_HOME is being installed to the
/opt/atlassian/application-data/crowd folder. While you should place .jar file of the plugin to
/opt/atlassian/application-data/crowd/shared/plugins/.
There was no Universal Plugin Manager in Crowd before version 3.7.0. There was no opportunity to upload plugins dynamically. That's why, after .jar file is copied to
*/shared/plugins, you need to reboot Crowd. For this, you may reboot both instances in EC2 console or use file "crowd" in
/etc/init.d folder like this:
"./crowd stop", and then
"./crowd start". This doesn't happen immediately. Probably, LoadBalancerURL will return HTTP 503 error till the server is not fully launched.
After all the above actions Crowd with running plugin will be available for usage.