Skip to content

Commit 0e8f212

Browse files
committed
Merge branch 'master' into xray
2 parents 7af149a + 59e2673 commit 0e8f212

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

.ebextensions/nginx/nginx.conf

Lines changed: 0 additions & 55 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ _lambda/random-name/node_modules/*
1414
out.yml
1515
node_modules
1616
package-lock.json
17+
.vscode

template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Resources:
6767
- Namespace: aws:autoscaling:launchconfiguration
6868
OptionName: IamInstanceProfile
6969
Value: !Ref instanceProfile
70-
PlatformArn: arn:aws:elasticbeanstalk:::platform/Java 8 running on 64bit Amazon Linux
70+
PlatformArn: arn:aws:elasticbeanstalk:::platform/Corretto 8 running on 64bit Amazon Linux 2
7171
VersionLabel: !Ref version
7272
instanceProfile:
7373
Type: AWS::IAM::InstanceProfile

0 commit comments

Comments
 (0)