Skip to content

Commit

Permalink
Merged in dev/gideon/terraform_cluster_v1.1_2020.10.30 (pull request e…
Browse files Browse the repository at this point in the history
…lastic#16)

* Update cluster terraform for "v1.1"

Moved Engageli code to a separate instance so it's easier to manually scale
up/down the number of ant-media instances.

Instances are automatically provisioned with 3rd party code. Only Engageli
instance needs another script to be run after deployment is complete to setup
the Engageli services and webapps.

Create media-manager buckets.

Create initial route53 entries.

By default create two sandboxes: class and staging.

Minor change to fabfile to support adding a user to any instance type, change
ant-media sandbox config to use stun, and support clean install of certbot.

Approved-by: Hussain Kader
  • Loading branch information
Gideon Avida committed Nov 3, 2020
1 parent ca1db0b commit 665de2a
Show file tree
Hide file tree
Showing 7 changed files with 649 additions and 38 deletions.
2 changes: 1 addition & 1 deletion aws/ams-all-in-one-tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ resource "aws_s3_bucket" "mm" {

cors_rule {
# allowed_headers = ["*"]
allowed_methods = ["GET"]
allowed_methods = ["GET", "HEAD"]
allowed_origins = ["https://*.engageli.com"]
# expose_headers = ["ETag"]
# max_age_seconds = 3000
Expand Down

0 comments on commit 665de2a

Please sign in to comment.