We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7af149a + 59e2673 commit 0e8f212Copy full SHA for 0e8f212
.ebextensions/nginx/nginx.conf
.gitignore
@@ -14,3 +14,4 @@ _lambda/random-name/node_modules/*
14
out.yml
15
node_modules
16
package-lock.json
17
+.vscode
template.yml
@@ -67,7 +67,7 @@ Resources:
67
- Namespace: aws:autoscaling:launchconfiguration
68
OptionName: IamInstanceProfile
69
Value: !Ref instanceProfile
70
- PlatformArn: arn:aws:elasticbeanstalk:::platform/Java 8 running on 64bit Amazon Linux
+ PlatformArn: arn:aws:elasticbeanstalk:::platform/Corretto 8 running on 64bit Amazon Linux 2
71
VersionLabel: !Ref version
72
instanceProfile:
73
Type: AWS::IAM::InstanceProfile
0 commit comments