Skip to content

Commit 59e2673

Browse files
committed
use Corretto 8 platform
1 parent f4b40b5 commit 59e2673

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

.ebextensions/nginx/nginx.conf

-55
This file was deleted.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ bucket-name.txt
1010
!bin/*.sh
1111
lib
1212
out.yml
13+
.vscode

template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Resources:
4848
- Namespace: aws:autoscaling:launchconfiguration
4949
OptionName: IamInstanceProfile
5050
Value: !Ref instanceProfile
51-
PlatformArn: arn:aws:elasticbeanstalk:::platform/Java 8 running on 64bit Amazon Linux
51+
PlatformArn: arn:aws:elasticbeanstalk:::platform/Corretto 8 running on 64bit Amazon Linux 2
5252
VersionLabel: !Ref version
5353
instanceProfile:
5454
Type: AWS::IAM::InstanceProfile

0 commit comments

Comments
 (0)