0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ひとりでAdvent Calendar 2019

Day 6

AWS C#環境構築挑戦

Posted at

ASP.NETまで挑戦したかったけど、無理だったので.NET実行環境構築まで。

参考URL
ファイルの転送方法
https://qiita.com/3naU/items/b5c5875b557bc55f96df

ASP.NET
https://www.aruse.net/entry/2018/09/09/095522

.NET環境構築
https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-centos7

VPC作成
スクリーンショット 2019-12-17 0.23.37.png

サブネット作成
スクリーンショット 2019-12-17 0.27.38.png

インターネットゲートウェイの作成
スクリーンショット 2019-12-17 0.33.27.png

インターネットゲートウェイをVPCにアタッチ
スクリーンショット 2019-12-17 0.35.56.png

サブネットからルートテーブルの編集
スクリーンショット 2019-12-17 0.40.05.png

EC2インスタンス作成する。ipアドレスは有効にする。

作成した後、下記コマンドで接続

ssh -i wwwww.pem.txt ec2-user@xxx.yyy.vvv.zzz

参考URLよりdotnet-sdkをインストール

sudo rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm

sudo yum install dotnet-sdk-3.1

コンソールアプリ作成

dotnet new console

コンソールアプリ実行

dotnet run
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?