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 5 years have passed since last update.

s3をwebサーバにする方法

0
Posted at

技術ブログを真面目に書こうと思い立ちましたので、とりあえず3日に1記事ぐらいを目標に書いていこうと思います。

s3とは

awsのストレージサービスです。

webサーバとは

webページを持っているコンピュータです。
webブラウザからwebページを見るときはこのwebサーバにページを要求していることになります。

s3をwebサーバにする方法

s3のプロパティにある下図のメニューをonにします。
スクリーンショット 2019-06-17 21.54.56.png

そうすると、エンドポイントが生成されるので、index.htmlとerror.htmlを指定します。
webブラウザなどでエンドポイントにアクセスすると作成したwebページが表示されます。
アクセス制限を忘れないようにしましょう。

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?