-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration profiles for Preview Components
- Loading branch information
1 parent
8fd1079
commit 6af2ee0
Showing
72 changed files
with
2,616 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
aem-aws-stack-builder/aem-full-set-preview-amazon-linux2-aem65-jdk11/ZZZ_encryption.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
aws: | ||
encryption: | ||
ebs_volume: | ||
enable: true | ||
kms_key_id: arn:aws:kms:ap-southeast-2:291046903199:key/d920e490-987a-47fc-ab91-7d99a2954bac | ||
managed_policy_arn: arn:aws:iam::291046903199:policy/aoc-ebs-consumer | ||
dynamo_db: | ||
# DynamoDB is always encrypted per default | ||
kms_key_id: arn:aws:kms:ap-southeast-2:291046903199:key/38e31d58-6dc6-46f0-8989-76f2cbc8e081 | ||
managed_policy_arn: arn:aws:iam::291046903199:policy/aoc-dynamodb-consumer | ||
lambda: | ||
# Lambda functions environment variables are encrypted per default | ||
kms_key_arn: arn:aws:kms:ap-southeast-2:291046903199:key/8ca4b5ef-6aba-40f6-a08a-cbc43bf0ab54 | ||
managed_policy_arn: arn:aws:iam::291046903199:policy/aoc-lambda-consumer | ||
s3: | ||
# S3 Buckets are always encrypted per default with AES256 | ||
kms_key_id: arn:aws:kms:ap-southeast-2:291046903199:key/19f18407-21de-4b86-9fce-59f8fe7b81ba | ||
managed_policy_arn: arn:aws:iam::291046903199:policy/aoc-s3-consumer | ||
sns: | ||
kms_key_id: arn:aws:kms:ap-southeast-2:291046903199:key/49541480-1a8b-40bf-b700-281926440cdc | ||
managed_policy_arn: arn:aws:iam::291046903199:policy/aoc-sns-consumer |
13 changes: 13 additions & 0 deletions
13
aem-aws-stack-builder/aem-full-set-preview-amazon-linux2-aem65-jdk11/aem65.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
aem: | ||
publish: | ||
run_modes: | ||
- dynamicmedia_scene7 | ||
author: | ||
run_modes: | ||
- dynamicmedia_scene7 | ||
version: '6.5' | ||
|
||
library: | ||
aem_password_reset_version: 1.1.0 | ||
oak_run_version: 1.10.1 |
13 changes: 13 additions & 0 deletions
13
...review-amazon-linux2-aem65-jdk11/aem65_sp8-amazon-linux2-jdk11-stack-builder-ami-ids.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
# Generated by Packer AEM | ||
# AMI IDs for AEM profile aem65_sp8 on OS type amazon-linux2 with Java version jdk11 | ||
ami_ids: | ||
author: ami-0f82b4d0283dc4521 | ||
author_dispatcher: ami-09c48bd8ffeedc06a | ||
author_publish_dispatcher: ami-01d3e8f951247cf3f | ||
chaos_monkey: ami-0d9f5d5fa92312e8e | ||
orchestrator: ami-0d9f5d5fa92312e8e | ||
publish: ami-0818c32e01e74cef7 | ||
publish_dispatcher: ami-09c48bd8ffeedc06a | ||
preview_publish: ami-0818c32e01e74cef7 | ||
preview_publish_dispatcher: ami-09c48bd8ffeedc06a |
29 changes: 29 additions & 0 deletions
29
...ws-stack-builder/aem-full-set-preview-amazon-linux2-aem65-jdk11/full-set-lightweight.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
publish_dispatcher: | ||
asg_min_size: 2 | ||
asg_desired_capacity: 2 | ||
asg_max_size: 3 | ||
instance_type: t2.micro | ||
root_vol_size: 30 | ||
data_vol_size: 75 | ||
|
||
publish: | ||
asg_min_size: 2 | ||
asg_desired_capacity: 2 | ||
asg_max_size: 3 | ||
instance_type: m4.xlarge | ||
root_vol_size: 30 | ||
data_vol_size: 75 | ||
|
||
author: | ||
instance_type: m4.xlarge | ||
root_vol_size: 30 | ||
data_vol_size: 75 | ||
|
||
author_dispatcher: | ||
asg_min_size: 1 | ||
asg_desired_capacity: 1 | ||
asg_max_size: 3 | ||
instance_type: t2.micro | ||
root_vol_size: 30 | ||
data_vol_size: 75 |
16 changes: 16 additions & 0 deletions
16
...-builder/aem-full-set-preview-amazon-linux2-aem65-jdk11/full-set-preview-lightweight.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
preview_publish_dispatcher: | ||
asg_min_size: 2 | ||
asg_desired_capacity: 2 | ||
asg_max_size: 2 | ||
instance_type: t2.micro | ||
root_vol_size: 50 | ||
data_vol_size: 100 | ||
|
||
preview_publish: | ||
asg_min_size: 2 | ||
asg_desired_capacity: 2 | ||
asg_max_size: 2 | ||
instance_type: m4.xlarge | ||
root_vol_size: 50 | ||
data_vol_size: 100 |
84 changes: 84 additions & 0 deletions
84
aem-aws-stack-builder/aem-full-set-preview-amazon-linux2-aem65-jdk11/full-set-preview.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
--- | ||
aem: | ||
preview_publish: | ||
run_modes: [] | ||
jvm_mem_opts: "-Xss4m -Xms4096m -Xmx8192m" | ||
jvm_opts: "-XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime -XX:+HeapDumpOnOutOfMemoryError" | ||
jmxremote: | ||
port: 5983 | ||
|
||
security_groups: | ||
preview_publish_dispatcher_elb: | ||
inbound_cidr_ip: 0.0.0.0/0 | ||
extra_groups: | ||
- sg-0ee8d936618a7eb72 | ||
preview_publish: | ||
extra_groups: | ||
- sg-02e02c0ecfe95b2f4 | ||
preview_publish_dispatcher: | ||
extra_groups: | ||
# Corp network security group (from corp network inbound to instances) | ||
# - sg-01d33232d3569b079 | ||
# Forward proxy access security group (from instances outbound to forward proxy) | ||
# Jumphost access security group (from jumphost inbound to instances) | ||
- sg-02e02c0ecfe95b2f4 | ||
|
||
snapshots: | ||
preview_publish: | ||
use_data_vol_snapshot: false | ||
data_vol_snapshot_id: overwrite-me | ||
preview_publish_dispatcher: | ||
use_data_vol_snapshot: false | ||
data_vol_snapshot_id: overwrite-me | ||
|
||
preview_publish_dispatcher: | ||
load_balancer: | ||
tag_name: AEM Preview Publish Dispatcher Load Balancer | ||
tag_name: AEM Preview Publish Dispatcher | ||
elb_health_check: /system/health?tags=shallow | ||
elb_scheme: internal | ||
allowed_client: '*.*.*.*' | ||
asg_cpu_scaling_threshold: 49 | ||
asg_cpu_high_period: 300 | ||
asg_cpu_high_eval_period: 1 | ||
asg_cpu_low_period: 300 | ||
asg_cpu_low_eval_period: 2 | ||
enable_random_termination: false | ||
|
||
preview_publish: | ||
include_stack: true | ||
enable_random_termination: false | ||
|
||
system_users: | ||
preview_publish: | ||
admin: | ||
name: admin | ||
path: overwrite-me | ||
authentication-service: | ||
name: authentication-service | ||
path: /home/users/system | ||
authorizable_keystore: | ||
password: | ||
certificate_chain: | ||
private_key: | ||
private_key_alias: | ||
deployer: | ||
name: deployer | ||
path: /home/users/q | ||
exporter: | ||
name: exporter | ||
path: /home/users/e | ||
importer: | ||
name: importer | ||
path: /home/users/i | ||
orchestrator: | ||
name: orchestrator | ||
path: /home/users/o | ||
replicator: | ||
name: replicator | ||
path: /home/users/r | ||
|
||
dns_records: | ||
preview_publish_dispatcher: | ||
record_set_name: preview-publish-dispatcher | ||
ttl: 300 |
Oops, something went wrong.