Can anyone help me with my configuration on aws Ec2.
what i configured: created ec2 instance and installed jboss eap 6.4.19 , installed Apache 2.4.18 from source and mod_cluster.created S3 bucket and IAM with all permission to all S3 buckets.
what happened: Apache started good with mod_cluster resuming normally, Jboss started normally without any error using standalone-ha profile. able to access Apache home page and jboss test page.
Issue: Jboss isn't communicating with S3 as i see no files are written to S3 bucket.Apache to jboss communication is not happening.throws 503 service not available error.
Apache and jboss in same box.
OS --> AWS AMI
Apache --> Apache/2.4.18
mod_cluster--> mod_cluster/2.0.0.Alpha1-SNAPSHOT
Jboss --> EAP 6.4.19
Jboss configuration:
Apache Settings:
Opened following ports at EC2 instance
and S3 bucket was created with public access and IAM role is given full access to all buckets for testing.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:ListAllMyBuckets",
"s3:PutObject",
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::*"
]
}
]
}
Error shown at Apache while trying to access jboss test page using apache