Skip to content

Commit 4d87a2a

Browse files
committed
lastv1
1 parent ff37818 commit 4d87a2a

File tree

6 files changed

+39
-0
lines changed

6 files changed

+39
-0
lines changed
Binary file not shown.

.vs/WebApplicationBeanstalk/v16/.suo

1.5 KB
Binary file not shown.

aws-beanstalk-tools-defaults.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
{
3+
"comment" : "This file is used to help set default values when using the dotnet CLI extension Amazon.ElasticBeanstalk.Tools. For more information run \"dotnet eb --help\" from the project root.",
4+
"profile" : "default",
5+
"region" : "ca-central-1",
6+
"application" : "WebApplicationBeanstalk",
7+
"environment" : "WebApplicationBeanstalk-dev1",
8+
"cname" : "webapplicationbeanstalk-dev1",
9+
"solution-stack" : "64bit Windows Server 2016 v2.5.10 running IIS 10.0",
10+
"environment-type" : "SingleInstance",
11+
"instance-profile" : "default",
12+
"service-role" : "aws-elasticbeanstalk-service-role",
13+
"health-check-url" : "/",
14+
"instance-type" : "t2.micro",
15+
"key-pair" : "key4comp306ec2instance",
16+
"iis-website" : "Default Web Site",
17+
"app-path" : "/",
18+
"enable-xray" : false
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
{
3+
"comment" : "This file is used to help set default values when using the dotnet CLI extension Amazon.ElasticBeanstalk.Tools. For more information run \"dotnet eb --help\" from the project root.",
4+
"profile" : "default",
5+
"region" : "ca-central-1",
6+
"application" : "WebApplicationBeanstalk",
7+
"environment" : "WebApplicationBeanstalk-dev",
8+
"cname" : "webapplicationbeanstalk-dev",
9+
"solution-stack" : "64bit Windows Server 2016 v1.2.0 running IIS 10.0",
10+
"environment-type" : "SingleInstance",
11+
"instance-profile" : "default",
12+
"service-role" : "aws-elasticbeanstalk-service-role",
13+
"health-check-url" : "/",
14+
"instance-type" : "t2.micro",
15+
"key-pair" : "key4comp306ec2instance",
16+
"iis-website" : "Default Web Site",
17+
"app-path" : "/",
18+
"enable-xray" : false
19+
}

obj/Debug/netcoreapp2.1/WebApplicationBeanstalk.csproj.FileListAbsolute.txt

+1
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ C:\Comp306_AWSAmazon\Lab3\Code\WebApplicationBeanstalk\obj\Debug\netcoreapp2.1\R
7171
C:\Comp306_AWSAmazon\Lab3\Code\WebApplicationBeanstalk\obj\Debug\netcoreapp2.1\Razor\Views\Home\MovieDetails.cshtml.g.cs
7272
C:\COMP306\WebApplicationBeanstalk\obj\Debug\netcoreapp2.1\Razor\Views\Home\AddMovie.cshtml.g.cs
7373
C:\Comp306_AWSAmazon\Lab3\Code\WebApplicationBeanstalk\obj\Debug\netcoreapp2.1\Razor\Views\Home\AddComment.cshtml.g.cs
74+
C:\Comp306_AWSAmazon\Lab3\Code\WebApplicationBeanstalk\bin\Debug\netcoreapp2.1\aws-beanstalk-tools-defaults.json
Binary file not shown.

0 commit comments

Comments
 (0)