Skip to content

Commit

Permalink
Merge pull request #24 from aws-samples/bug_23
Browse files Browse the repository at this point in the history
Bug 23
  • Loading branch information
jtrollin authored May 28, 2020
2 parents 49a28c1 + 87f966c commit c27f48f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ update mdl_user set lastip='<ip address>';
4) Configure Application caching in Moodle Site Configuration (see below for details).
5) Now you can update the stack that you just deployed to enable session caching and set the Min and Max Auto Scaling Group size values as desired.

*Note you can reach the webserver by changing the minimum number of bastion hosts to 1 in the Auto Scaling Group or enable Systems Manager Session Manager by updating the IAM role assigned to the webserver instance (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started-instance-profile.html)

You can launch this CloudFormation stack, using your account, in the following AWS Regions. The template will work in other regions as Aurora PostgreSQL is deployed globally.

| AWS Region Code | Name | Launch |
Expand Down
2 changes: 1 addition & 1 deletion templates/04-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ Resources:
$client = new SecretsManagerClient([
'version' => '2017-10-17',
'region' => 'us-east-1',
'region' => '${AWS::Region}',
]);
$secretName = '${MyRDSInstanceSecretArn}';
Expand Down

0 comments on commit c27f48f

Please sign in to comment.