We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b40b5 commit 59e2673Copy full SHA for 59e2673
.ebextensions/nginx/nginx.conf
.gitignore
@@ -10,3 +10,4 @@ bucket-name.txt
10
!bin/*.sh
11
lib
12
out.yml
13
+.vscode
template.yml
@@ -48,7 +48,7 @@ Resources:
48
- Namespace: aws:autoscaling:launchconfiguration
49
OptionName: IamInstanceProfile
50
Value: !Ref instanceProfile
51
- 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
52
VersionLabel: !Ref version
53
instanceProfile:
54
Type: AWS::IAM::InstanceProfile
0 commit comments